Documentation ¶
Index ¶
Constants ¶
View Source
const (
// IDLength is length of ObjectID in bytes
IDLength = 20
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a client to Arrow's plasma store
func (*Client) Disconnect ¶
Disconnect disconnects from plasma store
type ObjectID ¶
ObjectID is store ID for an object
func IDFromString ¶
IDFromString converts a string to ObjectID
Click to show internal directories.
Click to hide internal directories.