Documentation
¶
Index ¶
- type IedgeStatsCoordAuthData
- func (*IedgeStatsCoordAuthData) Descriptor() ([]byte, []int)
- func (m *IedgeStatsCoordAuthData) GetAcceptedRequests() uint64
- func (m *IedgeStatsCoordAuthData) GetErroredRequests() uint64
- func (m *IedgeStatsCoordAuthData) GetRejectedRequests() uint64
- func (m *IedgeStatsCoordAuthData) GetSentRequests() uint64
- func (m *IedgeStatsCoordAuthData) GetSuccessfulRequests() uint64
- func (m *IedgeStatsCoordAuthData) GetTerminatedRequests() uint64
- func (m *IedgeStatsCoordAuthData) GetUnreachableRequests() uint64
- func (*IedgeStatsCoordAuthData) ProtoMessage()
- func (m *IedgeStatsCoordAuthData) Reset()
- func (m *IedgeStatsCoordAuthData) String() string
- func (m *IedgeStatsCoordAuthData) XXX_DiscardUnknown()
- func (m *IedgeStatsCoordAuthData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IedgeStatsCoordAuthData) XXX_Merge(src proto.Message)
- func (m *IedgeStatsCoordAuthData) XXX_Size() int
- func (m *IedgeStatsCoordAuthData) XXX_Unmarshal(b []byte) error
- type IedgeStatsCoordAuthData_KEYS
- func (*IedgeStatsCoordAuthData_KEYS) Descriptor() ([]byte, []int)
- func (m *IedgeStatsCoordAuthData_KEYS) GetNodeName() string
- func (*IedgeStatsCoordAuthData_KEYS) ProtoMessage()
- func (m *IedgeStatsCoordAuthData_KEYS) Reset()
- func (m *IedgeStatsCoordAuthData_KEYS) String() string
- func (m *IedgeStatsCoordAuthData_KEYS) XXX_DiscardUnknown()
- func (m *IedgeStatsCoordAuthData_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IedgeStatsCoordAuthData_KEYS) XXX_Merge(src proto.Message)
- func (m *IedgeStatsCoordAuthData_KEYS) XXX_Size() int
- func (m *IedgeStatsCoordAuthData_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IedgeStatsCoordAuthData ¶
type IedgeStatsCoordAuthData struct { SentRequests uint64 `protobuf:"varint,50,opt,name=sent_requests,json=sentRequests,proto3" json:"sent_requests,omitempty"` AcceptedRequests uint64 `protobuf:"varint,51,opt,name=accepted_requests,json=acceptedRequests,proto3" json:"accepted_requests,omitempty"` SuccessfulRequests uint64 `protobuf:"varint,52,opt,name=successful_requests,json=successfulRequests,proto3" json:"successful_requests,omitempty"` RejectedRequests uint64 `protobuf:"varint,53,opt,name=rejected_requests,json=rejectedRequests,proto3" json:"rejected_requests,omitempty"` UnreachableRequests uint64 `protobuf:"varint,54,opt,name=unreachable_requests,json=unreachableRequests,proto3" json:"unreachable_requests,omitempty"` ErroredRequests uint64 `protobuf:"varint,55,opt,name=errored_requests,json=erroredRequests,proto3" json:"errored_requests,omitempty"` TerminatedRequests uint64 `protobuf:"varint,56,opt,name=terminated_requests,json=terminatedRequests,proto3" json:"terminated_requests,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IedgeStatsCoordAuthData) Descriptor ¶
func (*IedgeStatsCoordAuthData) Descriptor() ([]byte, []int)
func (*IedgeStatsCoordAuthData) GetAcceptedRequests ¶
func (m *IedgeStatsCoordAuthData) GetAcceptedRequests() uint64
func (*IedgeStatsCoordAuthData) GetErroredRequests ¶
func (m *IedgeStatsCoordAuthData) GetErroredRequests() uint64
func (*IedgeStatsCoordAuthData) GetRejectedRequests ¶
func (m *IedgeStatsCoordAuthData) GetRejectedRequests() uint64
func (*IedgeStatsCoordAuthData) GetSentRequests ¶
func (m *IedgeStatsCoordAuthData) GetSentRequests() uint64
func (*IedgeStatsCoordAuthData) GetSuccessfulRequests ¶
func (m *IedgeStatsCoordAuthData) GetSuccessfulRequests() uint64
func (*IedgeStatsCoordAuthData) GetTerminatedRequests ¶
func (m *IedgeStatsCoordAuthData) GetTerminatedRequests() uint64
func (*IedgeStatsCoordAuthData) GetUnreachableRequests ¶
func (m *IedgeStatsCoordAuthData) GetUnreachableRequests() uint64
func (*IedgeStatsCoordAuthData) ProtoMessage ¶
func (*IedgeStatsCoordAuthData) ProtoMessage()
func (*IedgeStatsCoordAuthData) Reset ¶
func (m *IedgeStatsCoordAuthData) Reset()
func (*IedgeStatsCoordAuthData) String ¶
func (m *IedgeStatsCoordAuthData) String() string
func (*IedgeStatsCoordAuthData) XXX_DiscardUnknown ¶
func (m *IedgeStatsCoordAuthData) XXX_DiscardUnknown()
func (*IedgeStatsCoordAuthData) XXX_Marshal ¶
func (m *IedgeStatsCoordAuthData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IedgeStatsCoordAuthData) XXX_Merge ¶
func (m *IedgeStatsCoordAuthData) XXX_Merge(src proto.Message)
func (*IedgeStatsCoordAuthData) XXX_Size ¶
func (m *IedgeStatsCoordAuthData) XXX_Size() int
func (*IedgeStatsCoordAuthData) XXX_Unmarshal ¶
func (m *IedgeStatsCoordAuthData) XXX_Unmarshal(b []byte) error
type IedgeStatsCoordAuthData_KEYS ¶
type IedgeStatsCoordAuthData_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 (*IedgeStatsCoordAuthData_KEYS) Descriptor ¶
func (*IedgeStatsCoordAuthData_KEYS) Descriptor() ([]byte, []int)
func (*IedgeStatsCoordAuthData_KEYS) GetNodeName ¶
func (m *IedgeStatsCoordAuthData_KEYS) GetNodeName() string
func (*IedgeStatsCoordAuthData_KEYS) ProtoMessage ¶
func (*IedgeStatsCoordAuthData_KEYS) ProtoMessage()
func (*IedgeStatsCoordAuthData_KEYS) Reset ¶
func (m *IedgeStatsCoordAuthData_KEYS) Reset()
func (*IedgeStatsCoordAuthData_KEYS) String ¶
func (m *IedgeStatsCoordAuthData_KEYS) String() string
func (*IedgeStatsCoordAuthData_KEYS) XXX_DiscardUnknown ¶
func (m *IedgeStatsCoordAuthData_KEYS) XXX_DiscardUnknown()
func (*IedgeStatsCoordAuthData_KEYS) XXX_Marshal ¶
func (m *IedgeStatsCoordAuthData_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IedgeStatsCoordAuthData_KEYS) XXX_Merge ¶
func (m *IedgeStatsCoordAuthData_KEYS) XXX_Merge(src proto.Message)
func (*IedgeStatsCoordAuthData_KEYS) XXX_Size ¶
func (m *IedgeStatsCoordAuthData_KEYS) XXX_Size() int
func (*IedgeStatsCoordAuthData_KEYS) XXX_Unmarshal ¶
func (m *IedgeStatsCoordAuthData_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.