Documentation ¶
Index ¶
- type Op
- type OpType
- type Patch
- type SyncMap
- func (sm *SyncMap) AutoRemove()
- func (sm *SyncMap) Del(key string)
- func (sm *SyncMap) Diff(after_version int64) Patch
- func (sm *SyncMap) ForceAchieve()
- func (sm *SyncMap) Get(key string) Value
- func (sm *SyncMap) Patch(patch Patch)
- func (sm *SyncMap) Set(key, value string)
- func (sm *SyncMap) SetWithOptions(key, value string, priority int, autoremove int)
- func (sm *SyncMap) SetWithPriority(key, value string, priority int)
- func (sm *SyncMap) Size() int
- func (sm *SyncMap) Version() int64
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncMap ¶
type SyncMap struct {
// contains filtered or unexported fields
}
func (*SyncMap) AutoRemove ¶
func (sm *SyncMap) AutoRemove()
func (*SyncMap) ForceAchieve ¶
func (sm *SyncMap) ForceAchieve()
func (*SyncMap) SetWithOptions ¶
func (*SyncMap) SetWithPriority ¶
Click to show internal directories.
Click to hide internal directories.