# Functions
Decode decodes endpoint metadata into an endpoint.
Encode encodes an endpoint to endpoint metadata.
Validate validates an endpoint to guarantee it won't blow up when being served.
WithEndpoint returns a server.HandlerOption with endpoint metadata set
Usage:
proto.RegisterHandler(service.Server(), new(Handler), api.WithEndpoint( &api.Endpoint{ Name: "Greeter.Hello", Path: []string{"/greeter"}, }, )).
# Structs
Endpoint is a mapping between an RPC method and HTTP endpoint.
A HTTP event as RPC Forwarded by the event handler.
No description provided by the author
No description provided by the author
A HTTP request as RPC Forward by the api handler.
A HTTP response as RPC Expected response for the api handler.
Service represents an API service.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author