Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Base string `yaml:"base"` // Used by CLI BaseURL *url.URL Database string `yaml:"database"` // Used by CLI DB *gorm.DB OIDC *oidc.OIDCProvider LDAP *ldap.LDAPProvider LogoLogin string `yaml:"logo_login"` LogoWelcome string `yaml:"logo_welcome"` LogoError string `yaml:"logo_error"` SupportURL string `yaml:"support_url"` CleanupInterval time.Duration `yaml:"cleanup_interval"` // Used by CLI }
Click to show internal directories.
Click to hide internal directories.