Skip to content

Commit df0892c

Browse files
mathieu-benoitglours
authored andcommitted
Fix JSON tag for ServiceProviderConfig type field
Signed-off-by: Mathieu Benoit <[email protected]>
1 parent abb36f7 commit df0892c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ type ServiceConfig struct {
145145
}
146146

147147
type ServiceProviderConfig struct {
148-
Type string `yaml:"type,omitempty" json:"driver,omitempty"`
148+
Type string `yaml:"type,omitempty" json:"type,omitempty"`
149149
Options MultiOptions `yaml:"options,omitempty" json:"options,omitempty"`
150150
Extensions Extensions `yaml:"#extensions,inline,omitempty" json:"-"`
151151
}

0 commit comments

Comments
 (0)