Skip to content

Commit

Permalink
Add line space between structs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed May 1, 2024
1 parent dfd9eb4 commit 4db9a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func SendUsageResourceDelete(ctx context.Context, req *resty.Request, productId,
type Feature struct {
FeatureId string `json:"featureId"`
}

type UsageStruct struct {
ProductId string `json:"productId"`
Features []Feature `json:"features"`
Expand Down

0 comments on commit 4db9a2e

Please sign in to comment.