Documentation ¶
Index ¶
- type AlexandraClient
- func (c *AlexandraClient) AddKeygroupReplica(keygroup, node string, expiry int64, expectError bool)
- func (c *AlexandraClient) CreateKeygroup(firstNodeID string, kgname string, mutable bool, expiry int64, ...)
- func (c *AlexandraClient) Read(keygroup, id string, minExpiry int64, expectError bool) string
- func (c *AlexandraClient) Update(kgname, id, data string, expectError bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlexandraClient ¶
type AlexandraClient struct {
// contains filtered or unexported fields
}
func NewAlexandraClient ¶
func NewAlexandraClient(address string) AlexandraClient
func (*AlexandraClient) AddKeygroupReplica ¶
func (c *AlexandraClient) AddKeygroupReplica(keygroup, node string, expiry int64, expectError bool)
func (*AlexandraClient) CreateKeygroup ¶
func (*AlexandraClient) Read ¶
func (c *AlexandraClient) Read(keygroup, id string, minExpiry int64, expectError bool) string
func (*AlexandraClient) Update ¶
func (c *AlexandraClient) Update(kgname, id, data string, expectError bool)
Click to show internal directories.
Click to hide internal directories.