Skip to content

Commit 8f1617f

Browse files
Fix JSON tag for ServiceProviderConfig type field
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
1 parent abb36f7 commit 8f1617f

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)