We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4aa2a4f + df0892c commit fcc6ad9Copy full SHA for fcc6ad9
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