Documentation ¶
Index ¶
- func GetAuthenticationGithubClientID() string
- func GetAuthenticationGithubClientSecret() string
- func GetAuthenticationGithubRedirectURL() string
- func GetAuthenticationProvider() string
- func GetConfig()
- func GetConfigFromFile(file string)
- func GetDomain() string
- func GetHTTPInterface() string
- func GetHTTPPort() string
- func GetLogFile() bool
- func GetLogLevel() zerolog.Level
- func GetLogPath() string
- func GetMySQLURL() string
- func GetPostgresURL() string
- func GetSSHInterface() string
- func GetSSHKeyPath() string
- func GetSSHPort() string
- func GetSSHUsername() string
- func GetStorageCQLEndpoint() string
- func GetStorageCQLKeyspace() string
- func GetStorageCQLPassword() string
- func GetStorageCQLUsername() string
- func GetStorageS3AccessKey() string
- func GetStorageS3Bucket() string
- func GetStorageS3Concurrency() int
- func GetStorageS3Endpoint() string
- func GetStorageS3Region() string
- func GetStorageS3SSL() bool
- func GetStorageS3SecretKey() string
- func GetStorageSQLiteURL() string
- func GetStorageType() string
- func SetDefaults()
- func SetDomain(d string)
- func SetHTTPInterface(i string)
- func SetHTTPPort(p string)
- func SetLogFile(f bool)
- func SetLogLevel(l zerolog.Level)
- func SetLogPath(p string)
- func SetSSHInterface(i string)
- func SetSSHKeyPath(k string)
- func SetSSHPort(p string)
- func SetSSHUsername(u string)
- func WriteConfig()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuthenticationGithubClientID ¶ added in v0.3.0
func GetAuthenticationGithubClientID() string
func GetAuthenticationGithubClientSecret ¶ added in v0.3.0
func GetAuthenticationGithubClientSecret() string
func GetAuthenticationGithubRedirectURL ¶ added in v0.3.0
func GetAuthenticationGithubRedirectURL() string
func GetAuthenticationProvider ¶ added in v0.3.0
func GetAuthenticationProvider() string
func GetConfigFromFile ¶
func GetConfigFromFile(file string)
func GetHTTPInterface ¶
func GetHTTPInterface() string
func GetHTTPPort ¶
func GetHTTPPort() string
func GetLogFile ¶
func GetLogFile() bool
func GetLogLevel ¶
func GetLogPath ¶
func GetLogPath() string
func GetMySQLURL ¶ added in v0.1.1
func GetMySQLURL() string
func GetPostgresURL ¶ added in v0.1.1
func GetPostgresURL() string
func GetSSHInterface ¶
func GetSSHInterface() string
func GetSSHKeyPath ¶
func GetSSHKeyPath() string
func GetSSHPort ¶
func GetSSHPort() string
func GetSSHUsername ¶
func GetSSHUsername() string
func GetStorageCQLEndpoint ¶
func GetStorageCQLEndpoint() string
func GetStorageCQLKeyspace ¶
func GetStorageCQLKeyspace() string
func GetStorageCQLPassword ¶
func GetStorageCQLPassword() string
func GetStorageCQLUsername ¶
func GetStorageCQLUsername() string
func GetStorageS3AccessKey ¶
func GetStorageS3AccessKey() string
func GetStorageS3Bucket ¶
func GetStorageS3Bucket() string
func GetStorageS3Concurrency ¶ added in v0.4.1
func GetStorageS3Concurrency() int
func GetStorageS3Endpoint ¶
func GetStorageS3Endpoint() string
func GetStorageS3Region ¶ added in v0.4.1
func GetStorageS3Region() string
func GetStorageS3SSL ¶
func GetStorageS3SSL() bool
func GetStorageS3SecretKey ¶
func GetStorageS3SecretKey() string
func GetStorageSQLiteURL ¶ added in v0.1.1
func GetStorageSQLiteURL() string
func GetStorageType ¶
func GetStorageType() string
func SetDefaults ¶
func SetDefaults()
func SetHTTPInterface ¶
func SetHTTPInterface(i string)
func SetHTTPPort ¶
func SetHTTPPort(p string)
func SetLogFile ¶
func SetLogFile(f bool)
func SetLogLevel ¶
func SetLogPath ¶
func SetLogPath(p string)
func SetSSHInterface ¶
func SetSSHInterface(i string)
func SetSSHKeyPath ¶
func SetSSHKeyPath(k string)
func SetSSHPort ¶
func SetSSHPort(p string)
func SetSSHUsername ¶
func SetSSHUsername(u string)
func WriteConfig ¶
func WriteConfig()
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.