Documentation
¶
Index ¶
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (m *Config) GetAddress() *net.IPOrDomain
- func (m *Config) GetFollowRedirect() bool
- func (m *Config) GetNetworkList() *net.NetworkList
- func (m *Config) GetPort() uint32
- func (v *Config) GetPredefinedAddress() net.Address
- func (m *Config) GetTimeout() uint32deprecated
- func (m *Config) GetUserLevel() uint32
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) String() string
- func (m *Config) XXX_DiscardUnknown()
- func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Config) XXX_Merge(src proto.Message)
- func (m *Config) XXX_Size() int
- func (m *Config) XXX_Unmarshal(b []byte) error
- type DokodemoDoor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.1.1
type Config struct {
Address *net.IPOrDomain `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"`
Port uint32 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"`
NetworkList *net.NetworkList `protobuf:"bytes,3,opt,name=network_list,json=networkList" json:"network_list,omitempty"`
Timeout uint32 `protobuf:"varint,4,opt,name=timeout" json:"timeout,omitempty"` // Deprecated: Do not use.
FollowRedirect bool `protobuf:"varint,5,opt,name=follow_redirect,json=followRedirect" json:"follow_redirect,omitempty"`
UserLevel uint32 `protobuf:"varint,6,opt,name=user_level,json=userLevel" json:"user_level,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Config) Descriptor ¶
func (*Config) Descriptor() ([]byte, []int)
func (*Config) GetAddress ¶
func (m *Config) GetAddress() *net.IPOrDomain
func (*Config) GetFollowRedirect ¶
func (m *Config) GetFollowRedirect() bool
func (*Config) GetNetworkList ¶
func (m *Config) GetNetworkList() *net.NetworkList
func (*Config) GetPredefinedAddress ¶
func (v *Config) GetPredefinedAddress() net.Address
GetPredefinedAddress returns the defined address from proto config. Null if address is not valid.
func (*Config) GetTimeout
deprecated
func (m *Config) GetTimeout() uint32
Deprecated: Do not use.
func (*Config) GetUserLevel ¶
func (m *Config) GetUserLevel() uint32
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) XXX_DiscardUnknown ¶
func (m *Config) XXX_DiscardUnknown()
func (*Config) XXX_Marshal ¶
func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Config) XXX_Unmarshal ¶
func (m *Config) XXX_Unmarshal(b []byte) error
type DokodemoDoor ¶
type DokodemoDoor struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.