Documentation
¶
Index ¶
- Constants
- func AnyRemote(statuses []Status) bool
- func Configured() bool
- func OpenBus(ctx context.Context, exec libdb.Exec) (libbus.Messenger, error)
- func OpenDB(ctx context.Context, sqlitePath string, dbPathExplicit bool) (libdb.DBManager, error)
- func OpenKV(ctx context.Context, db libdb.DBManager) (libkvstore.KVManager, func(), error)
- type Selection
- type Status
Constants ¶
View Source
const ( StoreSubstrate = "store" BusSubstrate = "message bus" KVSubstrate = "key-value cache" )
View Source
const ( PostgresURLEnv = "CONTENOX_POSTGRES_URL" NATSURLEnv = "CONTENOX_NATS_URL" ValkeyURLEnv = "CONTENOX_VALKEY_URL" )
Variables ¶
This section is empty.
Functions ¶
func Configured ¶
func Configured() bool
Types ¶
Click to show internal directories.
Click to hide internal directories.