package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Store is a generic store that can handle all types all data.
func (s *Store[K, V]) Data() map[K]V
Data returns all data that stores.
func (s *Store[K, V]) Get(key K) (value V, ok bool)
Get ...
func (s *Store[K, V]) Set(key K, value V)
Set ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.