package
0.0.0-20230628214157-3bfe64699e82
Repository: https://github.com/gravitational/gravity.git
Documentation: pkg.go.dev
# Functions
BasicAuth sets username and password for HTTP client.
BearerAuth sets token for HTTP client.
HTTPClient is a functional parameter that sets the internal HTTP client.
NewAuthenticatedClient returns client authenticated as username with the given password.
NewBearerClient returns client authenticated with the given password.
NewClient returns a new Client for the specified target address addr.
WithLocalDialer specifies the dialer to use for connecting to an endpoint if standard dialing fails.
# Constants
No description provided by the author
# Structs
No description provided by the author
UpsertResourceRawReq is a request to upsert a resource.
# Type aliases
ClientParam defines the API to override configuration on client c.