Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ConnectionTypeTCP connection type for TCP. ConnectionTypeTCP = "tcp" // ConnectionTypeUDS connection type for unix socket. ConnectionTypeUDS = "unix" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents the client to communicate with Aerospike Secret Agent.
func NewClient ¶
func NewClient(connectionType, address string, timeout time.Duration, isBase64 bool, tlsConfig *tls.Config, ) (*Client, error)
NewClient returns a new Aerospike Secret Agent client.
Click to show internal directories.
Click to hide internal directories.