Documentation ¶
Index ¶
Constants ¶
View Source
const Default_Config_AllowRegistration bool = true
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Port *uint32 `protobuf:"varint,1,req,name=port" json:"port,omitempty"` Address *string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"` AllowRegistration *bool `protobuf:"varint,3,opt,name=allow_registration,def=1" json:"allow_registration,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Config) GetAddress ¶
func (*Config) GetAllowRegistration ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.