Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultBaseURL = "https://auth.kloudlite.io"
)
Variables ¶
View Source
var ( BaseURL = func() string { baseUrl := DefaultBaseURL s, err := client.GetBaseURL() if err == nil && s != "" { baseUrl = s } return baseUrl }() LoginUrl = func() string { return fmt.Sprintf("%s/cli-login", BaseURL) }() ServerURL = func() string { return fmt.Sprintf("%s/api/", BaseURL) }() UpdateURL = func() string { return "https://kl.kloudlite.io/kloudlite/kl" }() )
View Source
var ( InfraCliName = "kli" CoreCliName = "kl" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.