Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Gin *gin.Engine Address string Traced bool Wiki bool // server static doc site Auth struct { Enabled bool DefaultOrg string // default org for Auth.Enabled = false Manager *auth.Manager // provider for Auth.Enabled = true } LinkStore link.Store }
Config defines the golinks http service config.
Click to show internal directories.
Click to hide internal directories.