Categorygithub.com/openware/pkg/mngapi
modulepackage
0.1.1
Repository: https://github.com/openware/pkg.git
Documentation: pkg.go.dev

# Packages

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

# Functions

New to return Client struct.
RandomString returns a random string of given lenght.
RandomStringWithCharset returns a random string of given lenght from the given charset.

# Constants

AlphaNum contain ascii alpha and numeric chars.
JWTAlgorithm default value to RS256.
JWTExpireDuration default value to 1 hour.
RequestTimeout default value to 30 seconds.

# Structs

APIError response from management API.
Client instance.
Config for management api.

# Interfaces

DefaultClient interface.
HTTPClient interface.