Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YockConfNetStun ¶
type YockConfNetStun struct {
RetryCnt int `yaml:"retryCnt"`
}
type YockdConf ¶
type YockdConf struct { Name string `yaml:"name"` Fs yockdConfFS `yaml:"fs"` Grpc yockdConfGrpc `yaml:"grpc"` Gateway yockdConfGateway `yaml:"gateway"` Net YockdConfNet `yaml:"net"` Ycho ycho.YchoOpt `yaml:"ycho"` }
func CreateYockdConf ¶
func CreateYockdConf() *YockdConf
func OpenYockdConf ¶
func OpenYockdConf() *YockdConf
type YockdConfNet ¶
type YockdConfNet struct { Proxy map[string]yockdConfNetProxy `yaml:"proxy"` Stun YockConfNetStun `yaml:"stun"` }
Click to show internal directories.
Click to hide internal directories.