request

package
v1.53.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OnewayValidatorOutbound added in v0.4.0

type OnewayValidatorOutbound struct {
	transport.OnewayOutbound
	transport.Namer
}

OnewayValidatorOutbound wraps an Outbound to validate all outgoing oneway requests.

func (OnewayValidatorOutbound) CallOneway added in v0.4.0

func (o OnewayValidatorOutbound) CallOneway(ctx context.Context, request *transport.Request) (transport.Ack, error)

CallOneway performs the given request, failing early if the request is invalid.

func (OnewayValidatorOutbound) Introspect added in v1.0.0

Introspect returns the introspection status of the underlying outbound.

type StreamValidatorOutbound added in v1.27.0

type StreamValidatorOutbound struct {
	transport.Namer
	transport.StreamOutbound
}

StreamValidatorOutbound wraps an Outbound to validate all outgoing oneway requests.

func (StreamValidatorOutbound) CallStream added in v1.27.0

CallStream performs the given request, failing early if the request is invalid.

func (StreamValidatorOutbound) Introspect added in v1.43.0

Introspect returns the introspection status of the underlying outbound.

type UnaryValidatorOutbound added in v0.4.0

type UnaryValidatorOutbound struct {
	transport.UnaryOutbound
	transport.Namer
}

UnaryValidatorOutbound wraps an Outbound to validate all outgoing unary requests.

func (UnaryValidatorOutbound) Call added in v0.4.0

Call performs the given request, failing early if the request is invalid.

func (UnaryValidatorOutbound) Introspect added in v1.0.0

Introspect returns the introspection status of the underlying outbound.

Jump to

Keyboard shortcuts

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