Documentation
¶
Index ¶
- func Delete(key string) error
- func Init(opts ...store.Option)
- func Key(args ...string) string
- func Read(key string, valPointer interface{}) error
- func ReadBool(key string) (result bool, err error)
- func ReadInt(key string) (result int, err error)
- func ReadString(key string) (result string, err error)
- func Write(key string, val interface{}, opts ...store.WriteOption) error
- type Config
- type Register
- type Route
- type Session
- type Setting
- type Template
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Session ¶
type Session struct {
ID string `json:"id"`
Domain string `json:"domain"`
CreatedAt string `json:"created_at"`
}
Session .
type Setting ¶
type Setting struct {
Address string `json:"address"`
Auth bool `json:"auth,string"`
Password string `json:"password"`
}
Setting .
Click to show internal directories.
Click to hide internal directories.