rpc

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: BSD-3-Clause Imports: 6 Imported by: 69

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendJSONRequest added in v1.7.12

func SendJSONRequest(
	ctx context.Context,
	uri *url.URL,
	method string,
	params interface{},
	reply interface{},
	options ...Option,
) error

Types

type EndpointRequester

type EndpointRequester interface {
	SendRequest(ctx context.Context, method string, params interface{}, reply interface{}, options ...Option) error
}

func NewEndpointRequester

func NewEndpointRequester(uri string) EndpointRequester

type Option added in v1.7.10

type Option func(*Options)

func WithHeader added in v1.7.10

func WithHeader(key, val string) Option

func WithQueryParam added in v1.7.10

func WithQueryParam(key, val string) Option

type Options added in v1.7.10

type Options struct {
	// contains filtered or unexported fields
}

func NewOptions added in v1.7.10

func NewOptions(ops []Option) *Options

func (*Options) Headers added in v1.7.10

func (o *Options) Headers() http.Header

func (*Options) QueryParams added in v1.7.10

func (o *Options) QueryParams() url.Values

Jump to

Keyboard shortcuts

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