Documentation
¶
Index ¶
- type NestedSyncMap
- func (sm *NestedSyncMap) Data() map[string]any
- func (sm *NestedSyncMap) Delete(key string)
- func (sm *NestedSyncMap) Get(key string) any
- func (sm *NestedSyncMap) OverwriteData(data map[string]any)
- func (sm *NestedSyncMap) PathExists(key string) bool
- func (sm *NestedSyncMap) Set(key string, value any)
- type SyncMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NestedSyncMap ¶
type NestedSyncMap struct {
// contains filtered or unexported fields
}
func NewNestedSyncMap ¶
func NewNestedSyncMap() *NestedSyncMap
func (*NestedSyncMap) Data ¶
func (sm *NestedSyncMap) Data() map[string]any
func (*NestedSyncMap) Delete ¶
func (sm *NestedSyncMap) Delete(key string)
func (*NestedSyncMap) Get ¶
func (sm *NestedSyncMap) Get(key string) any
func (*NestedSyncMap) OverwriteData ¶
func (sm *NestedSyncMap) OverwriteData(data map[string]any)
func (*NestedSyncMap) PathExists ¶
func (sm *NestedSyncMap) PathExists(key string) bool
func (*NestedSyncMap) Set ¶
func (sm *NestedSyncMap) Set(key string, value any)
type SyncMap ¶
type SyncMap[Key comparable, Value any] struct { // contains filtered or unexported fields }
func NewSyncMap ¶
func NewSyncMap[Key comparable, Value any]() *SyncMap[Key, Value]
Click to show internal directories.
Click to hide internal directories.