Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindConfig ¶
type LoggerConfig ¶
type LoggerConfig struct {
Level string
}
type ServerConfig ¶
type ServerConfig struct { Bind BindConfig `json:"bind"` SSL SSLConfig `json:"ssl"` }
type SessionConfig ¶
type SessionConfig struct {
Expires int `json:"expires"`
}
type Spec ¶
type Spec struct { Server ServerConfig `json:"server"` DB DBConfig `json:"db"` Session SessionConfig `json:"session"` Logger LoggerConfig `json:"logger"` Jwt JwtConfig `json:"jwt"` AppId string `json:"appId"` }
Click to show internal directories.
Click to hide internal directories.