Documentation
¶
Index ¶
- type Store
- func (s *Store) Close() error
- func (s *Store) DeleteTx(ctx context.Context, txId string) error
- func (s *Store) IterateAll(ctx context.Context, cb func(tx *cluster.Transaction)) error
- func (s *Store) Open() error
- func (s *Store) SetUmarshalFn(fn unmarshalFn)
- func (s *Store) StoreTx(ctx context.Context, tx *cluster.Transaction) error
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) IterateAll ¶
func (*Store) SetUmarshalFn ¶
func (s *Store) SetUmarshalFn(fn unmarshalFn)
Click to show internal directories.
Click to hide internal directories.