2018-11-21 22:01:09 +00:00
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
2018-11-21 17:31:27 +00:00
|
|
|
// source: inspector.proto
|
|
|
|
|
|
|
|
package pb
|
|
|
|
|
2018-12-14 20:17:30 +00:00
|
|
|
import (
|
2019-03-27 19:44:18 +00:00
|
|
|
context "context"
|
|
|
|
fmt "fmt"
|
|
|
|
_ "github.com/gogo/protobuf/gogoproto"
|
|
|
|
proto "github.com/gogo/protobuf/proto"
|
|
|
|
duration "github.com/golang/protobuf/ptypes/duration"
|
|
|
|
timestamp "github.com/golang/protobuf/ptypes/timestamp"
|
2018-12-14 20:17:30 +00:00
|
|
|
grpc "google.golang.org/grpc"
|
2019-03-27 19:44:18 +00:00
|
|
|
math "math"
|
2018-12-14 20:17:30 +00:00
|
|
|
)
|
2018-11-21 17:31:27 +00:00
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
2018-11-21 22:01:09 +00:00
|
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
2019-03-15 20:21:52 +00:00
|
|
|
// ListSegments
|
2019-03-18 10:55:06 +00:00
|
|
|
type ListIrreparableSegmentsRequest struct {
|
2019-03-15 20:21:52 +00:00
|
|
|
Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
|
|
Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsRequest) Reset() { *m = ListIrreparableSegmentsRequest{} }
|
|
|
|
func (m *ListIrreparableSegmentsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ListIrreparableSegmentsRequest) ProtoMessage() {}
|
|
|
|
func (*ListIrreparableSegmentsRequest) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{0}
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ListIrreparableSegmentsRequest.Unmarshal(m, b)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ListIrreparableSegmentsRequest.Marshal(b, m, deterministic)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *ListIrreparableSegmentsRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ListIrreparableSegmentsRequest.Merge(m, src)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ListIrreparableSegmentsRequest.Size(m)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ListIrreparableSegmentsRequest.DiscardUnknown(m)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
var xxx_messageInfo_ListIrreparableSegmentsRequest proto.InternalMessageInfo
|
2019-03-15 20:21:52 +00:00
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsRequest) GetLimit() int32 {
|
2019-03-15 20:21:52 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Limit
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsRequest) GetOffset() int32 {
|
2019-03-15 20:21:52 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Offset
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type IrreparableSegment struct {
|
|
|
|
Path []byte `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
|
|
|
|
SegmentDetail *Pointer `protobuf:"bytes,2,opt,name=segment_detail,json=segmentDetail,proto3" json:"segment_detail,omitempty"`
|
|
|
|
LostPieces int32 `protobuf:"varint,3,opt,name=lost_pieces,json=lostPieces,proto3" json:"lost_pieces,omitempty"`
|
|
|
|
LastRepairAttempt int64 `protobuf:"varint,4,opt,name=last_repair_attempt,json=lastRepairAttempt,proto3" json:"last_repair_attempt,omitempty"`
|
|
|
|
RepairAttemptCount int64 `protobuf:"varint,5,opt,name=repair_attempt_count,json=repairAttemptCount,proto3" json:"repair_attempt_count,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *IrreparableSegment) Reset() { *m = IrreparableSegment{} }
|
|
|
|
func (m *IrreparableSegment) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*IrreparableSegment) ProtoMessage() {}
|
|
|
|
func (*IrreparableSegment) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{1}
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
func (m *IrreparableSegment) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_IrreparableSegment.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *IrreparableSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_IrreparableSegment.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *IrreparableSegment) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_IrreparableSegment.Merge(m, src)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
func (m *IrreparableSegment) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_IrreparableSegment.Size(m)
|
|
|
|
}
|
|
|
|
func (m *IrreparableSegment) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_IrreparableSegment.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_IrreparableSegment proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *IrreparableSegment) GetPath() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Path
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *IrreparableSegment) GetSegmentDetail() *Pointer {
|
|
|
|
if m != nil {
|
|
|
|
return m.SegmentDetail
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *IrreparableSegment) GetLostPieces() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.LostPieces
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *IrreparableSegment) GetLastRepairAttempt() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.LastRepairAttempt
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *IrreparableSegment) GetRepairAttemptCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.RepairAttemptCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
type ListIrreparableSegmentsResponse struct {
|
2019-03-15 20:21:52 +00:00
|
|
|
Segments []*IrreparableSegment `protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsResponse) Reset() { *m = ListIrreparableSegmentsResponse{} }
|
|
|
|
func (m *ListIrreparableSegmentsResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ListIrreparableSegmentsResponse) ProtoMessage() {}
|
|
|
|
func (*ListIrreparableSegmentsResponse) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{2}
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ListIrreparableSegmentsResponse.Unmarshal(m, b)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ListIrreparableSegmentsResponse.Marshal(b, m, deterministic)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *ListIrreparableSegmentsResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ListIrreparableSegmentsResponse.Merge(m, src)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ListIrreparableSegmentsResponse.Size(m)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ListIrreparableSegmentsResponse.DiscardUnknown(m)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
var xxx_messageInfo_ListIrreparableSegmentsResponse proto.InternalMessageInfo
|
2019-03-15 20:21:52 +00:00
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
func (m *ListIrreparableSegmentsResponse) GetSegments() []*IrreparableSegment {
|
2019-03-15 20:21:52 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Segments
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-11-21 22:01:09 +00:00
|
|
|
// GetStats
|
|
|
|
type GetStatsRequest struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
NodeId NodeID `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,customtype=NodeID" json:"node_id"`
|
2018-11-21 22:01:09 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetStatsRequest) Reset() { *m = GetStatsRequest{} }
|
|
|
|
func (m *GetStatsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetStatsRequest) ProtoMessage() {}
|
|
|
|
func (*GetStatsRequest) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{3}
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *GetStatsRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetStatsRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetStatsRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *GetStatsRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetStatsRequest.Merge(m, src)
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *GetStatsRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetStatsRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetStatsRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetStatsRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetStatsRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type GetStatsResponse struct {
|
|
|
|
AuditCount int64 `protobuf:"varint,1,opt,name=audit_count,json=auditCount,proto3" json:"audit_count,omitempty"`
|
2018-12-04 18:47:58 +00:00
|
|
|
AuditRatio float64 `protobuf:"fixed64,2,opt,name=audit_ratio,json=auditRatio,proto3" json:"audit_ratio,omitempty"`
|
|
|
|
UptimeCount int64 `protobuf:"varint,3,opt,name=uptime_count,json=uptimeCount,proto3" json:"uptime_count,omitempty"`
|
|
|
|
UptimeRatio float64 `protobuf:"fixed64,4,opt,name=uptime_ratio,json=uptimeRatio,proto3" json:"uptime_ratio,omitempty"`
|
2018-11-21 22:01:09 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetStatsResponse) Reset() { *m = GetStatsResponse{} }
|
|
|
|
func (m *GetStatsResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetStatsResponse) ProtoMessage() {}
|
|
|
|
func (*GetStatsResponse) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{4}
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *GetStatsResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetStatsResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetStatsResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *GetStatsResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetStatsResponse.Merge(m, src)
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *GetStatsResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetStatsResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetStatsResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetStatsResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetStatsResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GetStatsResponse) GetAuditCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AuditCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-12-04 18:47:58 +00:00
|
|
|
func (m *GetStatsResponse) GetAuditRatio() float64 {
|
2018-11-21 22:01:09 +00:00
|
|
|
if m != nil {
|
2018-12-04 18:47:58 +00:00
|
|
|
return m.AuditRatio
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-12-04 18:47:58 +00:00
|
|
|
func (m *GetStatsResponse) GetUptimeCount() int64 {
|
2018-11-21 22:01:09 +00:00
|
|
|
if m != nil {
|
2018-12-04 18:47:58 +00:00
|
|
|
return m.UptimeCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetStatsResponse) GetUptimeRatio() float64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UptimeRatio
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
// CreateStats
|
|
|
|
type CreateStatsRequest struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
NodeId NodeID `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,customtype=NodeID" json:"node_id"`
|
2018-11-21 22:01:09 +00:00
|
|
|
AuditCount int64 `protobuf:"varint,2,opt,name=audit_count,json=auditCount,proto3" json:"audit_count,omitempty"`
|
|
|
|
AuditSuccessCount int64 `protobuf:"varint,3,opt,name=audit_success_count,json=auditSuccessCount,proto3" json:"audit_success_count,omitempty"`
|
|
|
|
UptimeCount int64 `protobuf:"varint,4,opt,name=uptime_count,json=uptimeCount,proto3" json:"uptime_count,omitempty"`
|
|
|
|
UptimeSuccessCount int64 `protobuf:"varint,5,opt,name=uptime_success_count,json=uptimeSuccessCount,proto3" json:"uptime_success_count,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) Reset() { *m = CreateStatsRequest{} }
|
|
|
|
func (m *CreateStatsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CreateStatsRequest) ProtoMessage() {}
|
|
|
|
func (*CreateStatsRequest) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{5}
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *CreateStatsRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CreateStatsRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CreateStatsRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *CreateStatsRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CreateStatsRequest.Merge(m, src)
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *CreateStatsRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CreateStatsRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CreateStatsRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CreateStatsRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) GetAuditCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AuditCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) GetAuditSuccessCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AuditSuccessCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) GetUptimeCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UptimeCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) GetUptimeSuccessCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UptimeSuccessCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type CreateStatsResponse struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsResponse) Reset() { *m = CreateStatsResponse{} }
|
|
|
|
func (m *CreateStatsResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CreateStatsResponse) ProtoMessage() {}
|
|
|
|
func (*CreateStatsResponse) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{6}
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *CreateStatsResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CreateStatsResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CreateStatsResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *CreateStatsResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CreateStatsResponse.Merge(m, src)
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *CreateStatsResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CreateStatsResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CreateStatsResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CreateStatsResponse proto.InternalMessageInfo
|
2018-11-21 17:31:27 +00:00
|
|
|
|
|
|
|
// CountNodes
|
|
|
|
type CountNodesResponse struct {
|
2019-01-14 18:47:22 +00:00
|
|
|
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CountNodesResponse) Reset() { *m = CountNodesResponse{} }
|
|
|
|
func (m *CountNodesResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CountNodesResponse) ProtoMessage() {}
|
|
|
|
func (*CountNodesResponse) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{7}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *CountNodesResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CountNodesResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CountNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CountNodesResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *CountNodesResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CountNodesResponse.Merge(m, src)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *CountNodesResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CountNodesResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CountNodesResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CountNodesResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CountNodesResponse proto.InternalMessageInfo
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func (m *CountNodesResponse) GetCount() int64 {
|
2018-11-21 17:31:27 +00:00
|
|
|
if m != nil {
|
2019-01-14 18:47:22 +00:00
|
|
|
return m.Count
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type CountNodesRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CountNodesRequest) Reset() { *m = CountNodesRequest{} }
|
|
|
|
func (m *CountNodesRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CountNodesRequest) ProtoMessage() {}
|
|
|
|
func (*CountNodesRequest) Descriptor() ([]byte, []int) {
|
2019-03-27 19:44:18 +00:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{8}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *CountNodesRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CountNodesRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CountNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CountNodesRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *CountNodesRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CountNodesRequest.Merge(m, src)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *CountNodesRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CountNodesRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CountNodesRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CountNodesRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CountNodesRequest proto.InternalMessageInfo
|
|
|
|
|
2019-04-22 09:34:11 +01:00
|
|
|
type GetBucketListRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketListRequest) Reset() { *m = GetBucketListRequest{} }
|
|
|
|
func (m *GetBucketListRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketListRequest) ProtoMessage() {}
|
|
|
|
func (*GetBucketListRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{9}
|
|
|
|
}
|
|
|
|
func (m *GetBucketListRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketListRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketListRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketListRequest.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketListRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketListRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketListRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type GetBucketListResponse struct {
|
|
|
|
Buckets []*GetBucketListResponse_Bucket `protobuf:"bytes,1,rep,name=buckets,proto3" json:"buckets,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketListResponse) Reset() { *m = GetBucketListResponse{} }
|
|
|
|
func (m *GetBucketListResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketListResponse) ProtoMessage() {}
|
|
|
|
func (*GetBucketListResponse) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{10}
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketListResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketListResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketListResponse.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketListResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketListResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketListResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GetBucketListResponse) GetBuckets() []*GetBucketListResponse_Bucket {
|
|
|
|
if m != nil {
|
|
|
|
return m.Buckets
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type GetBucketListResponse_Bucket struct {
|
|
|
|
BucketId NodeID `protobuf:"bytes,1,opt,name=bucket_id,json=bucketId,proto3,customtype=NodeID" json:"bucket_id"`
|
|
|
|
RoutingNodes []*Node `protobuf:"bytes,2,rep,name=routing_nodes,json=routingNodes,proto3" json:"routing_nodes,omitempty"`
|
|
|
|
CachedNodes []*Node `protobuf:"bytes,3,rep,name=cached_nodes,json=cachedNodes,proto3" json:"cached_nodes,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketListResponse_Bucket) Reset() { *m = GetBucketListResponse_Bucket{} }
|
|
|
|
func (m *GetBucketListResponse_Bucket) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketListResponse_Bucket) ProtoMessage() {}
|
|
|
|
func (*GetBucketListResponse_Bucket) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{10, 0}
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse_Bucket) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketListResponse_Bucket.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse_Bucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketListResponse_Bucket.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse_Bucket) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketListResponse_Bucket.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse_Bucket) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketListResponse_Bucket.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketListResponse_Bucket) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketListResponse_Bucket.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketListResponse_Bucket proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GetBucketListResponse_Bucket) GetRoutingNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.RoutingNodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketListResponse_Bucket) GetCachedNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.CachedNodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-11-21 17:31:27 +00:00
|
|
|
// GetBuckets
|
|
|
|
type GetBucketsRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketsRequest) Reset() { *m = GetBucketsRequest{} }
|
|
|
|
func (m *GetBucketsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketsRequest) ProtoMessage() {}
|
|
|
|
func (*GetBucketsRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{11}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketsRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketsRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketsRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *GetBucketsRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketsRequest.Merge(m, src)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketsRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketsRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketsRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketsRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type GetBucketsResponse struct {
|
|
|
|
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
2019-01-28 22:53:37 +00:00
|
|
|
Ids []NodeID `protobuf:"bytes,2,rep,name=ids,proto3,customtype=NodeID" json:"ids,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketsResponse) Reset() { *m = GetBucketsResponse{} }
|
|
|
|
func (m *GetBucketsResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketsResponse) ProtoMessage() {}
|
|
|
|
func (*GetBucketsResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{12}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketsResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketsResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketsResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *GetBucketsResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketsResponse.Merge(m, src)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketsResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketsResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketsResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketsResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GetBucketsResponse) GetTotal() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Total
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
// GetBucket
|
|
|
|
type GetBucketRequest struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketRequest) Reset() { *m = GetBucketRequest{} }
|
|
|
|
func (m *GetBucketRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketRequest) ProtoMessage() {}
|
|
|
|
func (*GetBucketRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{13}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *GetBucketRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketRequest.Merge(m, src)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type GetBucketResponse struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
2019-01-28 22:53:37 +00:00
|
|
|
Nodes []*Node `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketResponse) Reset() { *m = GetBucketResponse{} }
|
|
|
|
func (m *GetBucketResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketResponse) ProtoMessage() {}
|
|
|
|
func (*GetBucketResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{14}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *GetBucketResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketResponse.Merge(m, src)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GetBucketResponse) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type Bucket struct {
|
2019-01-28 22:53:37 +00:00
|
|
|
Nodes []*Node `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Bucket) Reset() { *m = Bucket{} }
|
|
|
|
func (m *Bucket) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Bucket) ProtoMessage() {}
|
|
|
|
func (*Bucket) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{15}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *Bucket) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_Bucket.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *Bucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_Bucket.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *Bucket) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_Bucket.Merge(m, src)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *Bucket) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_Bucket.Size(m)
|
|
|
|
}
|
|
|
|
func (m *Bucket) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_Bucket.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_Bucket proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *Bucket) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type BucketList struct {
|
2019-01-28 22:53:37 +00:00
|
|
|
Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *BucketList) Reset() { *m = BucketList{} }
|
|
|
|
func (m *BucketList) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BucketList) ProtoMessage() {}
|
|
|
|
func (*BucketList) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{16}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *BucketList) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_BucketList.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *BucketList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_BucketList.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *BucketList) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_BucketList.Merge(m, src)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *BucketList) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_BucketList.Size(m)
|
|
|
|
}
|
|
|
|
func (m *BucketList) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_BucketList.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_BucketList proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *BucketList) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-11-27 22:50:52 +00:00
|
|
|
// PingNode
|
|
|
|
type PingNodeRequest struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
2018-11-27 22:50:52 +00:00
|
|
|
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PingNodeRequest) Reset() { *m = PingNodeRequest{} }
|
|
|
|
func (m *PingNodeRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*PingNodeRequest) ProtoMessage() {}
|
|
|
|
func (*PingNodeRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{17}
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
func (m *PingNodeRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_PingNodeRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *PingNodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_PingNodeRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *PingNodeRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_PingNodeRequest.Merge(m, src)
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
func (m *PingNodeRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_PingNodeRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *PingNodeRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_PingNodeRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_PingNodeRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *PingNodeRequest) GetAddress() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Address
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type PingNodeResponse struct {
|
|
|
|
Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PingNodeResponse) Reset() { *m = PingNodeResponse{} }
|
|
|
|
func (m *PingNodeResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*PingNodeResponse) ProtoMessage() {}
|
|
|
|
func (*PingNodeResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{18}
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
func (m *PingNodeResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_PingNodeResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *PingNodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_PingNodeResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *PingNodeResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_PingNodeResponse.Merge(m, src)
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
func (m *PingNodeResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_PingNodeResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *PingNodeResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_PingNodeResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_PingNodeResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *PingNodeResponse) GetOk() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Ok
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2018-12-04 21:39:28 +00:00
|
|
|
type LookupNodeRequest struct {
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupNodeRequest) Reset() { *m = LookupNodeRequest{} }
|
|
|
|
func (m *LookupNodeRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*LookupNodeRequest) ProtoMessage() {}
|
|
|
|
func (*LookupNodeRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{19}
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
func (m *LookupNodeRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_LookupNodeRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_LookupNodeRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *LookupNodeRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_LookupNodeRequest.Merge(m, src)
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
func (m *LookupNodeRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_LookupNodeRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_LookupNodeRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_LookupNodeRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *LookupNodeRequest) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupNodeRequest) GetAddress() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Address
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type LookupNodeResponse struct {
|
2019-01-28 22:53:37 +00:00
|
|
|
Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
|
|
|
|
Meta *NodeMetadata `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
2018-12-04 21:39:28 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupNodeResponse) Reset() { *m = LookupNodeResponse{} }
|
|
|
|
func (m *LookupNodeResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*LookupNodeResponse) ProtoMessage() {}
|
|
|
|
func (*LookupNodeResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{20}
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
func (m *LookupNodeResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_LookupNodeResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_LookupNodeResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *LookupNodeResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_LookupNodeResponse.Merge(m, src)
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
func (m *LookupNodeResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_LookupNodeResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_LookupNodeResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_LookupNodeResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *LookupNodeResponse) GetNode() *Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Node
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupNodeResponse) GetMeta() *NodeMetadata {
|
|
|
|
if m != nil {
|
|
|
|
return m.Meta
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-02-25 18:41:51 +00:00
|
|
|
type NodeInfoRequest struct {
|
2019-03-02 07:34:08 +00:00
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
|
|
|
Address *NodeAddress `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
|
2019-02-25 18:41:51 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NodeInfoRequest) Reset() { *m = NodeInfoRequest{} }
|
|
|
|
func (m *NodeInfoRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*NodeInfoRequest) ProtoMessage() {}
|
|
|
|
func (*NodeInfoRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{21}
|
2019-02-25 18:41:51 +00:00
|
|
|
}
|
|
|
|
func (m *NodeInfoRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_NodeInfoRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_NodeInfoRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *NodeInfoRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_NodeInfoRequest.Merge(m, src)
|
2019-02-25 18:41:51 +00:00
|
|
|
}
|
|
|
|
func (m *NodeInfoRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_NodeInfoRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_NodeInfoRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_NodeInfoRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *NodeInfoRequest) GetAddress() *NodeAddress {
|
|
|
|
if m != nil {
|
|
|
|
return m.Address
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type NodeInfoResponse struct {
|
2019-03-02 07:34:08 +00:00
|
|
|
Type NodeType `protobuf:"varint,1,opt,name=type,proto3,enum=node.NodeType" json:"type,omitempty"`
|
|
|
|
Operator *NodeOperator `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
|
|
|
|
Capacity *NodeCapacity `protobuf:"bytes,3,opt,name=capacity,proto3" json:"capacity,omitempty"`
|
2019-04-10 07:04:24 +01:00
|
|
|
Version *NodeVersion `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
|
2019-02-25 18:41:51 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NodeInfoResponse) Reset() { *m = NodeInfoResponse{} }
|
|
|
|
func (m *NodeInfoResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*NodeInfoResponse) ProtoMessage() {}
|
|
|
|
func (*NodeInfoResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{22}
|
2019-02-25 18:41:51 +00:00
|
|
|
}
|
|
|
|
func (m *NodeInfoResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_NodeInfoResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_NodeInfoResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *NodeInfoResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_NodeInfoResponse.Merge(m, src)
|
2019-02-25 18:41:51 +00:00
|
|
|
}
|
|
|
|
func (m *NodeInfoResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_NodeInfoResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_NodeInfoResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_NodeInfoResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *NodeInfoResponse) GetType() NodeType {
|
|
|
|
if m != nil {
|
|
|
|
return m.Type
|
|
|
|
}
|
|
|
|
return NodeType_INVALID
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NodeInfoResponse) GetOperator() *NodeOperator {
|
|
|
|
if m != nil {
|
|
|
|
return m.Operator
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NodeInfoResponse) GetCapacity() *NodeCapacity {
|
|
|
|
if m != nil {
|
|
|
|
return m.Capacity
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-04-10 07:04:24 +01:00
|
|
|
func (m *NodeInfoResponse) GetVersion() *NodeVersion {
|
|
|
|
if m != nil {
|
|
|
|
return m.Version
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
type FindNearRequest struct {
|
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
|
|
|
Start NodeID `protobuf:"bytes,2,opt,name=start,proto3,customtype=NodeID" json:"start"`
|
|
|
|
Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FindNearRequest) Reset() { *m = FindNearRequest{} }
|
|
|
|
func (m *FindNearRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*FindNearRequest) ProtoMessage() {}
|
|
|
|
func (*FindNearRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{23}
|
2019-01-28 22:53:37 +00:00
|
|
|
}
|
|
|
|
func (m *FindNearRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_FindNearRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *FindNearRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_FindNearRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *FindNearRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_FindNearRequest.Merge(m, src)
|
2019-01-28 22:53:37 +00:00
|
|
|
}
|
|
|
|
func (m *FindNearRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_FindNearRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *FindNearRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_FindNearRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_FindNearRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *FindNearRequest) GetLimit() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Limit
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type FindNearResponse struct {
|
|
|
|
Nodes []*Node `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FindNearResponse) Reset() { *m = FindNearResponse{} }
|
|
|
|
func (m *FindNearResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*FindNearResponse) ProtoMessage() {}
|
|
|
|
func (*FindNearResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{24}
|
2019-01-28 22:53:37 +00:00
|
|
|
}
|
|
|
|
func (m *FindNearResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_FindNearResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *FindNearResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_FindNearResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *FindNearResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_FindNearResponse.Merge(m, src)
|
2019-01-28 22:53:37 +00:00
|
|
|
}
|
|
|
|
func (m *FindNearResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_FindNearResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *FindNearResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_FindNearResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_FindNearResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *FindNearResponse) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
type DumpNodesRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DumpNodesRequest) Reset() { *m = DumpNodesRequest{} }
|
|
|
|
func (m *DumpNodesRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DumpNodesRequest) ProtoMessage() {}
|
|
|
|
func (*DumpNodesRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{25}
|
2019-02-28 19:55:27 +00:00
|
|
|
}
|
|
|
|
func (m *DumpNodesRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DumpNodesRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_DumpNodesRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *DumpNodesRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_DumpNodesRequest.Merge(m, src)
|
2019-02-28 19:55:27 +00:00
|
|
|
}
|
|
|
|
func (m *DumpNodesRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_DumpNodesRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_DumpNodesRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_DumpNodesRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type DumpNodesResponse struct {
|
|
|
|
Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DumpNodesResponse) Reset() { *m = DumpNodesResponse{} }
|
|
|
|
func (m *DumpNodesResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DumpNodesResponse) ProtoMessage() {}
|
|
|
|
func (*DumpNodesResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{26}
|
2019-02-28 19:55:27 +00:00
|
|
|
}
|
|
|
|
func (m *DumpNodesResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DumpNodesResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_DumpNodesResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *DumpNodesResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_DumpNodesResponse.Merge(m, src)
|
2019-02-28 19:55:27 +00:00
|
|
|
}
|
|
|
|
func (m *DumpNodesResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_DumpNodesResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_DumpNodesResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_DumpNodesResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *DumpNodesResponse) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-03-05 20:48:37 +00:00
|
|
|
type StatsRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StatsRequest) Reset() { *m = StatsRequest{} }
|
|
|
|
func (m *StatsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*StatsRequest) ProtoMessage() {}
|
|
|
|
func (*StatsRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{27}
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
func (m *StatsRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_StatsRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *StatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_StatsRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *StatsRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_StatsRequest.Merge(m, src)
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
func (m *StatsRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_StatsRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *StatsRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_StatsRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_StatsRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type StatSummaryResponse struct {
|
|
|
|
UsedSpace int64 `protobuf:"varint,1,opt,name=used_space,json=usedSpace,proto3" json:"used_space,omitempty"`
|
|
|
|
AvailableSpace int64 `protobuf:"varint,2,opt,name=available_space,json=availableSpace,proto3" json:"available_space,omitempty"`
|
2019-03-27 19:44:18 +00:00
|
|
|
UsedIngress int64 `protobuf:"varint,3,opt,name=used_ingress,json=usedIngress,proto3" json:"used_ingress,omitempty"`
|
|
|
|
UsedEgress int64 `protobuf:"varint,4,opt,name=used_egress,json=usedEgress,proto3" json:"used_egress,omitempty"`
|
|
|
|
UsedBandwidth int64 `protobuf:"varint,5,opt,name=used_bandwidth,json=usedBandwidth,proto3" json:"used_bandwidth,omitempty"`
|
|
|
|
AvailableBandwidth int64 `protobuf:"varint,6,opt,name=available_bandwidth,json=availableBandwidth,proto3" json:"available_bandwidth,omitempty"`
|
2019-03-05 20:48:37 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StatSummaryResponse) Reset() { *m = StatSummaryResponse{} }
|
|
|
|
func (m *StatSummaryResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*StatSummaryResponse) ProtoMessage() {}
|
|
|
|
func (*StatSummaryResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{28}
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
func (m *StatSummaryResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_StatSummaryResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *StatSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_StatSummaryResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *StatSummaryResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_StatSummaryResponse.Merge(m, src)
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
func (m *StatSummaryResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_StatSummaryResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *StatSummaryResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_StatSummaryResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_StatSummaryResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *StatSummaryResponse) GetUsedSpace() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UsedSpace
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StatSummaryResponse) GetAvailableSpace() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AvailableSpace
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *StatSummaryResponse) GetUsedIngress() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UsedIngress
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StatSummaryResponse) GetUsedEgress() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UsedEgress
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2019-03-05 20:48:37 +00:00
|
|
|
func (m *StatSummaryResponse) GetUsedBandwidth() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UsedBandwidth
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StatSummaryResponse) GetAvailableBandwidth() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AvailableBandwidth
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type DashboardRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DashboardRequest) Reset() { *m = DashboardRequest{} }
|
|
|
|
func (m *DashboardRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DashboardRequest) ProtoMessage() {}
|
|
|
|
func (*DashboardRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{29}
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
func (m *DashboardRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DashboardRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *DashboardRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_DashboardRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *DashboardRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_DashboardRequest.Merge(m, src)
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
func (m *DashboardRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_DashboardRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *DashboardRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_DashboardRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_DashboardRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type DashboardResponse struct {
|
2019-03-18 10:55:06 +00:00
|
|
|
NodeId NodeID `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,customtype=NodeID" json:"node_id"`
|
2019-03-05 20:48:37 +00:00
|
|
|
NodeConnections int64 `protobuf:"varint,2,opt,name=node_connections,json=nodeConnections,proto3" json:"node_connections,omitempty"`
|
|
|
|
BootstrapAddress string `protobuf:"bytes,3,opt,name=bootstrap_address,json=bootstrapAddress,proto3" json:"bootstrap_address,omitempty"`
|
|
|
|
InternalAddress string `protobuf:"bytes,4,opt,name=internal_address,json=internalAddress,proto3" json:"internal_address,omitempty"`
|
|
|
|
ExternalAddress string `protobuf:"bytes,5,opt,name=external_address,json=externalAddress,proto3" json:"external_address,omitempty"`
|
|
|
|
Stats *StatSummaryResponse `protobuf:"bytes,6,opt,name=stats,proto3" json:"stats,omitempty"`
|
2019-03-22 13:27:59 +00:00
|
|
|
Uptime *duration.Duration `protobuf:"bytes,7,opt,name=uptime,proto3" json:"uptime,omitempty"`
|
|
|
|
LastPinged *timestamp.Timestamp `protobuf:"bytes,8,opt,name=last_pinged,json=lastPinged,proto3" json:"last_pinged,omitempty"`
|
|
|
|
LastQueried *timestamp.Timestamp `protobuf:"bytes,9,opt,name=last_queried,json=lastQueried,proto3" json:"last_queried,omitempty"`
|
2019-03-05 20:48:37 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DashboardResponse) Reset() { *m = DashboardResponse{} }
|
|
|
|
func (m *DashboardResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DashboardResponse) ProtoMessage() {}
|
|
|
|
func (*DashboardResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{30}
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
func (m *DashboardResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DashboardResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *DashboardResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_DashboardResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
2019-03-27 19:44:18 +00:00
|
|
|
func (m *DashboardResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_DashboardResponse.Merge(m, src)
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
func (m *DashboardResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_DashboardResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *DashboardResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_DashboardResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_DashboardResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *DashboardResponse) GetNodeConnections() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.NodeConnections
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DashboardResponse) GetBootstrapAddress() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.BootstrapAddress
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DashboardResponse) GetInternalAddress() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.InternalAddress
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DashboardResponse) GetExternalAddress() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ExternalAddress
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DashboardResponse) GetStats() *StatSummaryResponse {
|
|
|
|
if m != nil {
|
|
|
|
return m.Stats
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-03-22 13:27:59 +00:00
|
|
|
func (m *DashboardResponse) GetUptime() *duration.Duration {
|
2019-03-05 20:48:37 +00:00
|
|
|
if m != nil {
|
2019-03-22 13:27:59 +00:00
|
|
|
return m.Uptime
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
2019-03-22 13:27:59 +00:00
|
|
|
return nil
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
|
2019-03-22 13:27:59 +00:00
|
|
|
func (m *DashboardResponse) GetLastPinged() *timestamp.Timestamp {
|
2019-03-05 20:48:37 +00:00
|
|
|
if m != nil {
|
2019-03-22 13:27:59 +00:00
|
|
|
return m.LastPinged
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DashboardResponse) GetLastQueried() *timestamp.Timestamp {
|
|
|
|
if m != nil {
|
|
|
|
return m.LastQueried
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-04-02 15:55:58 +01:00
|
|
|
type SegmentHealthRequest struct {
|
|
|
|
Bucket []byte `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
|
|
|
|
EncryptedPath []byte `protobuf:"bytes,2,opt,name=encrypted_path,json=encryptedPath,proto3" json:"encrypted_path,omitempty"`
|
|
|
|
SegmentIndex int64 `protobuf:"varint,3,opt,name=segment_index,json=segmentIndex,proto3" json:"segment_index,omitempty"`
|
|
|
|
ProjectId []byte `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SegmentHealthRequest) Reset() { *m = SegmentHealthRequest{} }
|
|
|
|
func (m *SegmentHealthRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SegmentHealthRequest) ProtoMessage() {}
|
|
|
|
func (*SegmentHealthRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{31}
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
func (m *SegmentHealthRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SegmentHealthRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SegmentHealthRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealthRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SegmentHealthRequest.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealthRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SegmentHealthRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealthRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SegmentHealthRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SegmentHealthRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SegmentHealthRequest) GetBucket() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Bucket
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SegmentHealthRequest) GetEncryptedPath() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.EncryptedPath
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SegmentHealthRequest) GetSegmentIndex() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.SegmentIndex
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SegmentHealthRequest) GetProjectId() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.ProjectId
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type SegmentHealth struct {
|
2019-04-04 18:11:19 +01:00
|
|
|
OnlineNodes int32 `protobuf:"varint,1,opt,name=online_nodes,json=onlineNodes,proto3" json:"online_nodes,omitempty"`
|
|
|
|
Segment []byte `protobuf:"bytes,2,opt,name=segment,proto3" json:"segment,omitempty"`
|
2019-04-02 15:55:58 +01:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SegmentHealth) Reset() { *m = SegmentHealth{} }
|
|
|
|
func (m *SegmentHealth) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SegmentHealth) ProtoMessage() {}
|
|
|
|
func (*SegmentHealth) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{32}
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
func (m *SegmentHealth) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SegmentHealth.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SegmentHealth.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealth) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SegmentHealth.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealth) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SegmentHealth.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealth) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SegmentHealth.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SegmentHealth proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SegmentHealth) GetOnlineNodes() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.OnlineNodes
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SegmentHealth) GetSegment() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Segment
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type SegmentHealthResponse struct {
|
|
|
|
Health *SegmentHealth `protobuf:"bytes,1,opt,name=health,proto3" json:"health,omitempty"`
|
|
|
|
Redundancy *RedundancyScheme `protobuf:"bytes,2,opt,name=redundancy,proto3" json:"redundancy,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SegmentHealthResponse) Reset() { *m = SegmentHealthResponse{} }
|
|
|
|
func (m *SegmentHealthResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SegmentHealthResponse) ProtoMessage() {}
|
|
|
|
func (*SegmentHealthResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{33}
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
func (m *SegmentHealthResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SegmentHealthResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SegmentHealthResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealthResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SegmentHealthResponse.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealthResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SegmentHealthResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SegmentHealthResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SegmentHealthResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SegmentHealthResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SegmentHealthResponse) GetHealth() *SegmentHealth {
|
|
|
|
if m != nil {
|
|
|
|
return m.Health
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SegmentHealthResponse) GetRedundancy() *RedundancyScheme {
|
|
|
|
if m != nil {
|
|
|
|
return m.Redundancy
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type ObjectHealthRequest struct {
|
|
|
|
EncryptedPath []byte `protobuf:"bytes,1,opt,name=encrypted_path,json=encryptedPath,proto3" json:"encrypted_path,omitempty"`
|
|
|
|
Bucket []byte `protobuf:"bytes,2,opt,name=bucket,proto3" json:"bucket,omitempty"`
|
|
|
|
ProjectId []byte `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
|
|
|
|
StartAfterSegment int64 `protobuf:"varint,4,opt,name=start_after_segment,json=startAfterSegment,proto3" json:"start_after_segment,omitempty"`
|
|
|
|
EndBeforeSegment int64 `protobuf:"varint,5,opt,name=end_before_segment,json=endBeforeSegment,proto3" json:"end_before_segment,omitempty"`
|
|
|
|
Limit int32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ObjectHealthRequest) Reset() { *m = ObjectHealthRequest{} }
|
|
|
|
func (m *ObjectHealthRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ObjectHealthRequest) ProtoMessage() {}
|
|
|
|
func (*ObjectHealthRequest) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{34}
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
func (m *ObjectHealthRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ObjectHealthRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ObjectHealthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ObjectHealthRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *ObjectHealthRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ObjectHealthRequest.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *ObjectHealthRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ObjectHealthRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ObjectHealthRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ObjectHealthRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ObjectHealthRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ObjectHealthRequest) GetEncryptedPath() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.EncryptedPath
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ObjectHealthRequest) GetBucket() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Bucket
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ObjectHealthRequest) GetProjectId() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.ProjectId
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ObjectHealthRequest) GetStartAfterSegment() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.StartAfterSegment
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ObjectHealthRequest) GetEndBeforeSegment() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.EndBeforeSegment
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ObjectHealthRequest) GetLimit() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Limit
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type ObjectHealthResponse struct {
|
|
|
|
Segments []*SegmentHealth `protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty"`
|
|
|
|
Redundancy *RedundancyScheme `protobuf:"bytes,2,opt,name=redundancy,proto3" json:"redundancy,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ObjectHealthResponse) Reset() { *m = ObjectHealthResponse{} }
|
|
|
|
func (m *ObjectHealthResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ObjectHealthResponse) ProtoMessage() {}
|
|
|
|
func (*ObjectHealthResponse) Descriptor() ([]byte, []int) {
|
2019-04-22 09:34:11 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{35}
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
func (m *ObjectHealthResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ObjectHealthResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ObjectHealthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ObjectHealthResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *ObjectHealthResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ObjectHealthResponse.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *ObjectHealthResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ObjectHealthResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ObjectHealthResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ObjectHealthResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ObjectHealthResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ObjectHealthResponse) GetSegments() []*SegmentHealth {
|
|
|
|
if m != nil {
|
|
|
|
return m.Segments
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ObjectHealthResponse) GetRedundancy() *RedundancyScheme {
|
|
|
|
if m != nil {
|
|
|
|
return m.Redundancy
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-11-21 17:31:27 +00:00
|
|
|
func init() {
|
2019-03-18 10:55:06 +00:00
|
|
|
proto.RegisterType((*ListIrreparableSegmentsRequest)(nil), "inspector.ListIrreparableSegmentsRequest")
|
2019-03-15 20:21:52 +00:00
|
|
|
proto.RegisterType((*IrreparableSegment)(nil), "inspector.IrreparableSegment")
|
2019-03-18 10:55:06 +00:00
|
|
|
proto.RegisterType((*ListIrreparableSegmentsResponse)(nil), "inspector.ListIrreparableSegmentsResponse")
|
2018-11-21 22:01:09 +00:00
|
|
|
proto.RegisterType((*GetStatsRequest)(nil), "inspector.GetStatsRequest")
|
|
|
|
proto.RegisterType((*GetStatsResponse)(nil), "inspector.GetStatsResponse")
|
|
|
|
proto.RegisterType((*CreateStatsRequest)(nil), "inspector.CreateStatsRequest")
|
|
|
|
proto.RegisterType((*CreateStatsResponse)(nil), "inspector.CreateStatsResponse")
|
2018-11-21 17:31:27 +00:00
|
|
|
proto.RegisterType((*CountNodesResponse)(nil), "inspector.CountNodesResponse")
|
|
|
|
proto.RegisterType((*CountNodesRequest)(nil), "inspector.CountNodesRequest")
|
2019-04-22 09:34:11 +01:00
|
|
|
proto.RegisterType((*GetBucketListRequest)(nil), "inspector.GetBucketListRequest")
|
|
|
|
proto.RegisterType((*GetBucketListResponse)(nil), "inspector.GetBucketListResponse")
|
|
|
|
proto.RegisterType((*GetBucketListResponse_Bucket)(nil), "inspector.GetBucketListResponse.Bucket")
|
2018-11-21 17:31:27 +00:00
|
|
|
proto.RegisterType((*GetBucketsRequest)(nil), "inspector.GetBucketsRequest")
|
|
|
|
proto.RegisterType((*GetBucketsResponse)(nil), "inspector.GetBucketsResponse")
|
|
|
|
proto.RegisterType((*GetBucketRequest)(nil), "inspector.GetBucketRequest")
|
|
|
|
proto.RegisterType((*GetBucketResponse)(nil), "inspector.GetBucketResponse")
|
|
|
|
proto.RegisterType((*Bucket)(nil), "inspector.Bucket")
|
|
|
|
proto.RegisterType((*BucketList)(nil), "inspector.BucketList")
|
2018-11-27 22:50:52 +00:00
|
|
|
proto.RegisterType((*PingNodeRequest)(nil), "inspector.PingNodeRequest")
|
|
|
|
proto.RegisterType((*PingNodeResponse)(nil), "inspector.PingNodeResponse")
|
2018-12-04 21:39:28 +00:00
|
|
|
proto.RegisterType((*LookupNodeRequest)(nil), "inspector.LookupNodeRequest")
|
|
|
|
proto.RegisterType((*LookupNodeResponse)(nil), "inspector.LookupNodeResponse")
|
2019-02-25 18:41:51 +00:00
|
|
|
proto.RegisterType((*NodeInfoRequest)(nil), "inspector.NodeInfoRequest")
|
|
|
|
proto.RegisterType((*NodeInfoResponse)(nil), "inspector.NodeInfoResponse")
|
2019-01-28 22:53:37 +00:00
|
|
|
proto.RegisterType((*FindNearRequest)(nil), "inspector.FindNearRequest")
|
|
|
|
proto.RegisterType((*FindNearResponse)(nil), "inspector.FindNearResponse")
|
2019-02-28 19:55:27 +00:00
|
|
|
proto.RegisterType((*DumpNodesRequest)(nil), "inspector.DumpNodesRequest")
|
|
|
|
proto.RegisterType((*DumpNodesResponse)(nil), "inspector.DumpNodesResponse")
|
2019-03-05 20:48:37 +00:00
|
|
|
proto.RegisterType((*StatsRequest)(nil), "inspector.StatsRequest")
|
|
|
|
proto.RegisterType((*StatSummaryResponse)(nil), "inspector.StatSummaryResponse")
|
|
|
|
proto.RegisterType((*DashboardRequest)(nil), "inspector.DashboardRequest")
|
|
|
|
proto.RegisterType((*DashboardResponse)(nil), "inspector.DashboardResponse")
|
2019-04-02 15:55:58 +01:00
|
|
|
proto.RegisterType((*SegmentHealthRequest)(nil), "inspector.SegmentHealthRequest")
|
|
|
|
proto.RegisterType((*SegmentHealth)(nil), "inspector.SegmentHealth")
|
|
|
|
proto.RegisterType((*SegmentHealthResponse)(nil), "inspector.SegmentHealthResponse")
|
|
|
|
proto.RegisterType((*ObjectHealthRequest)(nil), "inspector.ObjectHealthRequest")
|
|
|
|
proto.RegisterType((*ObjectHealthResponse)(nil), "inspector.ObjectHealthResponse")
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
|
2019-03-27 19:44:18 +00:00
|
|
|
func init() { proto.RegisterFile("inspector.proto", fileDescriptor_a07d9034b2dd9d26) }
|
|
|
|
|
|
|
|
var fileDescriptor_a07d9034b2dd9d26 = []byte{
|
2019-04-22 09:34:11 +01:00
|
|
|
// 1782 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4b, 0x93, 0x1b, 0x49,
|
|
|
|
0x11, 0x76, 0xeb, 0x35, 0x52, 0x4a, 0xa3, 0x47, 0x49, 0xf6, 0x0a, 0xad, 0x3d, 0x1a, 0x9a, 0x87,
|
|
|
|
0xbd, 0x36, 0xc8, 0x46, 0x98, 0xc3, 0xb2, 0xb1, 0x07, 0x8f, 0xcc, 0xae, 0x15, 0x6b, 0xec, 0xd9,
|
|
|
|
0x1e, 0xc3, 0x81, 0xd8, 0x40, 0x51, 0xea, 0xae, 0xd1, 0x34, 0x96, 0xba, 0x7a, 0xbb, 0x4b, 0x66,
|
|
|
|
0xe7, 0x0f, 0x10, 0x70, 0xe2, 0xc4, 0x01, 0xae, 0xfc, 0x09, 0x82, 0x2b, 0x17, 0x6e, 0xdc, 0x39,
|
|
|
|
0xf8, 0x42, 0x04, 0xdc, 0xb9, 0x71, 0x23, 0x2a, 0xab, 0xfa, 0x2d, 0x31, 0x13, 0xc0, 0xde, 0xd4,
|
|
|
|
0x5f, 0x7e, 0x95, 0x95, 0xf9, 0xd5, 0x23, 0xb3, 0x04, 0x1d, 0xd7, 0x0b, 0x7d, 0x66, 0x0b, 0x1e,
|
|
|
|
0x4c, 0xfc, 0x80, 0x0b, 0x4e, 0x1a, 0x31, 0x30, 0x82, 0x15, 0x5f, 0x71, 0x05, 0x8f, 0xc0, 0xe3,
|
|
|
|
0x0e, 0xd3, 0xbf, 0x3b, 0x3e, 0x77, 0x3d, 0xc1, 0x02, 0x67, 0xa9, 0x81, 0xa3, 0x15, 0xe7, 0xab,
|
|
|
|
0x35, 0x7b, 0x88, 0x5f, 0xcb, 0xed, 0xf9, 0x43, 0x67, 0x1b, 0x50, 0xe1, 0x72, 0x4f, 0xdb, 0xc7,
|
|
|
|
0x79, 0xbb, 0x70, 0x37, 0x2c, 0x14, 0x74, 0xe3, 0x2b, 0x82, 0xf9, 0x02, 0x8e, 0x9e, 0xbb, 0xa1,
|
|
|
|
0x98, 0x07, 0x01, 0xf3, 0x69, 0x40, 0x97, 0x6b, 0x76, 0xc6, 0x56, 0x1b, 0xe6, 0x89, 0xd0, 0x62,
|
|
|
|
0x9f, 0x6f, 0x59, 0x28, 0xc8, 0x00, 0xaa, 0x6b, 0x77, 0xe3, 0x8a, 0xa1, 0x71, 0x6c, 0xdc, 0xab,
|
|
|
|
0x5a, 0xea, 0x83, 0xdc, 0x82, 0x1a, 0x3f, 0x3f, 0x0f, 0x99, 0x18, 0x96, 0x10, 0xd6, 0x5f, 0xe6,
|
|
|
|
0xdf, 0x0d, 0x20, 0x45, 0x67, 0x84, 0x40, 0xc5, 0xa7, 0xe2, 0x02, 0x7d, 0xb4, 0x2c, 0xfc, 0x4d,
|
|
|
|
0xde, 0x87, 0x76, 0xa8, 0xcc, 0x0b, 0x87, 0x09, 0xea, 0xae, 0xd1, 0x55, 0x73, 0x4a, 0x26, 0x49,
|
|
|
|
0x96, 0xa7, 0xea, 0x97, 0x75, 0xa8, 0x99, 0x4f, 0x91, 0x48, 0xc6, 0xd0, 0x5c, 0xf3, 0x50, 0x2c,
|
|
|
|
0x7c, 0x97, 0xd9, 0x2c, 0x1c, 0x96, 0x31, 0x04, 0x90, 0xd0, 0x29, 0x22, 0x64, 0x02, 0xfd, 0x35,
|
|
|
|
0x0d, 0xc5, 0x42, 0x06, 0xe2, 0x06, 0x0b, 0x2a, 0x04, 0xdb, 0xf8, 0x62, 0x58, 0x39, 0x36, 0xee,
|
|
|
|
0x95, 0xad, 0x9e, 0x34, 0x59, 0x68, 0x79, 0xa2, 0x0c, 0xe4, 0x11, 0x0c, 0xb2, 0xd4, 0x85, 0xcd,
|
|
|
|
0xb7, 0x9e, 0x18, 0x56, 0x71, 0x00, 0x09, 0xd2, 0xe4, 0x99, 0xb4, 0x98, 0x9f, 0xc1, 0x78, 0xaf,
|
|
|
|
0x70, 0xa1, 0xcf, 0xbd, 0x90, 0x91, 0xf7, 0xa1, 0xae, 0xc3, 0x0e, 0x87, 0xc6, 0x71, 0xf9, 0x5e,
|
|
|
|
0x73, 0x7a, 0x67, 0x92, 0x2c, 0x7a, 0x71, 0xa4, 0x15, 0xd3, 0xcd, 0xef, 0x43, 0xe7, 0x63, 0x26,
|
|
|
|
0xce, 0x04, 0x4d, 0xd6, 0xe1, 0x2e, 0x1c, 0xc8, 0x9d, 0xb0, 0x70, 0x1d, 0xa5, 0xe2, 0x49, 0xfb,
|
|
|
|
0xcf, 0x6f, 0xc7, 0x37, 0xfe, 0xfa, 0x76, 0x5c, 0x7b, 0xc1, 0x1d, 0x36, 0x7f, 0x6a, 0xd5, 0xa4,
|
|
|
|
0x79, 0xee, 0x98, 0xbf, 0x33, 0xa0, 0x9b, 0x0c, 0xd6, 0xb1, 0x8c, 0xa1, 0x49, 0xb7, 0x8e, 0x1b,
|
|
|
|
0xe5, 0x65, 0x60, 0x5e, 0x80, 0x10, 0xe6, 0x93, 0x10, 0x70, 0xff, 0xe0, 0x52, 0x18, 0x9a, 0x60,
|
|
|
|
0x49, 0x84, 0x7c, 0x15, 0x5a, 0x5b, 0x5f, 0x6e, 0x1f, 0xed, 0xa2, 0x8c, 0x2e, 0x9a, 0x0a, 0x53,
|
|
|
|
0x3e, 0x12, 0x8a, 0x72, 0x52, 0x41, 0x27, 0x9a, 0x82, 0x5e, 0xcc, 0xbf, 0x19, 0x40, 0x66, 0x01,
|
|
|
|
0xa3, 0x82, 0xfd, 0x57, 0xc9, 0xe5, 0xf3, 0x28, 0x15, 0xf2, 0x98, 0x40, 0x5f, 0x11, 0xc2, 0xad,
|
|
|
|
0x6d, 0xb3, 0x30, 0xcc, 0x44, 0xdb, 0x43, 0xd3, 0x99, 0xb2, 0xe4, 0x63, 0x56, 0xc4, 0x4a, 0x31,
|
|
|
|
0xad, 0x47, 0x30, 0xd0, 0x94, 0xac, 0x4f, 0xbd, 0x39, 0x94, 0x2d, 0xed, 0xd4, 0xbc, 0x09, 0xfd,
|
|
|
|
0x4c, 0x92, 0x6a, 0x11, 0xcc, 0xfb, 0x40, 0xd0, 0x2e, 0x73, 0x4a, 0x96, 0x66, 0x00, 0xd5, 0xf4,
|
|
|
|
0xa2, 0xa8, 0x0f, 0xb3, 0x0f, 0xbd, 0x34, 0x17, 0x65, 0x32, 0x6f, 0xc1, 0xe0, 0x63, 0x26, 0x4e,
|
|
|
|
0xb6, 0xf6, 0x6b, 0x26, 0xe4, 0xee, 0x8b, 0xf0, 0x7f, 0x1a, 0x70, 0x33, 0x67, 0xd0, 0xce, 0x9f,
|
|
|
|
0xc0, 0xc1, 0x12, 0xd1, 0x68, 0x0b, 0xde, 0x4d, 0x6d, 0xc1, 0x9d, 0x43, 0x26, 0x0a, 0xb2, 0xa2,
|
|
|
|
0x71, 0xa3, 0xdf, 0x18, 0x50, 0x53, 0x18, 0x79, 0x00, 0x0d, 0x85, 0xee, 0x5f, 0xa8, 0xba, 0x22,
|
|
|
|
0xcc, 0x1d, 0xf2, 0x10, 0x0e, 0x03, 0xbe, 0x15, 0xae, 0xb7, 0x5a, 0xc8, 0xc5, 0x0b, 0x87, 0x25,
|
|
|
|
0x0c, 0x00, 0x26, 0x78, 0xa1, 0x49, 0xba, 0xd5, 0xd2, 0x04, 0x4c, 0x92, 0x7c, 0x1b, 0x5a, 0x36,
|
|
|
|
0xb5, 0x2f, 0x98, 0xa3, 0xf9, 0xe5, 0x02, 0xbf, 0xa9, 0xec, 0x48, 0x97, 0x0a, 0xc5, 0x09, 0xc4,
|
|
|
|
0x0a, 0x3d, 0x03, 0x92, 0x06, 0x13, 0x89, 0x05, 0x17, 0x74, 0x1d, 0x49, 0x8c, 0x1f, 0xe4, 0x36,
|
|
|
|
0x94, 0x5d, 0x47, 0x85, 0xd5, 0x3a, 0x81, 0x54, 0x0e, 0x12, 0x36, 0xa7, 0x78, 0x8a, 0xb4, 0x18,
|
|
|
|
0x7a, 0x9b, 0x1e, 0x41, 0x69, 0x6f, 0xe2, 0x25, 0xd7, 0x31, 0x7f, 0x94, 0x0a, 0x29, 0x9e, 0xfc,
|
|
|
|
0x8a, 0x41, 0xe4, 0x18, 0xaa, 0xfb, 0xf4, 0x51, 0x06, 0xf3, 0x7e, 0xbc, 0x00, 0x57, 0x73, 0x27,
|
|
|
|
0x00, 0xc9, 0x9a, 0x26, 0x7c, 0x63, 0x1f, 0xff, 0x13, 0xe8, 0x9c, 0xea, 0x15, 0xb8, 0x66, 0x96,
|
|
|
|
0x64, 0x08, 0x07, 0xd4, 0x71, 0x02, 0x16, 0x86, 0x78, 0xfe, 0x1a, 0x56, 0xf4, 0x69, 0x9a, 0xd0,
|
|
|
|
0x4d, 0x9c, 0xe9, 0xf4, 0xdb, 0x50, 0xe2, 0xaf, 0xd1, 0x5b, 0xdd, 0x2a, 0xf1, 0xd7, 0xe6, 0x87,
|
|
|
|
0xd0, 0x7b, 0xce, 0xf9, 0xeb, 0xad, 0x9f, 0x9e, 0xb2, 0x1d, 0x4f, 0xd9, 0xb8, 0x62, 0x8a, 0xcf,
|
|
|
|
0x80, 0xa4, 0x87, 0xc7, 0x1a, 0x57, 0x64, 0x3a, 0xe8, 0x21, 0x9b, 0x26, 0xe2, 0xe4, 0x9b, 0x50,
|
|
|
|
0xd9, 0x30, 0x41, 0xe3, 0x0a, 0x13, 0xdb, 0x7f, 0xc8, 0x04, 0x75, 0xa8, 0xa0, 0x16, 0xda, 0xcd,
|
|
|
|
0x9f, 0x42, 0x07, 0x13, 0xf5, 0xce, 0xf9, 0x75, 0xd5, 0x78, 0x90, 0x0d, 0xb5, 0x39, 0xed, 0x25,
|
|
|
|
0xde, 0x9f, 0x28, 0x43, 0x12, 0xfd, 0x9f, 0x0c, 0xe8, 0x26, 0x13, 0xe8, 0xe0, 0x4d, 0xa8, 0x88,
|
|
|
|
0x4b, 0x5f, 0x05, 0xdf, 0x9e, 0xb6, 0x93, 0xe1, 0xaf, 0x2e, 0x7d, 0x66, 0xa1, 0x8d, 0x4c, 0xa0,
|
|
|
|
0xce, 0x7d, 0x16, 0x50, 0xc1, 0x83, 0x62, 0x12, 0x2f, 0xb5, 0xc5, 0x8a, 0x39, 0x92, 0x6f, 0x53,
|
|
|
|
0x9f, 0xda, 0xae, 0xb8, 0xc4, 0xbb, 0x2f, 0xc3, 0x9f, 0x69, 0x8b, 0x15, 0x73, 0x64, 0x16, 0x6f,
|
|
|
|
0x58, 0x10, 0xba, 0xdc, 0xc3, 0x1b, 0x30, 0x93, 0xc5, 0x8f, 0x95, 0xc1, 0x8a, 0x18, 0xe6, 0x06,
|
|
|
|
0x3a, 0x1f, 0xb9, 0x9e, 0xf3, 0x82, 0xd1, 0xe0, 0xba, 0x2a, 0x7d, 0x1d, 0xaa, 0xa1, 0xa0, 0x81,
|
|
|
|
0xba, 0xb1, 0x8b, 0x14, 0x65, 0x4c, 0x7a, 0x0d, 0x75, 0x5d, 0xab, 0x0f, 0xf3, 0x31, 0x74, 0x93,
|
|
|
|
0xe9, 0xb4, 0x66, 0x57, 0x1f, 0x04, 0x02, 0xdd, 0xa7, 0xdb, 0x8d, 0x9f, 0xb9, 0x3f, 0xbf, 0x07,
|
|
|
|
0xbd, 0x14, 0x96, 0x77, 0xb5, 0xf7, 0x8c, 0xb4, 0xa1, 0x95, 0xae, 0x56, 0xe6, 0xbf, 0x0c, 0xe8,
|
|
|
|
0x4b, 0xe0, 0x6c, 0xbb, 0xd9, 0xd0, 0xe0, 0x32, 0xf6, 0x74, 0x07, 0x60, 0x1b, 0x32, 0x67, 0x11,
|
|
|
|
0xfa, 0xd4, 0x66, 0xfa, 0xae, 0x69, 0x48, 0xe4, 0x4c, 0x02, 0xe4, 0x2e, 0x74, 0xe8, 0x1b, 0xea,
|
|
|
|
0xae, 0x65, 0xc9, 0xd7, 0x1c, 0x55, 0xbf, 0xda, 0x31, 0xac, 0x88, 0xb2, 0x26, 0x49, 0x3f, 0xae,
|
|
|
|
0xb7, 0xc2, 0x7d, 0x15, 0x95, 0xda, 0x90, 0x39, 0x73, 0x05, 0xc9, 0x3a, 0x88, 0x14, 0xa6, 0x18,
|
|
|
|
0xaa, 0x6a, 0xe1, 0xec, 0x3f, 0x50, 0x84, 0x6f, 0x40, 0x1b, 0x09, 0x4b, 0xea, 0x39, 0x3f, 0x77,
|
|
|
|
0x1d, 0x71, 0xa1, 0xcb, 0xd5, 0xa1, 0x44, 0x4f, 0x22, 0x90, 0x3c, 0x84, 0x7e, 0x12, 0x53, 0xc2,
|
|
|
|
0xad, 0xa9, 0xd2, 0x16, 0x9b, 0xe2, 0x01, 0x28, 0x2b, 0x0d, 0x2f, 0x96, 0x9c, 0x06, 0x4e, 0xa4,
|
|
|
|
0xc7, 0x5f, 0xca, 0xd0, 0x4b, 0x81, 0x5a, 0x8d, 0x6b, 0xd7, 0xf4, 0xf7, 0xa0, 0x8b, 0x44, 0x9b,
|
|
|
|
0x7b, 0x1e, 0xb3, 0x65, 0xf7, 0x1a, 0x6a, 0x61, 0x3a, 0x12, 0x9f, 0x25, 0x30, 0x79, 0x00, 0xbd,
|
|
|
|
0x25, 0xe7, 0x22, 0x14, 0x01, 0xf5, 0x17, 0xd1, 0xb1, 0x2b, 0xe3, 0x0d, 0xd1, 0x8d, 0x0d, 0xfa,
|
|
|
|
0xd4, 0x49, 0xbf, 0xd8, 0x3d, 0x7a, 0x74, 0x1d, 0x73, 0x2b, 0xc8, 0xed, 0x44, 0x78, 0x8a, 0xca,
|
|
|
|
0xbe, 0xc8, 0x51, 0xab, 0x8a, 0x1a, 0xe1, 0x11, 0xf5, 0x31, 0xee, 0x64, 0x11, 0xa2, 0x46, 0xcd,
|
|
|
|
0xe9, 0x51, 0xaa, 0x9e, 0xee, 0xd8, 0x13, 0x96, 0x22, 0x93, 0xef, 0x40, 0x4d, 0xf5, 0x09, 0xc3,
|
|
|
|
0x03, 0x1c, 0xf6, 0x95, 0x89, 0xea, 0xcc, 0x27, 0x51, 0x67, 0x3e, 0x79, 0xaa, 0x3b, 0x77, 0x4b,
|
|
|
|
0x13, 0xc9, 0x07, 0xd0, 0xc4, 0x1e, 0xd6, 0x77, 0xbd, 0x15, 0x73, 0x86, 0x75, 0x1c, 0x37, 0x2a,
|
|
|
|
0x8c, 0x7b, 0x15, 0x75, 0xf4, 0x16, 0x48, 0xfa, 0x29, 0xb2, 0xc9, 0x87, 0xd0, 0xc2, 0xc1, 0x9f,
|
|
|
|
0x6f, 0x59, 0xe0, 0x32, 0x67, 0xd8, 0xb8, 0x72, 0x34, 0x4e, 0xf6, 0xa9, 0xa2, 0x9b, 0xbf, 0x35,
|
|
|
|
0x60, 0xa0, 0xbb, 0xd2, 0x67, 0x8c, 0xae, 0xc5, 0x45, 0x74, 0xce, 0x6f, 0x41, 0x4d, 0x15, 0x78,
|
|
|
|
0xdd, 0xca, 0xeb, 0x2f, 0xb9, 0xdd, 0x98, 0x67, 0x07, 0x97, 0xbe, 0x60, 0xce, 0x02, 0x5b, 0x7d,
|
|
|
|
0x3c, 0xe8, 0xd6, 0x61, 0x8c, 0x9e, 0xca, 0x9e, 0xff, 0x6b, 0x10, 0x75, 0xf2, 0x0b, 0xd7, 0x73,
|
|
|
|
0xd8, 0x17, 0x7a, 0x6b, 0xb7, 0x34, 0x38, 0x97, 0x98, 0x3c, 0x46, 0x7e, 0xc0, 0x7f, 0xc6, 0x6c,
|
|
|
|
0x6c, 0x33, 0x2a, 0xe8, 0xa7, 0xa1, 0x91, 0xb9, 0x63, 0x3e, 0x87, 0xc3, 0x4c, 0x68, 0xf2, 0xb8,
|
|
|
|
0x70, 0x6f, 0xed, 0x7a, 0x6c, 0x11, 0x9d, 0x63, 0xf9, 0x1c, 0x68, 0x2a, 0x4c, 0xb5, 0x16, 0x43,
|
|
|
|
0x38, 0xd0, 0x53, 0xe8, 0xb8, 0xa2, 0x4f, 0xf3, 0x17, 0x06, 0xdc, 0xcc, 0x65, 0xaa, 0xf7, 0xef,
|
|
|
|
0x23, 0xa8, 0x5d, 0x20, 0xa2, 0xab, 0xca, 0x30, 0xbd, 0xd2, 0x99, 0x11, 0x9a, 0x47, 0x3e, 0x00,
|
|
|
|
0x08, 0x98, 0xb3, 0xf5, 0x1c, 0xea, 0xd9, 0x97, 0xfa, 0x9a, 0x7e, 0x37, 0xf5, 0x9a, 0xb1, 0x62,
|
|
|
|
0xe3, 0x99, 0x7d, 0xc1, 0x36, 0xcc, 0x4a, 0xd1, 0xcd, 0x7f, 0x18, 0xd0, 0x7f, 0xb9, 0x94, 0x39,
|
|
|
|
0x66, 0x15, 0x2f, 0x2a, 0x6b, 0xec, 0x52, 0x36, 0x59, 0x98, 0x52, 0x66, 0x61, 0xb2, 0x62, 0x96,
|
|
|
|
0x73, 0x62, 0xca, 0x76, 0x19, 0xaf, 0xde, 0x05, 0x3d, 0x17, 0x2c, 0x58, 0x44, 0x22, 0xe9, 0x87,
|
|
|
|
0x12, 0x9a, 0x9e, 0x48, 0x4b, 0xf4, 0x90, 0xfb, 0x16, 0x10, 0xe6, 0x39, 0x8b, 0x25, 0x3b, 0xe7,
|
|
|
|
0x01, 0x8b, 0xe9, 0xea, 0x6a, 0xe9, 0x32, 0xcf, 0x39, 0x41, 0x43, 0xc4, 0x8e, 0xef, 0xf3, 0x5a,
|
|
|
|
0xea, 0xed, 0x68, 0xfe, 0xca, 0x80, 0x41, 0x36, 0x53, 0xad, 0xf8, 0xe3, 0xc2, 0x83, 0x69, 0xbf,
|
|
|
|
0xe6, 0x31, 0xf3, 0x7f, 0x52, 0x7d, 0xfa, 0xeb, 0x0a, 0xb4, 0x3e, 0xa1, 0xce, 0x3c, 0x9a, 0x85,
|
|
|
|
0xcc, 0x01, 0x92, 0xbe, 0x9b, 0xdc, 0x4e, 0xcd, 0x5f, 0x68, 0xc7, 0x47, 0x77, 0xf6, 0x58, 0x75,
|
|
|
|
0x3a, 0x33, 0xa8, 0x47, 0xdd, 0x10, 0x19, 0xa5, 0xa8, 0xb9, 0x7e, 0x6b, 0xf4, 0xee, 0x4e, 0x9b,
|
|
|
|
0x76, 0x32, 0x07, 0x48, 0xfa, 0x9d, 0x4c, 0x3c, 0x85, 0x2e, 0x2a, 0x13, 0xcf, 0x8e, 0x26, 0x69,
|
|
|
|
0x06, 0xf5, 0xa8, 0xf7, 0xc8, 0xc4, 0x93, 0xeb, 0x78, 0x32, 0xf1, 0x14, 0x9a, 0x95, 0x19, 0xd4,
|
|
|
|
0xa3, 0x62, 0x9c, 0x71, 0x92, 0x6b, 0x08, 0x32, 0x4e, 0x0a, 0xd5, 0xfb, 0x23, 0x68, 0xc4, 0x75,
|
|
|
|
0x98, 0xa4, 0x99, 0xf9, 0x8a, 0x3d, 0xba, 0xbd, 0xdb, 0xa8, 0xfd, 0x58, 0x70, 0x98, 0x79, 0xc3,
|
|
|
|
0x90, 0xf1, 0xfe, 0xd7, 0x8d, 0xf2, 0x77, 0x7c, 0xd5, 0xf3, 0x67, 0xfa, 0x87, 0x12, 0x74, 0x5f,
|
|
|
|
0xbe, 0x61, 0xc1, 0x9a, 0x5e, 0x7e, 0x29, 0xbb, 0xe2, 0xff, 0x95, 0xfb, 0x0c, 0xea, 0xd1, 0x2b,
|
|
|
|
0x3f, 0xb3, 0x10, 0xb9, 0xff, 0x0d, 0x32, 0x0b, 0x51, 0xf8, 0x5b, 0xe0, 0x39, 0x34, 0x53, 0x0f,
|
|
|
|
0x55, 0x92, 0x09, 0xbd, 0xf0, 0x4a, 0x1f, 0x1d, 0xed, 0x33, 0x6b, 0xe9, 0x7e, 0x6f, 0x40, 0x1f,
|
|
|
|
0xff, 0x80, 0x39, 0x13, 0x3c, 0x60, 0x89, 0x7a, 0x27, 0x50, 0x55, 0xfe, 0xdf, 0xc9, 0x15, 0xcb,
|
|
|
|
0x9d, 0x9e, 0x77, 0x54, 0x51, 0xf3, 0x06, 0x79, 0x06, 0x8d, 0xb8, 0xc5, 0xc8, 0xca, 0x96, 0xeb,
|
|
|
|
0x46, 0xb2, 0xb2, 0xe5, 0xbb, 0x12, 0xf3, 0xc6, 0xf4, 0x97, 0x06, 0x0c, 0x52, 0x7f, 0xbe, 0x24,
|
|
|
|
0x61, 0xfa, 0xf0, 0xce, 0x9e, 0xbf, 0x74, 0xc8, 0x7b, 0xe9, 0x93, 0xf5, 0x1f, 0xff, 0x2f, 0x1b,
|
|
|
|
0xdd, 0xbf, 0x0e, 0x55, 0x0b, 0xf6, 0x47, 0x03, 0x3a, 0xea, 0x3e, 0x4b, 0xa2, 0xf8, 0x14, 0x5a,
|
|
|
|
0xe9, 0xcb, 0x91, 0xa4, 0xa5, 0xd9, 0x51, 0x1f, 0x46, 0xe3, 0xbd, 0xf6, 0x58, 0xbb, 0x57, 0xf9,
|
|
|
|
0x8a, 0x39, 0xde, 0x7b, 0xad, 0xee, 0x38, 0x26, 0x3b, 0xab, 0xa3, 0x79, 0xe3, 0xa4, 0xf2, 0x93,
|
|
|
|
0x92, 0xbf, 0x5c, 0xd6, 0xb0, 0x95, 0xf8, 0xee, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x8f, 0x28,
|
|
|
|
0x82, 0xe5, 0xcf, 0x14, 0x00, 0x00,
|
2019-03-27 19:44:18 +00:00
|
|
|
}
|
|
|
|
|
2018-11-21 17:31:27 +00:00
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
// KadInspectorClient is the client API for KadInspector service.
|
2018-12-14 20:17:30 +00:00
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
2019-01-14 18:47:22 +00:00
|
|
|
type KadInspectorClient interface {
|
|
|
|
// CountNodes returns the number of nodes in the routing table
|
2018-11-21 17:31:27 +00:00
|
|
|
CountNodes(ctx context.Context, in *CountNodesRequest, opts ...grpc.CallOption) (*CountNodesResponse, error)
|
2019-02-25 18:41:51 +00:00
|
|
|
// PingNode sends a PING RPC to a node and returns its availability
|
2018-11-27 22:50:52 +00:00
|
|
|
PingNode(ctx context.Context, in *PingNodeRequest, opts ...grpc.CallOption) (*PingNodeResponse, error)
|
2018-12-04 21:39:28 +00:00
|
|
|
// LookupNode triggers a Kademlia FindNode and returns the response
|
|
|
|
LookupNode(ctx context.Context, in *LookupNodeRequest, opts ...grpc.CallOption) (*LookupNodeResponse, error)
|
2019-02-25 18:41:51 +00:00
|
|
|
// NodeInfo sends a PING RPC to a node and returns its local info
|
|
|
|
NodeInfo(ctx context.Context, in *NodeInfoRequest, opts ...grpc.CallOption) (*NodeInfoResponse, error)
|
2019-01-28 22:53:37 +00:00
|
|
|
// FindNear returns limit number of IDs "near" the Start ID
|
|
|
|
FindNear(ctx context.Context, in *FindNearRequest, opts ...grpc.CallOption) (*FindNearResponse, error)
|
2019-02-28 19:55:27 +00:00
|
|
|
// DumpNodes returns all the nodes in the node database
|
|
|
|
DumpNodes(ctx context.Context, in *DumpNodesRequest, opts ...grpc.CallOption) (*DumpNodesResponse, error)
|
2019-04-22 09:34:11 +01:00
|
|
|
// GetBucketList returns all the buckets with all their nodes
|
|
|
|
GetBucketList(ctx context.Context, in *GetBucketListRequest, opts ...grpc.CallOption) (*GetBucketListResponse, error)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
type kadInspectorClient struct {
|
2018-11-21 17:31:27 +00:00
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func NewKadInspectorClient(cc *grpc.ClientConn) KadInspectorClient {
|
|
|
|
return &kadInspectorClient{cc}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func (c *kadInspectorClient) CountNodes(ctx context.Context, in *CountNodesRequest, opts ...grpc.CallOption) (*CountNodesResponse, error) {
|
2018-11-21 17:31:27 +00:00
|
|
|
out := new(CountNodesResponse)
|
2019-01-14 18:47:22 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/CountNodes", in, out, opts...)
|
2018-11-21 17:31:27 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func (c *kadInspectorClient) PingNode(ctx context.Context, in *PingNodeRequest, opts ...grpc.CallOption) (*PingNodeResponse, error) {
|
2018-11-27 22:50:52 +00:00
|
|
|
out := new(PingNodeResponse)
|
2019-01-14 18:47:22 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/PingNode", in, out, opts...)
|
2018-11-27 22:50:52 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func (c *kadInspectorClient) LookupNode(ctx context.Context, in *LookupNodeRequest, opts ...grpc.CallOption) (*LookupNodeResponse, error) {
|
2018-12-04 21:39:28 +00:00
|
|
|
out := new(LookupNodeResponse)
|
2019-01-14 18:47:22 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/LookupNode", in, out, opts...)
|
2018-11-21 22:01:09 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-02-25 18:41:51 +00:00
|
|
|
func (c *kadInspectorClient) NodeInfo(ctx context.Context, in *NodeInfoRequest, opts ...grpc.CallOption) (*NodeInfoResponse, error) {
|
|
|
|
out := new(NodeInfoResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/NodeInfo", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
func (c *kadInspectorClient) FindNear(ctx context.Context, in *FindNearRequest, opts ...grpc.CallOption) (*FindNearResponse, error) {
|
|
|
|
out := new(FindNearResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/FindNear", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func (c *kadInspectorClient) DumpNodes(ctx context.Context, in *DumpNodesRequest, opts ...grpc.CallOption) (*DumpNodesResponse, error) {
|
|
|
|
out := new(DumpNodesResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/DumpNodes", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-04-22 09:34:11 +01:00
|
|
|
func (c *kadInspectorClient) GetBucketList(ctx context.Context, in *GetBucketListRequest, opts ...grpc.CallOption) (*GetBucketListResponse, error) {
|
|
|
|
out := new(GetBucketListResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/GetBucketList", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
// KadInspectorServer is the server API for KadInspector service.
|
|
|
|
type KadInspectorServer interface {
|
|
|
|
// CountNodes returns the number of nodes in the routing table
|
2018-11-21 17:31:27 +00:00
|
|
|
CountNodes(context.Context, *CountNodesRequest) (*CountNodesResponse, error)
|
2019-02-25 18:41:51 +00:00
|
|
|
// PingNode sends a PING RPC to a node and returns its availability
|
2018-11-27 22:50:52 +00:00
|
|
|
PingNode(context.Context, *PingNodeRequest) (*PingNodeResponse, error)
|
2018-12-04 21:39:28 +00:00
|
|
|
// LookupNode triggers a Kademlia FindNode and returns the response
|
|
|
|
LookupNode(context.Context, *LookupNodeRequest) (*LookupNodeResponse, error)
|
2019-02-25 18:41:51 +00:00
|
|
|
// NodeInfo sends a PING RPC to a node and returns its local info
|
|
|
|
NodeInfo(context.Context, *NodeInfoRequest) (*NodeInfoResponse, error)
|
2019-01-28 22:53:37 +00:00
|
|
|
// FindNear returns limit number of IDs "near" the Start ID
|
|
|
|
FindNear(context.Context, *FindNearRequest) (*FindNearResponse, error)
|
2019-02-28 19:55:27 +00:00
|
|
|
// DumpNodes returns all the nodes in the node database
|
|
|
|
DumpNodes(context.Context, *DumpNodesRequest) (*DumpNodesResponse, error)
|
2019-04-22 09:34:11 +01:00
|
|
|
// GetBucketList returns all the buckets with all their nodes
|
|
|
|
GetBucketList(context.Context, *GetBucketListRequest) (*GetBucketListResponse, error)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func RegisterKadInspectorServer(s *grpc.Server, srv KadInspectorServer) {
|
|
|
|
s.RegisterService(&_KadInspector_serviceDesc, srv)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func _KadInspector_CountNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
2018-11-21 17:31:27 +00:00
|
|
|
in := new(CountNodesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-14 18:47:22 +00:00
|
|
|
return srv.(KadInspectorServer).CountNodes(ctx, in)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-14 18:47:22 +00:00
|
|
|
FullMethod: "/inspector.KadInspector/CountNodes",
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-14 18:47:22 +00:00
|
|
|
return srv.(KadInspectorServer).CountNodes(ctx, req.(*CountNodesRequest))
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
func _KadInspector_PingNode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(PingNodeRequest)
|
2018-11-21 17:31:27 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).PingNode(ctx, in)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-28 22:53:37 +00:00
|
|
|
FullMethod: "/inspector.KadInspector/PingNode",
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).PingNode(ctx, req.(*PingNodeRequest))
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
func _KadInspector_LookupNode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(LookupNodeRequest)
|
2018-11-27 22:50:52 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).LookupNode(ctx, in)
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-28 22:53:37 +00:00
|
|
|
FullMethod: "/inspector.KadInspector/LookupNode",
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).LookupNode(ctx, req.(*LookupNodeRequest))
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-02-25 18:41:51 +00:00
|
|
|
func _KadInspector_NodeInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(NodeInfoRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(KadInspectorServer).NodeInfo(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.KadInspector/NodeInfo",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(KadInspectorServer).NodeInfo(ctx, req.(*NodeInfoRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
func _KadInspector_FindNear_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(FindNearRequest)
|
2018-12-04 21:39:28 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).FindNear(ctx, in)
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-28 22:53:37 +00:00
|
|
|
FullMethod: "/inspector.KadInspector/FindNear",
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).FindNear(ctx, req.(*FindNearRequest))
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func _KadInspector_DumpNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(DumpNodesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(KadInspectorServer).DumpNodes(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.KadInspector/DumpNodes",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(KadInspectorServer).DumpNodes(ctx, req.(*DumpNodesRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-04-22 09:34:11 +01:00
|
|
|
func _KadInspector_GetBucketList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(GetBucketListRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(KadInspectorServer).GetBucketList(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.KadInspector/GetBucketList",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(KadInspectorServer).GetBucketList(ctx, req.(*GetBucketListRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
var _KadInspector_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "inspector.KadInspector",
|
|
|
|
HandlerType: (*KadInspectorServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "CountNodes",
|
|
|
|
Handler: _KadInspector_CountNodes_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "PingNode",
|
|
|
|
Handler: _KadInspector_PingNode_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "LookupNode",
|
|
|
|
Handler: _KadInspector_LookupNode_Handler,
|
|
|
|
},
|
2019-02-25 18:41:51 +00:00
|
|
|
{
|
|
|
|
MethodName: "NodeInfo",
|
|
|
|
Handler: _KadInspector_NodeInfo_Handler,
|
|
|
|
},
|
2019-01-28 22:53:37 +00:00
|
|
|
{
|
|
|
|
MethodName: "FindNear",
|
|
|
|
Handler: _KadInspector_FindNear_Handler,
|
|
|
|
},
|
2019-02-28 19:55:27 +00:00
|
|
|
{
|
|
|
|
MethodName: "DumpNodes",
|
|
|
|
Handler: _KadInspector_DumpNodes_Handler,
|
|
|
|
},
|
2019-04-22 09:34:11 +01:00
|
|
|
{
|
|
|
|
MethodName: "GetBucketList",
|
|
|
|
Handler: _KadInspector_GetBucketList_Handler,
|
|
|
|
},
|
2019-01-14 18:47:22 +00:00
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "inspector.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
// OverlayInspectorClient is the client API for OverlayInspector service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
type OverlayInspectorClient interface {
|
|
|
|
// CountNodes returns the number of nodes in the cache
|
|
|
|
CountNodes(ctx context.Context, in *CountNodesRequest, opts ...grpc.CallOption) (*CountNodesResponse, error)
|
2019-02-28 19:55:27 +00:00
|
|
|
// DumpNodes returns all the nodes in the cache
|
|
|
|
DumpNodes(ctx context.Context, in *DumpNodesRequest, opts ...grpc.CallOption) (*DumpNodesResponse, error)
|
2019-03-25 22:25:09 +00:00
|
|
|
// GetStats returns the stats for a particular node ID
|
|
|
|
GetStats(ctx context.Context, in *GetStatsRequest, opts ...grpc.CallOption) (*GetStatsResponse, error)
|
|
|
|
// CreateStats creates a node with specified stats
|
|
|
|
CreateStats(ctx context.Context, in *CreateStatsRequest, opts ...grpc.CallOption) (*CreateStatsResponse, error)
|
2019-01-14 18:47:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type overlayInspectorClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewOverlayInspectorClient(cc *grpc.ClientConn) OverlayInspectorClient {
|
|
|
|
return &overlayInspectorClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *overlayInspectorClient) CountNodes(ctx context.Context, in *CountNodesRequest, opts ...grpc.CallOption) (*CountNodesResponse, error) {
|
|
|
|
out := new(CountNodesResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.OverlayInspector/CountNodes", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func (c *overlayInspectorClient) DumpNodes(ctx context.Context, in *DumpNodesRequest, opts ...grpc.CallOption) (*DumpNodesResponse, error) {
|
|
|
|
out := new(DumpNodesResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.OverlayInspector/DumpNodes", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-03-25 22:25:09 +00:00
|
|
|
func (c *overlayInspectorClient) GetStats(ctx context.Context, in *GetStatsRequest, opts ...grpc.CallOption) (*GetStatsResponse, error) {
|
|
|
|
out := new(GetStatsResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.OverlayInspector/GetStats", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *overlayInspectorClient) CreateStats(ctx context.Context, in *CreateStatsRequest, opts ...grpc.CallOption) (*CreateStatsResponse, error) {
|
|
|
|
out := new(CreateStatsResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.OverlayInspector/CreateStats", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
// OverlayInspectorServer is the server API for OverlayInspector service.
|
|
|
|
type OverlayInspectorServer interface {
|
|
|
|
// CountNodes returns the number of nodes in the cache
|
|
|
|
CountNodes(context.Context, *CountNodesRequest) (*CountNodesResponse, error)
|
2019-02-28 19:55:27 +00:00
|
|
|
// DumpNodes returns all the nodes in the cache
|
|
|
|
DumpNodes(context.Context, *DumpNodesRequest) (*DumpNodesResponse, error)
|
2019-03-25 22:25:09 +00:00
|
|
|
// GetStats returns the stats for a particular node ID
|
|
|
|
GetStats(context.Context, *GetStatsRequest) (*GetStatsResponse, error)
|
|
|
|
// CreateStats creates a node with specified stats
|
|
|
|
CreateStats(context.Context, *CreateStatsRequest) (*CreateStatsResponse, error)
|
2019-01-14 18:47:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterOverlayInspectorServer(s *grpc.Server, srv OverlayInspectorServer) {
|
|
|
|
s.RegisterService(&_OverlayInspector_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _OverlayInspector_CountNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(CountNodesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(OverlayInspectorServer).CountNodes(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.OverlayInspector/CountNodes",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(OverlayInspectorServer).CountNodes(ctx, req.(*CountNodesRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func _OverlayInspector_DumpNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(DumpNodesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(OverlayInspectorServer).DumpNodes(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.OverlayInspector/DumpNodes",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(OverlayInspectorServer).DumpNodes(ctx, req.(*DumpNodesRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-03-25 22:25:09 +00:00
|
|
|
func _OverlayInspector_GetStats_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
2018-11-21 22:01:09 +00:00
|
|
|
in := new(GetStatsRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-03-25 22:25:09 +00:00
|
|
|
return srv.(OverlayInspectorServer).GetStats(ctx, in)
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-03-25 22:25:09 +00:00
|
|
|
FullMethod: "/inspector.OverlayInspector/GetStats",
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-03-25 22:25:09 +00:00
|
|
|
return srv.(OverlayInspectorServer).GetStats(ctx, req.(*GetStatsRequest))
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-03-25 22:25:09 +00:00
|
|
|
func _OverlayInspector_CreateStats_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
2018-11-21 22:01:09 +00:00
|
|
|
in := new(CreateStatsRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-03-25 22:25:09 +00:00
|
|
|
return srv.(OverlayInspectorServer).CreateStats(ctx, in)
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-03-25 22:25:09 +00:00
|
|
|
FullMethod: "/inspector.OverlayInspector/CreateStats",
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-03-25 22:25:09 +00:00
|
|
|
return srv.(OverlayInspectorServer).CreateStats(ctx, req.(*CreateStatsRequest))
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-03-25 22:25:09 +00:00
|
|
|
var _OverlayInspector_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "inspector.OverlayInspector",
|
|
|
|
HandlerType: (*OverlayInspectorServer)(nil),
|
2018-11-21 17:31:27 +00:00
|
|
|
Methods: []grpc.MethodDesc{
|
2019-03-25 22:25:09 +00:00
|
|
|
{
|
|
|
|
MethodName: "CountNodes",
|
|
|
|
Handler: _OverlayInspector_CountNodes_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "DumpNodes",
|
|
|
|
Handler: _OverlayInspector_DumpNodes_Handler,
|
|
|
|
},
|
2018-11-21 22:01:09 +00:00
|
|
|
{
|
|
|
|
MethodName: "GetStats",
|
2019-03-25 22:25:09 +00:00
|
|
|
Handler: _OverlayInspector_GetStats_Handler,
|
2018-11-21 22:01:09 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "CreateStats",
|
2019-03-25 22:25:09 +00:00
|
|
|
Handler: _OverlayInspector_CreateStats_Handler,
|
2018-11-21 22:01:09 +00:00
|
|
|
},
|
2018-11-21 17:31:27 +00:00
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "inspector.proto",
|
|
|
|
}
|
|
|
|
|
2019-03-05 20:48:37 +00:00
|
|
|
// PieceStoreInspectorClient is the client API for PieceStoreInspector service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
type PieceStoreInspectorClient interface {
|
|
|
|
// Stats return space and bandwidth stats for a storagenode
|
|
|
|
Stats(ctx context.Context, in *StatsRequest, opts ...grpc.CallOption) (*StatSummaryResponse, error)
|
|
|
|
// Dashboard returns stats for a specific storagenode
|
|
|
|
Dashboard(ctx context.Context, in *DashboardRequest, opts ...grpc.CallOption) (*DashboardResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type pieceStoreInspectorClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewPieceStoreInspectorClient(cc *grpc.ClientConn) PieceStoreInspectorClient {
|
|
|
|
return &pieceStoreInspectorClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *pieceStoreInspectorClient) Stats(ctx context.Context, in *StatsRequest, opts ...grpc.CallOption) (*StatSummaryResponse, error) {
|
|
|
|
out := new(StatSummaryResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.PieceStoreInspector/Stats", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *pieceStoreInspectorClient) Dashboard(ctx context.Context, in *DashboardRequest, opts ...grpc.CallOption) (*DashboardResponse, error) {
|
|
|
|
out := new(DashboardResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.PieceStoreInspector/Dashboard", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// PieceStoreInspectorServer is the server API for PieceStoreInspector service.
|
|
|
|
type PieceStoreInspectorServer interface {
|
|
|
|
// Stats return space and bandwidth stats for a storagenode
|
|
|
|
Stats(context.Context, *StatsRequest) (*StatSummaryResponse, error)
|
|
|
|
// Dashboard returns stats for a specific storagenode
|
|
|
|
Dashboard(context.Context, *DashboardRequest) (*DashboardResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterPieceStoreInspectorServer(s *grpc.Server, srv PieceStoreInspectorServer) {
|
|
|
|
s.RegisterService(&_PieceStoreInspector_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _PieceStoreInspector_Stats_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(StatsRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(PieceStoreInspectorServer).Stats(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.PieceStoreInspector/Stats",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(PieceStoreInspectorServer).Stats(ctx, req.(*StatsRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _PieceStoreInspector_Dashboard_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(DashboardRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(PieceStoreInspectorServer).Dashboard(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.PieceStoreInspector/Dashboard",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(PieceStoreInspectorServer).Dashboard(ctx, req.(*DashboardRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _PieceStoreInspector_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "inspector.PieceStoreInspector",
|
|
|
|
HandlerType: (*PieceStoreInspectorServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "Stats",
|
|
|
|
Handler: _PieceStoreInspector_Stats_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "Dashboard",
|
|
|
|
Handler: _PieceStoreInspector_Dashboard_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "inspector.proto",
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
2019-03-15 20:21:52 +00:00
|
|
|
|
|
|
|
// IrreparableInspectorClient is the client API for IrreparableInspector service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
type IrreparableInspectorClient interface {
|
2019-03-18 10:55:06 +00:00
|
|
|
// ListIrreparableSegments returns damaged segments
|
|
|
|
ListIrreparableSegments(ctx context.Context, in *ListIrreparableSegmentsRequest, opts ...grpc.CallOption) (*ListIrreparableSegmentsResponse, error)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type irreparableInspectorClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewIrreparableInspectorClient(cc *grpc.ClientConn) IrreparableInspectorClient {
|
|
|
|
return &irreparableInspectorClient{cc}
|
|
|
|
}
|
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
func (c *irreparableInspectorClient) ListIrreparableSegments(ctx context.Context, in *ListIrreparableSegmentsRequest, opts ...grpc.CallOption) (*ListIrreparableSegmentsResponse, error) {
|
|
|
|
out := new(ListIrreparableSegmentsResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.IrreparableInspector/ListIrreparableSegments", in, out, opts...)
|
2019-03-15 20:21:52 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// IrreparableInspectorServer is the server API for IrreparableInspector service.
|
|
|
|
type IrreparableInspectorServer interface {
|
2019-03-18 10:55:06 +00:00
|
|
|
// ListIrreparableSegments returns damaged segments
|
|
|
|
ListIrreparableSegments(context.Context, *ListIrreparableSegmentsRequest) (*ListIrreparableSegmentsResponse, error)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterIrreparableInspectorServer(s *grpc.Server, srv IrreparableInspectorServer) {
|
|
|
|
s.RegisterService(&_IrreparableInspector_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
2019-03-18 10:55:06 +00:00
|
|
|
func _IrreparableInspector_ListIrreparableSegments_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(ListIrreparableSegmentsRequest)
|
2019-03-15 20:21:52 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-03-18 10:55:06 +00:00
|
|
|
return srv.(IrreparableInspectorServer).ListIrreparableSegments(ctx, in)
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-03-18 10:55:06 +00:00
|
|
|
FullMethod: "/inspector.IrreparableInspector/ListIrreparableSegments",
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-03-18 10:55:06 +00:00
|
|
|
return srv.(IrreparableInspectorServer).ListIrreparableSegments(ctx, req.(*ListIrreparableSegmentsRequest))
|
2019-03-15 20:21:52 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _IrreparableInspector_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "inspector.IrreparableInspector",
|
|
|
|
HandlerType: (*IrreparableInspectorServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
2019-03-18 10:55:06 +00:00
|
|
|
MethodName: "ListIrreparableSegments",
|
|
|
|
Handler: _IrreparableInspector_ListIrreparableSegments_Handler,
|
2019-03-15 20:21:52 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "inspector.proto",
|
|
|
|
}
|
2019-04-02 15:55:58 +01:00
|
|
|
|
|
|
|
// HealthInspectorClient is the client API for HealthInspector service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
type HealthInspectorClient interface {
|
2019-04-04 18:11:19 +01:00
|
|
|
// ObjectHealth will return stats about the health of an object
|
2019-04-02 15:55:58 +01:00
|
|
|
ObjectHealth(ctx context.Context, in *ObjectHealthRequest, opts ...grpc.CallOption) (*ObjectHealthResponse, error)
|
2019-04-04 18:11:19 +01:00
|
|
|
// SegmentHealth will return stats about the health of a segment
|
2019-04-02 15:55:58 +01:00
|
|
|
SegmentHealth(ctx context.Context, in *SegmentHealthRequest, opts ...grpc.CallOption) (*SegmentHealthResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type healthInspectorClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewHealthInspectorClient(cc *grpc.ClientConn) HealthInspectorClient {
|
|
|
|
return &healthInspectorClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *healthInspectorClient) ObjectHealth(ctx context.Context, in *ObjectHealthRequest, opts ...grpc.CallOption) (*ObjectHealthResponse, error) {
|
|
|
|
out := new(ObjectHealthResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.HealthInspector/ObjectHealth", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *healthInspectorClient) SegmentHealth(ctx context.Context, in *SegmentHealthRequest, opts ...grpc.CallOption) (*SegmentHealthResponse, error) {
|
|
|
|
out := new(SegmentHealthResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.HealthInspector/SegmentHealth", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// HealthInspectorServer is the server API for HealthInspector service.
|
|
|
|
type HealthInspectorServer interface {
|
2019-04-04 18:11:19 +01:00
|
|
|
// ObjectHealth will return stats about the health of an object
|
2019-04-02 15:55:58 +01:00
|
|
|
ObjectHealth(context.Context, *ObjectHealthRequest) (*ObjectHealthResponse, error)
|
2019-04-04 18:11:19 +01:00
|
|
|
// SegmentHealth will return stats about the health of a segment
|
2019-04-02 15:55:58 +01:00
|
|
|
SegmentHealth(context.Context, *SegmentHealthRequest) (*SegmentHealthResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterHealthInspectorServer(s *grpc.Server, srv HealthInspectorServer) {
|
|
|
|
s.RegisterService(&_HealthInspector_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _HealthInspector_ObjectHealth_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(ObjectHealthRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(HealthInspectorServer).ObjectHealth(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.HealthInspector/ObjectHealth",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(HealthInspectorServer).ObjectHealth(ctx, req.(*ObjectHealthRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _HealthInspector_SegmentHealth_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(SegmentHealthRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(HealthInspectorServer).SegmentHealth(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.HealthInspector/SegmentHealth",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(HealthInspectorServer).SegmentHealth(ctx, req.(*SegmentHealthRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _HealthInspector_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "inspector.HealthInspector",
|
|
|
|
HandlerType: (*HealthInspectorServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "ObjectHealth",
|
|
|
|
Handler: _HealthInspector_ObjectHealth_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "SegmentHealth",
|
|
|
|
Handler: _HealthInspector_SegmentHealth_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "inspector.proto",
|
|
|
|
}
|