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

# Packages

No description provided by the author
No description provided by the author
Package broker is the micro broker.
No description provided by the author
Package client is an interface for an RPC client.
Package config is an interface for dynamic configuration.
Package context provides a context for accessing services.
No description provided by the author
Package errors provides a way to return detailed information for an RPC request error.
Package events is for event streaming and storage.
Package log provides a log interface.
Package metrics is for instrumentation and debugging.
Package model implements convenience methods for managing indexes on top of the Store.
Package network implements micro network node.
Package proxy is a transparent proxy built on the go-micro/server.
Package registry is the micro registry.
No description provided by the author
Package runtime is a service runtime manager.
No description provided by the author
Package store is an interface for distributed data storage.
Package web is a web dashboard.

# Functions

Address sets the address of the server.
AfterStart run funcs after service starts.
AfterStop run funcs after service stops.
BeforeStart run funcs before service starts.
BeforeStop run funcs before service stops.
Handle is syntactic sugar for registering a handler.
HandleSignal toggles automatic installation of the signal handler that traps TERM, INT, and QUIT.
Metadata associated with the service.
Name of the service.
New returns a new Micro Service.
NewEvent creates a new event publisher.
RegisterInterval specifies the interval on which to re-register.
RegisterTTL specifies the TTL to use when registering the service.
Run the default service and waits for it to exist.
Subscribe is syntactic sugar for registering a subscriber.
Version of the service.
WrapCall is a convenience method for wrapping a Client CallFunc.
WrapClient is a convenience method for wrapping a Client with some middleware component.
WrapHandler adds a handler Wrapper to a list of options passed into the server.
WrapSubscriber adds a subscriber Wrapper to a list of options passed into the server.

# Structs

Event is an object messages are published to.
Options for micro service.
Service is a Micro Service which honours the go-micro/service interface.

# Type aliases

No description provided by the author