Documentation
¶
Index ¶
Constants ¶
View Source
const ( KineSocket = "unix://kine.sock" SQLiteBackend = "sqlite" DQLiteBackend = "dqlite" ETCDBackend = "etcd3" JetStreamBackend = "jetstream" MySQLBackend = "mysql" PostgresBackend = "postgres" OracleBackend = "oracle" )
Variables ¶
This section is empty.
Functions ¶
func OracleConnectionPoolConfig ¶
func OracleConnectionPoolConfig(cfg Config) oracle.ConnectionPoolConfig
func ParseStorageEndpoint ¶
ParseStorageEndpoint returns the driver name and endpoint string from a datastore endpoint URL.
Types ¶
type Config ¶
type Config struct {
GRPCServer *grpc.Server
Listener string
Endpoint string
ConnectionPoolConfig generic.ConnectionPoolConfig
ServerTLSConfig tls.Config
BackendTLSConfig tls.Config
MetricsRegisterer prometheus.Registerer
}
Click to show internal directories.
Click to hide internal directories.