Documentation
¶
Index ¶
- type Manager
- func (m *Manager) Cover(dst, src []byte) *qerror.Error
- func (m *Manager) Del(key []byte) *qerror.Error
- func (m *Manager) Dels(keys ...[]byte) int
- func (m *Manager) Exist(key []byte) bool
- func (m *Manager) Get(key []byte) template.Node
- func (m *Manager) Gets(keys ...[]byte) []template.Node
- func (m *Manager) Iterators(f func(Node) bool)
- func (m *Manager) Regexp(str []byte) [][]byte
- func (m *Manager) Rename(dst, src []byte) *qerror.Error
- func (m *Manager) Set(key []byte, value template.Node) *qerror.Error
- func (m *Manager) SetX(key []byte, value template.Node)
- func (m *Manager) Size() int
- func (m *Manager) Update(key []byte, value template.Node) *qerror.Error
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.