Versions in this module Expand all Collapse all v0 v0.0.8 Oct 22, 2024 Changes in this version + func Execute() + func ExpandPath(path string) string + func IsCertValid(certPath string) (bool, string) + func MakeConfig(configFile string) + func PathExists(path string) bool + type ClientConfigType struct + APIKey string + CertFile string + EndPoint string + Extensions []api.Extension + Principals []string + PublicKey string + Username string + var Config *ClientConfigType + func (c *ClientConfigType) GetCertFile() string + func (c *ClientConfigType) GetPublicKey() string