Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { // User to be used for authentication User string // The database Password for the named user Password string // The client certificate to be used for authentication // // If the CertificatePath is set, user and password entries will be ignored. CertificatePath string // Optionally you can set the RootCA cert, it overrides the system certificates RootCA string }
Directories ¶
Path | Synopsis |
---|---|
examples
|
|
proxy
Package proxy provides a reverse proxy handler for gRPC.
|
Package proxy provides a reverse proxy handler for gRPC. |
internal
|
|
schema
This package is organizes the schema related use cases
|
This package is organizes the schema related use cases |
Node is a single node in the database cluster, which acts as the interface between the clients and the storage layer
|
Node is a single node in the database cluster, which acts as the interface between the clients and the storage layer |
Click to show internal directories.
Click to hide internal directories.