Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigDirName ¶ added in v0.0.2
func GetConfigDirName() string
func GetConfigDirPath ¶ added in v0.0.2
func GetConfigFileName ¶ added in v0.0.2
func GetConfigFileName() string
func GetConfigFilePath ¶ added in v0.0.2
func PanicIfErrorExist ¶
func PanicIfErrorExist(err error)
Types ¶
type Config ¶
type Config struct {
Services []*ServiceConfig
}
func (*Config) FindServiceConfig ¶ added in v0.0.2
func (c *Config) FindServiceConfig(host string) (*ServiceConfig, bool)
func (*Config) FindServiceConfigs ¶ added in v0.0.2
func (*Config) FindServiceConfigsByType ¶ added in v0.0.2
func (*Config) ListServiceConfigHost ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.