Documentation ¶
Index ¶
- type Bool
- type CacheInterface
- type StoreDefault
- func (sd *StoreDefault) Clear()
- func (sd *StoreDefault) Del(key string) bool
- func (sd *StoreDefault) Get(key string, valStruct interface{}) interface{}
- func (sd *StoreDefault) Set(key string, value interface{}) error
- func (sd *StoreDefault) Verify(key string, value interface{}, valStruct interface{}) bool
- type StoreJWT
- type String
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheInterface ¶
type StoreDefault ¶
func GetStoreDefault ¶
func GetStoreDefault() *StoreDefault
func (*StoreDefault) Clear ¶
func (sd *StoreDefault) Clear()
func (*StoreDefault) Del ¶
func (sd *StoreDefault) Del(key string) bool
func (*StoreDefault) Get ¶
func (sd *StoreDefault) Get(key string, valStruct interface{}) interface{}
通用方法区
func (*StoreDefault) Set ¶
func (sd *StoreDefault) Set(key string, value interface{}) error
func (*StoreDefault) Verify ¶
func (sd *StoreDefault) Verify(key string, value interface{}, valStruct interface{}) bool
type StoreJWT ¶
func GetStoreJWT ¶
func GetStoreJWT() *StoreJWT
Click to show internal directories.
Click to hide internal directories.