Documentation ¶ Index ¶ type Client func New(client *aerospike.Client, namespace string) *Client func (c *Client) InsertBinMap(set string, key string, binMap map[string]interface{}) error func (c *Client) Truncate(set string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *aerospike.Client // contains filtered or unexported fields } func New ¶ func New(client *aerospike.Client, namespace string) *Client func (*Client) InsertBinMap ¶ func (c *Client) InsertBinMap(set string, key string, binMap map[string]interface{}) error func (*Client) Truncate ¶ func (c *Client) Truncate(set string) error Source Files ¶ View all Source files aerospike.go Click to show internal directories. Click to hide internal directories.