Documentation
¶
Index ¶
Constants ¶
View Source
const ( VERSION = "0.2.1" USERS_CSV = "users.csv" FAILED_CSV = "failed.csv" )
Variables ¶
View Source
var (
ConfigFile string
)
Functions ¶
func ParseConfig ¶
func ParseConfig(cfg string)
Types ¶
type GlobalConfig ¶
type GlobalConfig struct {
Ldap *models.LDAP_CONFIG `jspn:"ldap"`
Http *HttpConfig `json:"http"`
}
func Config ¶
func Config() *GlobalConfig
type HttpConfig ¶
type HttpConfig struct {
Listen string `json:"listen"`
}
Click to show internal directories.
Click to hide internal directories.