Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Write writes the given content to CASClient. Write(content []byte) (string, error) // Read reads the content of the given address in CASClient. // returns the content of the given address. Read(address string) ([]byte, error) }
Client defines interface for accessing the underlying content addressable storage.
Click to show internal directories.
Click to hide internal directories.