# Packages
Package handler provides http handlers.
No description provided by the author
Package resolver resolves a http request to an endpoint.
Package router provides api service routing.
Package server provides an API gateway server which handles inbound requests.
No description provided by the author
# 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"}, }, )).
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author