Documentation ¶
Index ¶
- type IP
- func (*IP) Descriptor() ([]byte, []int)
- func (m *IP) GetAddress() string
- func (*IP) ProtoMessage()
- func (m *IP) Reset()
- func (m *IP) String() string
- func (m *IP) XXX_DiscardUnknown()
- func (m *IP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IP) XXX_Merge(src proto.Message)
- func (m *IP) XXX_Size() int
- func (m *IP) XXX_Unmarshal(b []byte) error
- type URL
- func (*URL) Descriptor() ([]byte, []int)
- func (m *URL) GetPort() int32
- func (m *URL) GetScheme() string
- func (m *URL) GetUrl() string
- func (*URL) ProtoMessage()
- func (m *URL) Reset()
- func (m *URL) String() string
- func (m *URL) XXX_DiscardUnknown()
- func (m *URL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *URL) XXX_Merge(src proto.Message)
- func (m *URL) XXX_Size() int
- func (m *URL) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IP ¶
type IP struct { // @inject_tag: valid:"ip" yaml:"ip" json:"overrided" Address string `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IP) Descriptor ¶
func (*IP) GetAddress ¶
func (*IP) ProtoMessage ¶
func (*IP) ProtoMessage()
func (*IP) XXX_DiscardUnknown ¶
func (m *IP) XXX_DiscardUnknown()
func (*IP) XXX_Unmarshal ¶
type URL ¶
type URL struct { // @inject_tag: valid:"http|https" Scheme string `protobuf:"bytes,1,opt,name=scheme,proto3" json:"scheme,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` // @inject_tag: valid:"nonzero" Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*URL) Descriptor ¶
func (*URL) ProtoMessage ¶
func (*URL) ProtoMessage()
func (*URL) XXX_DiscardUnknown ¶
func (m *URL) XXX_DiscardUnknown()
func (*URL) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.