Documentation ¶
Index ¶
- Variables
- type Hello
- func (*Hello) Descriptor() ([]byte, []int)
- func (m *Hello) GetEntry() string
- func (m *Hello) GetIsinit() bool
- func (m *Hello) GetMask() uint64
- func (m *Hello) GetName() string
- func (m *Hello) Marshal() (dAtA []byte, err error)
- func (m *Hello) MarshalTo(dAtA []byte) (int, error)
- func (m *Hello) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Hello) ProtoMessage()
- func (m *Hello) Reset()
- func (m *Hello) Size() (n int)
- func (m *Hello) String() string
- func (m *Hello) Unmarshal(dAtA []byte) error
- func (m *Hello) XXX_DiscardUnknown()
- func (m *Hello) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Hello) XXX_Merge(src proto.Message)
- func (m *Hello) XXX_Size() int
- func (m *Hello) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Hello ¶
type Hello struct { // if isinit is set, listen will ret another hello Isinit bool `protobuf:"varint,1,opt,name=isinit,proto3" json:"isinit,omitempty"` // ws path Entry string `protobuf:"bytes,2,opt,name=entry,proto3" json:"entry,omitempty"` Mask uint64 `protobuf:"varint,3,opt,name=mask,proto3" json:"mask,omitempty"` // host name Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Hello) Descriptor ¶
func (*Hello) ProtoMessage ¶
func (*Hello) ProtoMessage()
func (*Hello) XXX_DiscardUnknown ¶
func (m *Hello) XXX_DiscardUnknown()
func (*Hello) XXX_Marshal ¶
func (*Hello) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.