Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AerospikeLocker ¶
type AerospikeLocker struct {
// contains filtered or unexported fields
}
func NewAearospikeLocker ¶
func NewAearospikeLocker(client *aerospike.Client, namespace string) *AerospikeLocker
type AerospikeReleaser ¶
type AerospikeReleaser struct {
// contains filtered or unexported fields
}
func NewAerospikeReleaser ¶
func NewAerospikeReleaser(locker *AerospikeLocker, stop chan bool, key *aerospike.Key) *AerospikeReleaser
func (*AerospikeReleaser) Release ¶
func (ar *AerospikeReleaser) Release() error
Click to show internal directories.
Click to hide internal directories.