Documentation
¶
Index ¶
- func NewPprof(p p2p.P2PInterface) *pprof
- type ProfMsg
- func (*ProfMsg) Descriptor() ([]byte, []int)
- func (m *ProfMsg) GetContent() []byte
- func (m *ProfMsg) GetGroupID() []byte
- func (m *ProfMsg) GetRequestID() []byte
- func (*ProfMsg) ProtoMessage()
- func (m *ProfMsg) Reset()
- func (m *ProfMsg) String() string
- func (m *ProfMsg) XXX_DiscardUnknown()
- func (m *ProfMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ProfMsg) XXX_Merge(src proto.Message)
- func (m *ProfMsg) XXX_Size() int
- func (m *ProfMsg) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProfMsg ¶
type ProfMsg struct {
RequestID []byte `protobuf:"bytes,1,opt,name=requestID,proto3" json:"requestID,omitempty"`
Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
GroupID []byte `protobuf:"bytes,3,opt,name=groupID,proto3" json:"groupID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*ProfMsg) Descriptor ¶
func (*ProfMsg) GetContent ¶
func (*ProfMsg) GetGroupID ¶
func (*ProfMsg) GetRequestID ¶
func (*ProfMsg) ProtoMessage ¶
func (*ProfMsg) ProtoMessage()
func (*ProfMsg) XXX_DiscardUnknown ¶
func (m *ProfMsg) XXX_DiscardUnknown()
func (*ProfMsg) XXX_Marshal ¶
func (*ProfMsg) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.