wrapper

package
v3.0.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	HeaderPrefix = "Micro-"
)

Functions

func AuthClient

func AuthClient(auth func() auth.Auth, c client.Client) client.Client

AuthClient wraps requests with the auth header

func AuthHandler

func AuthHandler(fn func() auth.Auth, opts ...AuthHandlerOption) server.HandlerWrapper

AuthHandler wraps a server handler to perform auth

func CacheClient

func CacheClient(cacheFn func() *client.Cache, c client.Client) client.Client

CacheClient wraps requests with the cache wrapper

func FromService

func FromService(name string, c client.Client) client.Client

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

func StaticClient(address string, c client.Client) client.Client

StaticClient sets an address on every call

func TraceCall

func TraceCall(name string, t trace.Tracer, c client.Client) client.Client

TraceCall is a call tracing wrapper

func TraceHandler

func TraceHandler(t trace.Tracer) server.HandlerWrapper

TraceHandler wraps a server handler to perform tracing

Types

type AuthHandlerOption

type AuthHandlerOption func(o *AuthHandlerOptions)

func AuthHandlerNamespace

func AuthHandlerNamespace(ns string) AuthHandlerOption

type AuthHandlerOptions

type AuthHandlerOptions struct {
	Namespace string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL