diff --git a/adapter/internal/controlplane/eventPublisher.go b/adapter/internal/controlplane/eventPublisher.go index e2a530e53..7f203aeb3 100644 --- a/adapter/internal/controlplane/eventPublisher.go +++ b/adapter/internal/controlplane/eventPublisher.go @@ -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"`