Documentation ¶
Index ¶
- Variables
- type Config
- func (c *Config) BuildTime() string
- func (c *Config) DB() *gorm.DB
- func (c *Config) FilesPath() string
- func (c *Config) GitBranch() string
- func (c *Config) GitCommit() string
- func (c *Config) HttpServerHost() string
- func (c *Config) HttpServerPort() int
- func (c *Config) LdapBaseDN() string
- func (c *Config) LdapBind() string
- func (c *Config) LdapFilterDN() string
- func (c *Config) LdapHost() string
- func (c *Config) LdapPassword() string
- func (c *Config) MigrateDB()
- func (c *Config) SetHttpServerPort(port int)
- func (c *Config) Version() string
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildTime = "No Time provided"
View Source
var GitBranch = "undefined"
View Source
var GitCommit = "undefined"
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) HttpServerHost ¶
func (*Config) HttpServerPort ¶
func (*Config) LdapBaseDN ¶
func (*Config) LdapFilterDN ¶
func (*Config) LdapPassword ¶
func (*Config) SetHttpServerPort ¶
Click to show internal directories.
Click to hide internal directories.