Documentation
¶
Index ¶
- type IedgeStatsMobData
- func (*IedgeStatsMobData) Descriptor() ([]byte, []int)
- func (m *IedgeStatsMobData) GetReceiveResponseFailures() uint64
- func (m *IedgeStatsMobData) GetReceiveResponseSuccesses() uint64
- func (m *IedgeStatsMobData) GetSendRequestFailures() uint64
- func (m *IedgeStatsMobData) GetSendRequestSuccesses() uint64
- func (*IedgeStatsMobData) ProtoMessage()
- func (m *IedgeStatsMobData) Reset()
- func (m *IedgeStatsMobData) String() string
- func (m *IedgeStatsMobData) XXX_DiscardUnknown()
- func (m *IedgeStatsMobData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IedgeStatsMobData) XXX_Merge(src proto.Message)
- func (m *IedgeStatsMobData) XXX_Size() int
- func (m *IedgeStatsMobData) XXX_Unmarshal(b []byte) error
- type IedgeStatsMobData_KEYS
- func (*IedgeStatsMobData_KEYS) Descriptor() ([]byte, []int)
- func (m *IedgeStatsMobData_KEYS) GetNodeName() string
- func (*IedgeStatsMobData_KEYS) ProtoMessage()
- func (m *IedgeStatsMobData_KEYS) Reset()
- func (m *IedgeStatsMobData_KEYS) String() string
- func (m *IedgeStatsMobData_KEYS) XXX_DiscardUnknown()
- func (m *IedgeStatsMobData_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IedgeStatsMobData_KEYS) XXX_Merge(src proto.Message)
- func (m *IedgeStatsMobData_KEYS) XXX_Size() int
- func (m *IedgeStatsMobData_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IedgeStatsMobData ¶
type IedgeStatsMobData struct { SendRequestSuccesses uint64 `protobuf:"varint,50,opt,name=send_request_successes,json=sendRequestSuccesses,proto3" json:"send_request_successes,omitempty"` SendRequestFailures uint64 `protobuf:"varint,51,opt,name=send_request_failures,json=sendRequestFailures,proto3" json:"send_request_failures,omitempty"` ReceiveResponseSuccesses uint64 `` /* 137-byte string literal not displayed */ ReceiveResponseFailures uint64 `` /* 134-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IedgeStatsMobData) Descriptor ¶
func (*IedgeStatsMobData) Descriptor() ([]byte, []int)
func (*IedgeStatsMobData) GetReceiveResponseFailures ¶
func (m *IedgeStatsMobData) GetReceiveResponseFailures() uint64
func (*IedgeStatsMobData) GetReceiveResponseSuccesses ¶
func (m *IedgeStatsMobData) GetReceiveResponseSuccesses() uint64
func (*IedgeStatsMobData) GetSendRequestFailures ¶
func (m *IedgeStatsMobData) GetSendRequestFailures() uint64
func (*IedgeStatsMobData) GetSendRequestSuccesses ¶
func (m *IedgeStatsMobData) GetSendRequestSuccesses() uint64
func (*IedgeStatsMobData) ProtoMessage ¶
func (*IedgeStatsMobData) ProtoMessage()
func (*IedgeStatsMobData) Reset ¶
func (m *IedgeStatsMobData) Reset()
func (*IedgeStatsMobData) String ¶
func (m *IedgeStatsMobData) String() string
func (*IedgeStatsMobData) XXX_DiscardUnknown ¶
func (m *IedgeStatsMobData) XXX_DiscardUnknown()
func (*IedgeStatsMobData) XXX_Marshal ¶
func (m *IedgeStatsMobData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IedgeStatsMobData) XXX_Merge ¶
func (m *IedgeStatsMobData) XXX_Merge(src proto.Message)
func (*IedgeStatsMobData) XXX_Size ¶
func (m *IedgeStatsMobData) XXX_Size() int
func (*IedgeStatsMobData) XXX_Unmarshal ¶
func (m *IedgeStatsMobData) XXX_Unmarshal(b []byte) error
type IedgeStatsMobData_KEYS ¶
type IedgeStatsMobData_KEYS struct { NodeName string `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IedgeStatsMobData_KEYS) Descriptor ¶
func (*IedgeStatsMobData_KEYS) Descriptor() ([]byte, []int)
func (*IedgeStatsMobData_KEYS) GetNodeName ¶
func (m *IedgeStatsMobData_KEYS) GetNodeName() string
func (*IedgeStatsMobData_KEYS) ProtoMessage ¶
func (*IedgeStatsMobData_KEYS) ProtoMessage()
func (*IedgeStatsMobData_KEYS) Reset ¶
func (m *IedgeStatsMobData_KEYS) Reset()
func (*IedgeStatsMobData_KEYS) String ¶
func (m *IedgeStatsMobData_KEYS) String() string
func (*IedgeStatsMobData_KEYS) XXX_DiscardUnknown ¶
func (m *IedgeStatsMobData_KEYS) XXX_DiscardUnknown()
func (*IedgeStatsMobData_KEYS) XXX_Marshal ¶
func (m *IedgeStatsMobData_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IedgeStatsMobData_KEYS) XXX_Merge ¶
func (m *IedgeStatsMobData_KEYS) XXX_Merge(src proto.Message)
func (*IedgeStatsMobData_KEYS) XXX_Size ¶
func (m *IedgeStatsMobData_KEYS) XXX_Size() int
func (*IedgeStatsMobData_KEYS) XXX_Unmarshal ¶
func (m *IedgeStatsMobData_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.