Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
LogLevel string `json:"log_level"` //DEBUG | CALL | NONE
ServerPort string `json:"server_port"`
GroupId string `json:"group_id"`
ProcessTopic string `json:"process_topic"`
UsersTopic string `json:"users_topic"`
PermissionsV2Url string `json:"permissions_v2_url"`
MongoUrl string `json:"mongo_url"`
MongoReplSet bool `json:"mongo_repl_set"` //set true if mongodb is configured as replication set or mongos and is able to handle transactions
MongoTable string `json:"mongo_table"`
MongoProcessCollection string `json:"mongo_process_collection"`
Debug bool `json:"debug"`
ConnectivityTest bool `json:"connectivity_test"`
KafkaUrl string `json:"kafka_url"`
RunStartupMigration bool `json:"run_startup_migration"`
CleanupInterval string `json:"cleanup_interval"`
InitTopics bool
}
Click to show internal directories.
Click to hide internal directories.