Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeConfig ¶
func MergeConfig(conf *PlexConfig, c *cli.Context)
Types ¶
type PlexConfig ¶
type PlexConfig struct {
ListenAddress string `yaml:"address" flag:"listen-address"`
LogLevel string `yaml:"logLevel" flag:"log-level"`
LogFormat string `yaml:"logFormat" flag:"format"`
AutoDiscover bool `yaml:"autoDiscover" flag:"auto-discover"`
Token string `yaml:"token" flag:"token"`
Servers []PlexServerConfig `yaml:"servers"`
}
type PlexServerConfig ¶
Click to show internal directories.
Click to hide internal directories.