1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00

Remove body from endpoint

This commit is contained in:
Asim Aslam
2022-07-02 14:38:58 +01:00
parent 63d1f9de4a
commit 3381a9f3db

View File

@ -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
}