diff --git a/api/api.go b/api/api.go index 5bebb1eb..a5eb0efb 100644 --- a/api/api.go +++ b/api/api.go @@ -52,10 +52,6 @@ type Endpoint struct { Method []string // HTTP Path e.g /greeter. Expect POSIX regex Path []string - // Body destination - // "*" or "" - top level message value - // "string" - inner message value - Body string // Stream flag Stream bool }