package
1.16.1
Repository: https://github.com/arun-spire/go-micro.git
Documentation: pkg.go.dev

# Packages

Package grpc resolves a grpc service like /greeter.Say/Hello to greeter service.
Package host resolves using http host.
Package micro provides a micro rpc resolver which prefixes a namespace.
Package path resolves using http path.
Package vpath resolves using http path and recognised versioned urls.

# Functions

NewOptions returns new initialised options.
WithHandler sets the handler being used.
WithNamespace sets the namespace being used.

# Structs

Endpoint is the endpoint for a http request.
No description provided by the author

# Interfaces

Resolver resolves requests to endpoints.

# Type aliases

No description provided by the author