Skip to content

Commit 8a9a302

Browse files
committed
Refactor StatusDiffConfig
1 parent 493b50f commit 8a9a302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

status_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package diff
22

33
type StatusDiffConfig struct {
44
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"`
5+
Config DiffConfig `mapstructure:"config" json:"config" gorm:"column:config" bson:"config" dynamodbav:"config" firestore:"config"`
66
}
77

88
type StatusConfig struct {

0 commit comments

Comments
 (0)