Documentation ¶ Index ¶ type KeyType type KeyTypeSyncList func (m *KeyTypeSyncList) Delete(k KeyType) func (m *KeyTypeSyncList) Exists(k KeyType) bool func (m *KeyTypeSyncList) List() []KeyType func (m *KeyTypeSyncList) Put(k KeyType) func (m *KeyTypeSyncList) Range(i func(k KeyType) bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type KeyType ¶ type KeyType generic.Type // nolint type KeyTypeSyncList ¶ type KeyTypeSyncList struct { // contains filtered or unexported fields } KeyTypeSyncList - func (*KeyTypeSyncList) Delete ¶ func (m *KeyTypeSyncList) Delete(k KeyType) Delete - func (*KeyTypeSyncList) Exists ¶ func (m *KeyTypeSyncList) Exists(k KeyType) bool Exists - func (*KeyTypeSyncList) List ¶ added in v0.11.0 func (m *KeyTypeSyncList) List() []KeyType List - func (*KeyTypeSyncList) Put ¶ func (m *KeyTypeSyncList) Put(k KeyType) Put - func (*KeyTypeSyncList) Range ¶ func (m *KeyTypeSyncList) Range(i func(k KeyType) bool) Range - Source Files ¶ View all Source files synclist.go Click to show internal directories. Click to hide internal directories.