request

package
v1.42.1 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2019 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

type OnewayValidatorOutbound struct{ transport.OnewayOutbound }

OnewayValidatorOutbound wraps an Outbound to validate all outgoing oneway requests.

func (OnewayValidatorOutbound) CallOneway

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

Introspect returns the introspection status of the underlying outbound.

type StreamValidatorOutbound

type StreamValidatorOutbound struct{ transport.StreamOutbound }

StreamValidatorOutbound wraps an Outbound to validate all outgoing oneway requests.

func (StreamValidatorOutbound) CallStream

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

type UnaryValidatorOutbound

type UnaryValidatorOutbound struct{ transport.UnaryOutbound }

UnaryValidatorOutbound wraps an Outbound to validate all outgoing unary requests.

func (UnaryValidatorOutbound) Call

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

func (UnaryValidatorOutbound) Introspect

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