Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RWSet ¶
type RWSet interface { SetState(namespace string, key string, value []byte) error GetState(namespace string, key string) ([]byte, error) DeleteState(namespace string, key string) error Equals(rwset interface{}, namespace string) error }
RWSet interface, used to read from, and write to, a rwset.
Click to show internal directories.
Click to hide internal directories.