Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultOutputFolder = "built"
)
Variables ¶
This section is empty.
Functions ¶
func GetDefaultPath ¶
func GetDefaultPath() string
func SetAccessToken ¶ added in v0.43.0
func SetProject ¶
Types ¶
type Config ¶
type Config struct {
RestClientConfig perseshttp.RestConfigClient `json:"rest_client_config"`
Project string `json:"project,omitempty"`
RefreshToken string `json:"refresh_token,omitempty"`
Dac Dac `json:"dac,omitempty"`
// 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)
func (*Config) SetFilePath ¶ added in v0.42.0
Click to show internal directories.
Click to hide internal directories.