Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultPath ¶
func GetDefaultPath() string
func SetProject ¶
Types ¶
type Config ¶
type Config struct {
RestClientConfig perseshttp.RestConfigClient `json:"rest_client_config"`
Project string `json:"project"`
// contains filtered or unexported fields
}
var Global *Config
func (*Config) GetAPIClient ¶
func (c *Config) GetAPIClient() (api.ClientInterface, error)
func (*Config) SetAPIClient ¶
func (c *Config) SetAPIClient(apiClient api.ClientInterface)
Click to show internal directories.
Click to hide internal directories.