internal

package
v0.15.5 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Send

func Send(ctx context.Context, method, path string, in, out interface{}) error

Send makes an http request to the given endpoint, writing the input to the request body and unmarshaling the output from the response body.

Types

type Error

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

Error represents a http error.

func (*Error) Code

func (e *Error) Code() int

Code returns the http error code.

func (*Error) Error

func (e *Error) Error() string

Error returns the error message in string format.

Jump to

Keyboard shortcuts

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