Documentation
¶
Index ¶
- Constants
- func InitTStore(svc string) (err error)
- func PBGet(uid string, path string) ([]byte, error)
- func PBGetInt(uid string, path string) (int64, error)
- func PBGetStr(uid string, path string) (string, error)
- func PBSave(uid string, path string, value interface{}) error
- func PBSaveStr(uid string, path string, value string) error
- type MapManger
- func (m *MapManger) BatchSave(uid, path string, param map[string]interface{}) error
- func (m *MapManger) Error() error
- func (m *MapManger) Fetch(uid, path string, key string) *MapManger
- func (m *MapManger) GetStrValue() (string, error)
- func (m *MapManger) Keys(uid, path string) (ks []string, err error)
- func (m *MapManger) Save(uid, path string, key string, value interface{}) error
- func (m *MapManger) Scan(dest interface{}) *MapManger
Constants ¶
View Source
const (
CodeSuccess = 200
)
Variables ¶
This section is empty.
Functions ¶
func InitTStore ¶
Types ¶
type MapManger ¶ added in v0.1.12
type MapManger struct {
// contains filtered or unexported fields
}
func (*MapManger) GetStrValue ¶ added in v0.1.12
Click to show internal directories.
Click to hide internal directories.