Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DBCONNSTRING - Database connection string DBCONNSTRING = "postgres://news-local-pg:news-local-pg@localhost:5432/news-local-pg?sslmode=disable" // ELASTICSEARCHURL - Elasticsearch url ELASTICSEARCHURL = "http://localhost:9200/" // REDISURL - Redis url REDISURL = "localhost:6379" // REDISAUTH - Redis url REDISAUTH = "" // RABBITMQURL - RabbitMQ url RABBITMQURL = "amqp://news-local-mq:news-local-mq@localhost:5672/" // MQNEWSPOSTQUEUE - RabbitMQ news post queue MQNEWSPOSTQUEUE = "NEWS_POST_QUEUE" // NUMBERDIALATTEMPT - Number dial attempt NUMBERDIALATTEMPT = 5 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.