Documentation
¶
Index ¶
- func AddOwner(ctx context.Context, key []byte, owner string) error
- func AddReader(ctx context.Context, key []byte, reader string) error
- func AddWriter(ctx context.Context, key []byte, writer string) error
- func GetKey(ctx context.Context, key []byte) ([]byte, error)
- func PrefixScan(ctx context.Context, keyPrefix []byte) ([]string, error)
- func RevokeOwner(ctx context.Context, key []byte, owner string) error
- func RevokeReader(ctx context.Context, key []byte, reader string) error
- func RevokeWriter(ctx context.Context, key []byte, writer string) error
- func WriteKey(ctx context.Context, key []byte, value []byte) error
- type Node
- type Param
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrefixScan ¶ added in v0.1.0
PrefixScan performs a distributed prefix scan across all nodes in the cluster. It returns all keys matching the prefix that are owned by any node.
func RevokeOwner ¶ added in v0.1.0
func RevokeReader ¶ added in v0.1.0
func RevokeWriter ¶ added in v0.1.0
Types ¶
Click to show internal directories.
Click to hide internal directories.