Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIConfig ¶
type CLIConfig struct { DefaultProject string `yaml:"default_project"` Projects []ProjectConfig `yaml:"projects"` // contains filtered or unexported fields }
func LoadOrCreate ¶
LoadOrCreate loads config file from ~/.livekit/cli-config.yaml if it doesn't exist, it'll return an empty config file
func (*CLIConfig) PersistIfNeeded ¶
type ProjectConfig ¶
type ProjectConfig struct { Name string `yaml:"name"` URL string `yaml:"url"` APIKey string `yaml:"api_key"` APISecret string `yaml:"api_secret"` }
func LoadDefaultProject ¶
func LoadDefaultProject() (*ProjectConfig, error)
func LoadProject ¶
func LoadProject(name string) (*ProjectConfig, error)
Click to show internal directories.
Click to hide internal directories.