package
Version:
v0.0.0-...-eeca8c7
Opens a new window with list of versions in this module.
Published: Jun 21, 2019
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetConsulConfig() defaultConsulConfig
func GetMysqlConfig() defaultMysqlConfig
type ConsulConfig interface {
GetEnabled() bool
GetPort() int
GetHost() string
}
type MysqlConfig interface {
GetURL() string
GetEnabled() bool
GetMaxIdleConnection() int
GetMaxOpenConnection() int
}
type Profiles interface {
GetInclude() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.