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 493b50f commit 8a9a302Copy full SHA for 8a9a302
status_config.go
@@ -2,7 +2,7 @@ package diff
2
3
type StatusDiffConfig struct {
4
Status *StatusConfig `mapstructure:"status" json:"status" gorm:"column:status" bson:"status" dynamodbav:"status" firestore:"status"`
5
- Config *DiffConfig `mapstructure:"config" json:"config" gorm:"column:config" bson:"config" dynamodbav:"config" firestore:"config"`
+ Config DiffConfig `mapstructure:"config" json:"config" gorm:"column:config" bson:"config" dynamodbav:"config" firestore:"config"`
6
}
7
8
type StatusConfig struct {
0 commit comments