Documentation ¶
Index ¶
- Variables
- func AuthClient(auth func() auth.Auth, c client.Client) client.Client
- func AuthHandler(fn func() auth.Auth) server.HandlerWrapper
- func CacheClient(cacheFn func() *client.Cache, c client.Client) client.Client
- func FromService(name string, c client.Client) client.Client
- func HandlerStats(stats stats.Stats) server.HandlerWrapper
- func StaticClient(address string, c client.Client) client.Client
- func TraceCall(name string, t trace.Tracer, c client.Client) client.Client
- func TraceHandler(t trace.Tracer) server.HandlerWrapper
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HeaderPrefix = "Micro-"
)
Functions ¶
func AuthClient ¶ added in v2.6.0
AuthClient wraps requests with the auth header
func AuthHandler ¶ added in v2.1.0
func AuthHandler(fn func() auth.Auth) server.HandlerWrapper
AuthHandler wraps a server handler to perform auth
func CacheClient ¶ added in v2.8.0
CacheClient wraps requests with the cache wrapper
func FromService ¶
FromService wraps a client to inject service and auth metadata
func HandlerStats ¶
func HandlerStats(stats stats.Stats) server.HandlerWrapper
HandlerStats wraps a server handler to generate request/error stats
func StaticClient ¶ added in v2.9.0
StaticClient sets an address on every call
func TraceHandler ¶
func TraceHandler(t trace.Tracer) server.HandlerWrapper
TraceHandler wraps a server handler to perform tracing
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.