Documentation ¶
Index ¶
- func Del(ctx common.Context, originKey string)
- func Drop(ctx common.Context, masterKey string)
- func Get(ctx common.Context, originKey string)
- func GetPassword(masterKey string) string
- func List(ctx common.Context, originKey string)
- func Put(ctx common.Context, originKey, val string)
- type KvData
- func (data KvData) Append(key, val string)
- func (data KvData) Del(key string)
- func (data KvData) Encrypt(key string) ([]byte, error)
- func (data KvData) Get(key string) []byte
- func (data KvData) IsValid() bool
- func (data KvData) List(keyPrefix string) ([]string, [][]byte)
- func (data KvData) Put(key string, val []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPassword ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.