Documentation
¶
Index ¶
- type Store
- func (s *Store) AllEventsPrefix() string
- func (s *Store) Create(item *Value) storage.PutOp[*Value]
- func (s *Store) DeleteByInstanceExecution(instanceID, executionID string) storage.DeleteOp
- func (s *Store) DeleteByKey(instanceID, executionID, eventID string) storage.DeleteOp
- func (s *Store) GetAll() storage.GetMultipleOp[*Value]
- func (s *Store) GetByInstanceExecution(instanceID, executionID string) storage.GetMultipleOp[*Value]
- func (s *Store) GetByKey(instanceID, executionID, eventID string) storage.GetOp[*Value]
- func (s *Store) InstanceExecutionPrefix(instanceID, executionID string) string
- func (s *Store) Key(instanceID, executionID, eventID string) string
- func (s *Store) Put(item *Value) storage.PutOp[*Value]
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) AllEventsPrefix ¶
func (*Store) DeleteByInstanceExecution ¶
func (*Store) DeleteByKey ¶
func (*Store) GetByInstanceExecution ¶
func (s *Store) GetByInstanceExecution(instanceID, executionID string) storage.GetMultipleOp[*Value]
func (*Store) InstanceExecutionPrefix ¶
Click to show internal directories.
Click to hide internal directories.