Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certs ¶
type Certs struct { ServerTrust *x509.Certificate ClientTrust *x509.Certificate ClientCert tls.Certificate }
type DQLite ¶
type DQLite struct { ClientCA string ClientCAKey string ClientCert string ClientCertKey string ServerCA string ServerCAKey string AdvertiseIP string AdvertisePort int DataDir string NodeStore client.NodeStore NodeInfo client.NodeInfo StorageEndpoint string NodeControllerGetter NodeControllerGetter // contains filtered or unexported fields }
func New ¶
func New(dataDir, advertiseIP string, advertisePort int, getter NodeControllerGetter) *DQLite
type NodeControllerGetter ¶
type NodeControllerGetter func() v1.NodeController
Click to show internal directories.
Click to hide internal directories.