Expand description
Program configurations.
Structs§
- Broker
Ctrl - Channel
broker.ctrl
configuration object. - Broker
Data - Channel
broker.data
configuration object. - Cache
- Cache configuration object.
- Config
- Configuration file object.
- Db
- Database configuration object.
- Memory
Cache - Memory cache configuration object.
- MongoDb
- MongoDB configuration object.
- Mq
- Message queue configuration object.
- MqChannels
- Message channels configuration object.
- Sqlite
- SQLite configuration object.
Constants§
- DEF_
AUTH - DEF_
CACHE_ ENGINE - DEF_
ENGINE - DEF_
MEMORY_ DEVICE - DEF_
MEMORY_ DEVICE_ ROUTE - DEF_
MEMORY_ NETWORK_ ROUTE - DEF_
MONGODB_ DB - DEF_
MONGODB_ URL - DEF_
MQ_ CHANNEL_ URL - DEF_
MQ_ PERSISTENT - DEF_
MQ_ PREFETCH - DEF_
MQ_ SHAREDPREFIX - DEF_
SQLITE_ PATH
Functions§
- apply_
default - Fill missing configuration with default values.
- read_
args - To read input arguments from command-line arguments and environment variables.
- reg_
args - To register Clap arguments.