Documentation ¶
Index ¶
- func GetBasePath() string
- func GetGitCommit() string
- func GetGitTag() string
- func GetPostgresHost() string
- func GetPostgresName() string
- func GetPostgresPassword() string
- func GetPostgresPort() string
- func GetPostgresUser() string
- func GetServiceCode() string
- func GetServiceDebugging() bool
- func GetServiceDeveloping() bool
- func GetServiceEnvironment() string
- func GetServiceID() string
- func GetServiceLogLevel() string
- func GetServiceName() string
- func GetServicePort() int
- func GetServiceProject() string
- func GetServiceTesting() bool
- func GetServiceVersion() string
- func SetConfig(config Config)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBasePath ¶
func GetBasePath() string
func GetGitCommit ¶
func GetGitCommit() string
func GetPostgresHost ¶
func GetPostgresHost() string
func GetPostgresName ¶
func GetPostgresName() string
func GetPostgresPassword ¶
func GetPostgresPassword() string
func GetPostgresPort ¶
func GetPostgresPort() string
func GetPostgresUser ¶
func GetPostgresUser() string
func GetServiceCode ¶
func GetServiceCode() string
func GetServiceDebugging ¶
func GetServiceDebugging() bool
func GetServiceDeveloping ¶
func GetServiceDeveloping() bool
func GetServiceEnvironment ¶
func GetServiceEnvironment() string
func GetServiceID ¶
func GetServiceID() string
func GetServiceLogLevel ¶
func GetServiceLogLevel() string
func GetServiceName ¶
func GetServiceName() string
func GetServicePort ¶
func GetServicePort() int
func GetServiceProject ¶
func GetServiceProject() string
func GetServiceTesting ¶
func GetServiceTesting() bool
func GetServiceVersion ¶
func GetServiceVersion() string
Types ¶
type Config ¶
type Config interface { GetBasePath() string GetGitTag() string GetGitCommit() string GetServiceID() string GetServiceCode() string GetServiceName() string GetServicePort() int GetServiceProject() string GetServiceVersion() string GetServiceEnvironment() string GetServiceLogLevel() string GetServiceTesting() bool GetServiceDebugging() bool GetServiceDeveloping() bool GetPostgresHost() string GetPostgresPort() string GetPostgresName() string GetPostgresUser() string GetPostgresPassword() string }
Click to show internal directories.
Click to hide internal directories.