Skip to content

Commit

Permalink
Comment public field
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Apr 2, 2024
1 parent d6a0e96 commit 932ea6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/internal/controlplane/eventPublisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type API struct {
Operations []Operation `json:"operations"`
}

// Operations holds the path, verb, throttling and interceptor policy
// Operation holds the path, verb, throttling and interceptor policy
type Operation struct {
Path string `json:"path"`
Verb string `json:"verb"`
Expand Down

0 comments on commit 932ea6f

Please sign in to comment.