Documentation ¶
Index ¶
- Constants
- func GetCassandraAddress() string
- func GetCassandraPort() int
- func GetESAddress() string
- func GetESPort() int
- func GetKafkaAddress() string
- func GetKafkaPort() int
- func GetMySQLAddress() string
- func GetMySQLPort() int
- func GetPostgresAddress() string
- func GetPostgresPort() int
- func SetupEnv()
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" // PostgresSeeds env PostgresSeeds = "POSTGRES_SEEDS" // PostgresPort env PostgresPort = "POSTGRES_PORT" // PostgresDefaultPort Postgres default port PostgresDefaultPort = "5432" )
Variables ¶
This section is empty.
Functions ¶
func GetCassandraAddress ¶
func GetCassandraAddress() string
GetCassandraAddress return the cassandra address
func GetPostgresAddress ¶ added in v0.11.0
func GetPostgresAddress() string
GetPostgresAddress return the Postgres address
func GetPostgresPort ¶ added in v0.11.0
func GetPostgresPort() int
GetPostgresPort return the Postgres port
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.