We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb36f7 commit df0892cCopy full SHA for df0892c
types/types.go
@@ -145,7 +145,7 @@ type ServiceConfig struct {
145
}
146
147
type ServiceProviderConfig struct {
148
- Type string `yaml:"type,omitempty" json:"driver,omitempty"`
+ Type string `yaml:"type,omitempty" json:"type,omitempty"`
149
Options MultiOptions `yaml:"options,omitempty" json:"options,omitempty"`
150
Extensions Extensions `yaml:"#extensions,inline,omitempty" json:"-"`
151
0 commit comments