Skip to content

Commit

Permalink
trivial. remove omitempty for getStack response
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Jul 26, 2024
1 parent 198c35e commit 1f4e342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/domain/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ type StackResponse struct {
Creator SimpleUserResponse `json:"creator,omitempty"`
Updator SimpleUserResponse `json:"updator,omitempty"`
Favorited bool `json:"favorited"`
ClusterEndpoint string `json:"userClusterEndpoint,omitempty"`
ClusterEndpoint string `json:"userClusterEndpoint"`
Resource DashboardStackResponse `json:"resource,omitempty"`
AppServeAppCnt int `json:"appServeAppCnt"`
Domain StackDomain `json:"domain"`
Expand Down

0 comments on commit 1f4e342

Please sign in to comment.