Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultKeysHost = "localhost"
View Source
const DefaultKeysPort = "10997"
Variables ¶
This section is empty.
Functions ¶
func DefaultKeysURL ¶
func DefaultKeysURL() string
Types ¶
type LocalKeyClient ¶
func InitKeyClient ¶
func InitKeyClient(keysUrl string) (*LocalKeyClient, error)
Returns an initialized key client to a docker container running the keys server Adding the Ip address is optional and should only be used for passing data
func (*LocalKeyClient) ListKeys ¶
func (keys *LocalKeyClient) ListKeys(keysPath string, quiet bool) ([]string, error)
Keyclient returns a list of keys that it is aware of. params: host - search for keys on the host container - search for keys on the container quiet - don't print output, just return the list you find
Click to show internal directories.
Click to hide internal directories.