Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config = *ConfigStruct
type ConfigStruct ¶
type ConfigStruct struct { ApiPort string `json:"api_port"` DeviceRepoUrl string `json:"device_repo_url"` PermSearchUrl string `json:"perm_search_url"` ImportDeployUrl string `json:"import_deploy_url"` ImportRepoUrl string `json:"import_repo_url"` MemcachedUrls []string `json:"memcached_urls"` Debug bool `json:"debug"` KafkaUrl string `json:"kafka_url"` KafkaConsumerGroup string `json:"kafka_consumer_group"` KafkaTopicsForCacheInvalidation []string `json:"kafka_topics_for_cache_invalidation"` }
Click to show internal directories.
Click to hide internal directories.