Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Datastore ¶
type Datastore struct {
Listen string `yaml:"listen"`
}
A Datastore is config of Satelit Datastore API Server
type Dorado ¶
type Dorado struct { Username string `yaml:"username"` Password string `yaml:"password"` LocalIps []string `yaml:"local_ip"` RemoteIps []string `yaml:"remote_ip"` PortGroupName string `yaml:"portgroup_name"` StoragePoolName string `yaml:"storagepool_name"` HyperMetroDomainName string `yaml:"hypermetrodomain_name"` BackendName string `yaml:"backend_name"` }
A Dorado is config for Dorado
type MySQLConfig ¶
type MySQLConfig struct { DSN string `yaml:"dsn"` MaxIdleConn int `yaml:"max_idle_conn"` ConnMaxLifetimeSecond int `yaml:"conn_max_lifetime_second"` }
A MySQLConfig is config of MySQL
type Targetd ¶
type Targetd struct { APIEndpoint string `yaml:"api_endpoint"` Username string `yaml:"username"` Password string `yaml:"password"` PoolName string `yaml:"pool_name"` BackendName string `yaml:"backend_name"` PortalIP string `yaml:"portal_ip"` }
A Targetd is config for targetd
Click to show internal directories.
Click to hide internal directories.