Documentation
¶
Index ¶
- type Store
- func (s *Store) Create(item *Value) storage.PutOp[*Value]
- func (s *Store) DeleteByKey(instanceID string) storage.DeleteOp
- func (s *Store) GetByKey(instanceID string) storage.GetOp[*Value]
- func (s *Store) Key(instanceID string) string
- func (s *Store) Put(item *Value) storage.PutOp[*Value]
- func (s *Store) Update(item *Value) storage.PutOp[*Value]
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.