6 lines
94 B
Go
6 lines
94 B
Go
package config
|
|
|
|
type WWClientConf struct {
|
|
Port uint16 `yaml:"port,omitempty" default:"0"`
|
|
}
|