package
2.9.1
Repository: https://github.com/micro/go-micro.git
Documentation: pkg.go.dev

# 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"}, }, )).

# Structs

Endpoint is a mapping between an RPC method and HTTP endpoint.
No description provided by the author
Service represents an API service.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author