Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configure ¶
func DefaultConfigure ¶
func DefaultConfigure() *Configure
DefaultConfigure return default Configure
type Connect ¶
type Connect struct { URL string Insecure bool // Allow insecure server connections when using SSL Option ServerOption }
type HTTP ¶
type HTTP struct { Addr string CertFile string KeyFile string Swagger bool Option ServerOption }
HTTP configure
type ServerOption ¶
type Session ¶
type Session struct {
Memory SessionMemory
}
type SessionManager ¶
type SessionMemory ¶
type SessionMemory struct { Manager SessionManager Provider SessionProvider }
type SessionProvider ¶
type SessionProvider struct { Backend string Memory SessionProviderMemory Redis SessionProviderRedis Bolt SessionProviderBolt }
type SessionProviderBolt ¶
type SessionProviderMemory ¶
type SessionProviderRedis ¶
Click to show internal directories.
Click to hide internal directories.