Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigFilePath ¶
Types ¶
type Config ¶
type Config struct {
FilePath string `yaml:"-"`
BaseURL string `yaml:"base_url"`
APIBaseURL string `yaml:"api_base_url"`
SessionID string `yaml:"session_id"`
AccessToken string `yaml:"access_token"`
PlaysDir string `yaml:"plays_dir"`
// Deprecated: use SSHIdentityFile instead
SSHDir string `yaml:"ssh_dir,omitempty"`
SSHIdentityFile string `yaml:"ssh_identity_file"`
// contains filtered or unexported fields
}
func (*Config) WebSocketOrigin ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.