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

# Packages

Package registry provides a dynamic api service router.
No description provided by the author
No description provided by the author

# Functions

Decode decodes endpoint metadata into an endpoint.
Encode encodes an endpoint to endpoint metadata.
NewOptions wires options together.
Validate validates an endpoint to guarantee it won't blow up when being served.
No description provided by the author
WithLogger sets the underline logger.
No description provided by the author
No description provided by the author

# Structs

Endpoint is a mapping between an RPC method and HTTP endpoint.
Options is a struct of options available.
No description provided by the author

# Interfaces

Router is used to determine an endpoint for a request.

# Type aliases

Option is a helper for a single options.