package
3.0.0-alpha9+incompatible
Repository: https://github.com/opensvc/om3.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

New allocates a new client configuration and returns the reference so users are not tempted to use client.Config{} dereferenced, which would make loadContext useless.
WithBearer sets the client bearer token to use for newRequests.
WithCertificate sets the x509 client certificate.
WithInsecureSkipVerify skips certificate validity checks.
WithKey sets the x509 client private key..
WithPassword sets the password to use for login.
WithRootCa sets the client RootCA filename, httpclient cache don't cache clients with RootCa because of possible tmp filename conflict signature.
WithTimeout set a timeout on the connection.
WithURL is the option pointing the api location and protocol using the [<scheme>://]<addr>[:<port>] format.
WithUsername sets the username to use for login.

# Structs

No description provided by the author