Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Url *url.URL `env:"LDAP_URL" help:"LDAP connection URL"` // Connection URL Password string `env:"LDAP_PASSWORD" help:"Password"` // Password BaseDN string `env:"LDAP_BASE_DN" help:"Base DN"` // Base DN Router server.HTTPRouter `kong:"-"` // HTTP Router }
func (Config) Description ¶
Click to show internal directories.
Click to hide internal directories.