Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Localhost default localhost Localhost = "127.0.0.1" // CassandraSeeds env CassandraSeeds = "CASSANDRA_SEEDS" // CassandraPort env CassandraPort = "CASSANDRA_PORT" // CassandraDefaultPort Cassandra default port CassandraDefaultPort = "9042" // MySQLSeeds env MySQLSeeds = "MYSQL_SEEDS" // MySQLPort env MySQLPort = "MYSQL_PORT" // MySQLDefaultPort MySQL default port MySQLDefaultPort = "3306" // KafkaSeeds env KafkaSeeds = "KAFKA_SEEDS" // KafkaPort env KafkaPort = "KAFKA_PORT" // KafkaDefaultPort Kafka default port KafkaDefaultPort = "9092" // ESSeeds env ESSeeds = "ES_SEEDS" // ESPort env ESPort = "ES_PORT" // ESDefaultPort ES default port ESDefaultPort = "9200" )
Variables ¶
This section is empty.
Functions ¶
func GetCassandraAddress ¶
func GetCassandraAddress() string
GetCassandraAddress return the cassandra address
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.