Skip to content

Commit

Permalink
Fix JSON tag (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo authored Sep 27, 2024
1 parent 761665a commit 7edd75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drsm/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type DbInfo struct {

type PodId struct {
PodName string `bson:"podName,omitempty" json:"podName,omitempty"`
PodInstance string `bson:"podInstance,omitempty" json:"podName,omitempty"`
PodInstance string `bson:"podInstance,omitempty" json:"podInstance,omitempty"`
PodIp string `bson:"podIp,omitempty" json:"podIp,omitempty"`
}

Expand Down

0 comments on commit 7edd75f

Please sign in to comment.