Documentation ¶
Index ¶
Constants ¶
View Source
const ( NAME = "vertice-prog" DefaultPath = "/var/lib/megam" )
View Source
const ( DefaultScylla = localhost // DefaultApi is the default megam gateway if one is not provided. DefaultApi = "http://localhost:9000/v2/" // DefaultNSQ is the default nsqd if its not provided. DefaultNSQd = localhost DefaultName = "vertice-dev" //default user DefaultUser = "megam" DefaultHome = "/var/lib/megam/" MEGAM_HOME = "MEGAM_HOME" DefaultSwarmMaster = localhost DefaultAccessKey = "dummy-access-key" DefaultScretKey = "dummy-scret-key" DefaultEndpoint = localhost DefaultOneUserId = "oneadmin" DefaultOnePassword = "dummy-password" DefaultOrg = "megam.io" DefaultDomain = "example.com" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dns ¶
type Docker ¶
type Docker struct {
Docker_swarm string `toml:swarm`
}
func DockerConfig ¶
func DockerConfig() Docker
type Hosts ¶
type Hosts struct { Home string `toml:"home"` Scylla string `toml:"scylla"` NSQd string `toml:"nsqd"` Api string `toml:"api"` }
Config represents the meta configuration.
func HostConfig ¶
func HostConfig() Hosts
type One ¶
Click to show internal directories.
Click to hide internal directories.