Documentation ¶
Index ¶
- Constants
- Variables
- func AddConfigPath(path string)
- func AutomaticEnv()
- func CreateConfig(path string, configName string)
- func GetKintoCoreHost() string
- func GetString(string string) string
- func Save()
- func SetConfigName(configName string)
- func SetConfigType(configType string)
- func SetKintoCoreHost(kintoCoreHost string)
Constants ¶
View Source
const ( CliConfigName = "kinto.yaml" KintoCoreHostKey = "kintoCoreHost" DefaultTeleportInterfacePort = "R:0.0.0.0" CoreHostResetKey = "reset" DefaultClientAccessPort = 5360 DefaultClientTeleportPort = 8080 RedisPort = 6379 PostgresPort = 5432 MongoPort = 27017 MinioPort = 9000 MysqlPort = 3306 )
Variables ¶
View Source
var DefaultkintoCoreHost = ""
View Source
var Version = "v0.0.1" //Needs to be a non-const for passing version at build time
Functions ¶
func AddConfigPath ¶
func AddConfigPath(path string)
func AutomaticEnv ¶
func AutomaticEnv()
func CreateConfig ¶
func GetKintoCoreHost ¶
func GetKintoCoreHost() string
func SetConfigName ¶
func SetConfigName(configName string)
func SetConfigType ¶
func SetConfigType(configType string)
func SetKintoCoreHost ¶
func SetKintoCoreHost(kintoCoreHost string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.