Documentation
¶
Overview ¶
-- Auto generated by gopb --// -- DO NOT EDIT --//
Index ¶
- Variables
- type CGI_Hello
- func (*CGI_Hello) Descriptor() ([]byte, []int)
- func (m *CGI_Hello) GetDesc() string
- func (m *CGI_Hello) GetID() int32
- func (*CGI_Hello) ProtoMessage()
- func (m *CGI_Hello) Reset()
- func (m *CGI_Hello) String() string
- func (m *CGI_Hello) XXX_DiscardUnknown()
- func (m *CGI_Hello) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CGI_Hello) XXX_Merge(src proto.Message)
- func (m *CGI_Hello) XXX_Size() int
- func (m *CGI_Hello) XXX_Unmarshal(b []byte) error
- type CIDEnum
Constants ¶
This section is empty.
Variables ¶
View Source
var CID _CID
Functions ¶
This section is empty.
Types ¶
type CGI_Hello ¶
type CGI_Hello struct {
ID *int32 `protobuf:"varint,1,req,name=ID" json:"ID,omitempty"`
Desc *string `protobuf:"bytes,2,req,name=Desc" json:"Desc,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*CGI_Hello) Descriptor ¶
func (*CGI_Hello) ProtoMessage ¶
func (*CGI_Hello) ProtoMessage()
func (*CGI_Hello) XXX_DiscardUnknown ¶
func (m *CGI_Hello) XXX_DiscardUnknown()
func (*CGI_Hello) XXX_Marshal ¶
func (*CGI_Hello) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.