Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultConfig = "conf.yaml" ConfigTemplete = `` /* 1212-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func FreeLocalPort ¶
Types ¶
type Application ¶
type Application struct {
Workspace string `name:"workspace" toml:"workspace" yaml:"workspace"`
Mode string `name:"mode" toml:"mode" yaml:"mode"`
Visibility string `name:"visibility" toml:"visibility" yaml:"visibility"`
Domainname string `name:"domainname" toml:"domainname" yaml:"domainname"`
Maxusespace uint64 `name:"maxusespace" toml:"maxusespace" yaml:"maxusespace"`
Port uint32 `name:"port" toml:"port" yaml:"port"`
}
type Config ¶
type Config struct {
Application `yaml:"application"`
Chain `yaml:"chain"`
User `yaml:"user"`
Access `yaml:"access"`
Shunt `yaml:"shunt"`
}
func NewConfigNotCheck ¶
func (*Config) IsHighPriorityAccount ¶
Click to show internal directories.
Click to hide internal directories.