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