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-07-06 14:40:58 +01:00
|
|
|
context "context"
|
|
|
|
fmt "fmt"
|
|
|
|
_ "github.com/gogo/protobuf/gogoproto"
|
|
|
|
proto "github.com/gogo/protobuf/proto"
|
|
|
|
duration "github.com/golang/protobuf/ptypes/duration"
|
2019-07-08 15:06:12 +01:00
|
|
|
_ "github.com/golang/protobuf/ptypes/timestamp"
|
2018-12-14 20:17:30 +00:00
|
|
|
grpc "google.golang.org/grpc"
|
2019-07-06 14:40:58 +01:00
|
|
|
math "math"
|
2019-07-08 15:06:12 +01:00
|
|
|
time "time"
|
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
|
2019-07-08 15:06:12 +01:00
|
|
|
var _ = time.Kitchen
|
2018-11-21 17:31:27 +00:00
|
|
|
|
|
|
|
// 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-07-06 14:40:58 +01: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-07-06 14:40:58 +01: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-07-06 14:40:58 +01: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-07-06 14:40:58 +01: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-07-06 14:40:58 +01: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-07-06 14:40:58 +01: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 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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{3}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{4}
|
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-07-06 14:40:58 +01: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) {
|
2019-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{5}
|
2019-04-22 09:34:11 +01:00
|
|
|
}
|
|
|
|
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)
|
|
|
|
}
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *GetBucketListRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketListRequest.Merge(m, src)
|
2019-04-22 09:34:11 +01:00
|
|
|
}
|
|
|
|
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) {
|
2019-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{6}
|
2019-04-22 09:34:11 +01:00
|
|
|
}
|
|
|
|
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)
|
|
|
|
}
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *GetBucketListResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketListResponse.Merge(m, src)
|
2019-04-22 09:34:11 +01:00
|
|
|
}
|
|
|
|
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) {
|
2019-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{6, 0}
|
2019-04-22 09:34:11 +01:00
|
|
|
}
|
|
|
|
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)
|
|
|
|
}
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *GetBucketListResponse_Bucket) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketListResponse_Bucket.Merge(m, src)
|
2019-04-22 09:34:11 +01:00
|
|
|
}
|
|
|
|
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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{7}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{8}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{9}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{10}
|
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-07-06 14:40:58 +01: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 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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{11}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{12}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{13}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{14}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{15}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{16}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{17}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{18}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{19}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{20}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{21}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{22}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{23}
|
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-07-06 14:40:58 +01: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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{24}
|
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-07-06 14:40:58 +01: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"`
|
2019-07-06 14:40:58 +01:00
|
|
|
DashboardAddress string `protobuf:"bytes,6,opt,name=dashboard_address,json=dashboardAddress,proto3" json:"dashboard_address,omitempty"`
|
|
|
|
Stats *StatSummaryResponse `protobuf:"bytes,7,opt,name=stats,proto3" json:"stats,omitempty"`
|
|
|
|
Uptime *duration.Duration `protobuf:"bytes,8,opt,name=uptime,proto3" json:"uptime,omitempty"`
|
2019-07-08 15:06:12 +01:00
|
|
|
LastPinged time.Time `protobuf:"bytes,9,opt,name=last_pinged,json=lastPinged,proto3,stdtime" json:"last_pinged"`
|
|
|
|
LastQueried time.Time `protobuf:"bytes,10,opt,name=last_queried,json=lastQueried,proto3,stdtime" json:"last_queried"`
|
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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{25}
|
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-07-06 14:40:58 +01: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 ""
|
|
|
|
}
|
|
|
|
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *DashboardResponse) GetDashboardAddress() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.DashboardAddress
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2019-03-05 20:48:37 +00:00
|
|
|
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-07-08 15:06:12 +01:00
|
|
|
func (m *DashboardResponse) GetLastPinged() time.Time {
|
2019-03-05 20:48:37 +00:00
|
|
|
if m != nil {
|
2019-03-22 13:27:59 +00:00
|
|
|
return m.LastPinged
|
|
|
|
}
|
2019-07-08 15:06:12 +01:00
|
|
|
return time.Time{}
|
2019-03-22 13:27:59 +00:00
|
|
|
}
|
|
|
|
|
2019-07-08 15:06:12 +01:00
|
|
|
func (m *DashboardResponse) GetLastQueried() time.Time {
|
2019-03-22 13:27:59 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.LastQueried
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
2019-07-08 15:06:12 +01:00
|
|
|
return time.Time{}
|
2019-03-05 20:48:37 +00:00
|
|
|
}
|
|
|
|
|
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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{26}
|
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)
|
|
|
|
}
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *SegmentHealthRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SegmentHealthRequest.Merge(m, src)
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
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-06-18 23:22:14 +01:00
|
|
|
HealthyIds []NodeID `protobuf:"bytes,1,rep,name=healthy_ids,json=healthyIds,proto3,customtype=NodeID" json:"healthy_ids,omitempty"`
|
|
|
|
UnhealthyIds []NodeID `protobuf:"bytes,2,rep,name=unhealthy_ids,json=unhealthyIds,proto3,customtype=NodeID" json:"unhealthy_ids,omitempty"`
|
|
|
|
OfflineIds []NodeID `protobuf:"bytes,3,rep,name=offline_ids,json=offlineIds,proto3,customtype=NodeID" json:"offline_ids,omitempty"`
|
|
|
|
Segment []byte `protobuf:"bytes,4,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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{27}
|
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)
|
|
|
|
}
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *SegmentHealth) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SegmentHealth.Merge(m, src)
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
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) 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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{28}
|
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)
|
|
|
|
}
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *SegmentHealthResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SegmentHealthResponse.Merge(m, src)
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{29}
|
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)
|
|
|
|
}
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *ObjectHealthRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ObjectHealthRequest.Merge(m, src)
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
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-07-06 14:40:58 +01:00
|
|
|
return fileDescriptor_a07d9034b2dd9d26, []int{30}
|
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)
|
|
|
|
}
|
2019-07-06 14:40:58 +01:00
|
|
|
func (m *ObjectHealthResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ObjectHealthResponse.Merge(m, src)
|
2019-04-02 15:55:58 +01:00
|
|
|
}
|
|
|
|
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 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((*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-07-06 14:40:58 +01:00
|
|
|
func init() { proto.RegisterFile("inspector.proto", fileDescriptor_a07d9034b2dd9d26) }
|
|
|
|
|
|
|
|
var fileDescriptor_a07d9034b2dd9d26 = []byte{
|
2019-07-08 15:06:12 +01:00
|
|
|
// 1672 bytes of a gzipped FileDescriptorProto
|
2019-07-06 14:40:58 +01:00
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x39, 0x73, 0x1b, 0x47,
|
|
|
|
0x16, 0xe6, 0xe0, 0x22, 0xf0, 0x00, 0xe2, 0x68, 0x52, 0x12, 0x16, 0x92, 0x08, 0xee, 0xec, 0xa1,
|
2019-07-08 15:06:12 +01:00
|
|
|
0x83, 0xbb, 0xa0, 0x16, 0xab, 0x0d, 0x54, 0x5b, 0x0e, 0x08, 0x52, 0x07, 0x4a, 0xb2, 0x44, 0x0d,
|
|
|
|
0x65, 0x07, 0x2e, 0x95, 0x51, 0x0d, 0x74, 0x03, 0x1c, 0x13, 0x98, 0x1e, 0xcd, 0x34, 0x64, 0xe1,
|
|
|
|
0x0f, 0xb8, 0xec, 0xc8, 0x4a, 0x1c, 0x38, 0x76, 0xf9, 0x1f, 0x38, 0x72, 0xea, 0xc4, 0xbf, 0xc1,
|
|
|
|
0x81, 0x9c, 0xd9, 0xb9, 0x33, 0x67, 0xae, 0x3e, 0xe6, 0xc2, 0x61, 0xd2, 0x65, 0x3b, 0xc3, 0xbc,
|
|
|
|
0xef, 0xeb, 0xd7, 0xef, 0xbd, 0x3e, 0xde, 0xd7, 0x80, 0x8a, 0xed, 0xf8, 0x2e, 0x1d, 0x70, 0xe6,
|
|
|
|
0xb5, 0x5c, 0x8f, 0x71, 0x86, 0x0a, 0xa1, 0xa1, 0x01, 0x23, 0x36, 0x62, 0xca, 0xdc, 0x00, 0x87,
|
|
|
|
0x11, 0xaa, 0x7f, 0x57, 0x5c, 0x66, 0x3b, 0x9c, 0x7a, 0xa4, 0xaf, 0x0d, 0xdb, 0x23, 0xc6, 0x46,
|
|
|
|
0x63, 0xba, 0x27, 0xbf, 0xfa, 0xd3, 0xe1, 0x1e, 0x99, 0x7a, 0x98, 0xdb, 0xcc, 0xd1, 0x78, 0x73,
|
|
|
|
0x1e, 0xe7, 0xf6, 0x84, 0xfa, 0x1c, 0x4f, 0x5c, 0x45, 0x30, 0x1f, 0xc3, 0xf6, 0x23, 0xdb, 0xe7,
|
|
|
|
0x5d, 0xcf, 0xa3, 0x2e, 0xf6, 0x70, 0x7f, 0x4c, 0x8f, 0xe9, 0x68, 0x42, 0x1d, 0xee, 0x5b, 0xf4,
|
|
|
|
0xc5, 0x94, 0xfa, 0x1c, 0x6d, 0x41, 0x76, 0x6c, 0x4f, 0x6c, 0x5e, 0x37, 0x76, 0x8c, 0xeb, 0x59,
|
|
|
|
0x4b, 0x7d, 0xa0, 0x8b, 0x90, 0x63, 0xc3, 0xa1, 0x4f, 0x79, 0x3d, 0x25, 0xcd, 0xfa, 0xcb, 0xfc,
|
|
|
|
0xc1, 0x00, 0xb4, 0xe8, 0x0c, 0x21, 0xc8, 0xb8, 0x98, 0x9f, 0x48, 0x1f, 0x25, 0x4b, 0xfe, 0x46,
|
|
|
|
0x77, 0xa0, 0xec, 0x2b, 0xb8, 0x47, 0x28, 0xc7, 0xf6, 0x58, 0xba, 0x2a, 0xb6, 0x51, 0x2b, 0xca,
|
|
|
|
0xf2, 0x48, 0xfd, 0xb2, 0x36, 0x34, 0xf3, 0x50, 0x12, 0x51, 0x13, 0x8a, 0x63, 0xe6, 0xf3, 0x9e,
|
|
|
|
0x6b, 0xd3, 0x01, 0xf5, 0xeb, 0x69, 0x19, 0x02, 0x08, 0xd3, 0x91, 0xb4, 0xa0, 0x16, 0x6c, 0x8e,
|
|
|
|
0xb1, 0xcf, 0x7b, 0x22, 0x10, 0xdb, 0xeb, 0x61, 0xce, 0xe9, 0xc4, 0xe5, 0xf5, 0xcc, 0x8e, 0x71,
|
|
|
|
0x3d, 0x6d, 0xd5, 0x04, 0x64, 0x49, 0x64, 0x5f, 0x01, 0xe8, 0x16, 0x6c, 0x25, 0xa9, 0xbd, 0x01,
|
|
|
|
0x9b, 0x3a, 0xbc, 0x9e, 0x95, 0x03, 0x90, 0x17, 0x27, 0x1f, 0x08, 0xc4, 0x7c, 0x0e, 0xcd, 0x95,
|
|
|
|
0x85, 0xf3, 0x5d, 0xe6, 0xf8, 0x14, 0xdd, 0x81, 0xbc, 0x0e, 0xdb, 0xaf, 0x1b, 0x3b, 0xe9, 0xeb,
|
|
|
|
0xc5, 0xf6, 0xd5, 0x56, 0xb4, 0xe8, 0x8b, 0x23, 0xad, 0x90, 0x6e, 0xde, 0x04, 0x24, 0xa7, 0x79,
|
|
|
|
0xcc, 0x08, 0x8d, 0x1c, 0x6e, 0x41, 0x56, 0x85, 0x65, 0xc8, 0xb0, 0xd4, 0x87, 0xb9, 0x09, 0xb5,
|
|
|
|
0x38, 0x57, 0xae, 0x9a, 0x79, 0x11, 0xb6, 0xee, 0x53, 0xde, 0x99, 0x0e, 0x4e, 0x29, 0x17, 0x71,
|
|
|
|
0x06, 0xf6, 0x9f, 0x0c, 0xb8, 0x30, 0x07, 0x68, 0xe7, 0xfb, 0xb0, 0xde, 0x97, 0xd6, 0x20, 0xd8,
|
|
|
|
0x6b, 0xb1, 0x60, 0x97, 0x0e, 0x69, 0x29, 0x93, 0x15, 0x8c, 0x6b, 0x7c, 0x66, 0x40, 0x4e, 0xd9,
|
|
|
|
0xd0, 0x2e, 0x14, 0x94, 0xb5, 0x67, 0x13, 0xb5, 0xea, 0x9d, 0xf2, 0xb7, 0x6f, 0x9a, 0x6b, 0xdf,
|
|
|
|
0xbd, 0x69, 0xe6, 0x44, 0xa0, 0xdd, 0x43, 0x2b, 0xaf, 0x08, 0x5d, 0x82, 0xf6, 0x60, 0xc3, 0x63,
|
|
|
|
0x53, 0x6e, 0x3b, 0xa3, 0x9e, 0xd8, 0xec, 0x7e, 0x3d, 0x25, 0x03, 0x80, 0x96, 0xdc, 0xfa, 0x82,
|
|
|
|
0x6e, 0x95, 0x34, 0x41, 0x26, 0x89, 0xfe, 0x0d, 0xa5, 0x01, 0x1e, 0x9c, 0x50, 0xa2, 0xf9, 0xe9,
|
|
|
|
0x05, 0x7e, 0x51, 0xe1, 0x92, 0x2e, 0x2a, 0x14, 0x26, 0x10, 0x56, 0xe8, 0x01, 0xa0, 0xb8, 0x31,
|
|
|
|
0x2a, 0x31, 0x67, 0x1c, 0x8f, 0x83, 0x12, 0xcb, 0x0f, 0x74, 0x05, 0xd2, 0x36, 0x51, 0x61, 0x95,
|
|
|
|
0x3a, 0x10, 0xcb, 0x41, 0x98, 0xcd, 0x36, 0x54, 0x43, 0x4f, 0xc1, 0xa9, 0xd9, 0x86, 0xd4, 0xca,
|
|
|
|
0xc4, 0x53, 0x36, 0x31, 0xdf, 0x89, 0x85, 0x14, 0x4e, 0x7e, 0xc6, 0x20, 0xb4, 0x03, 0xd9, 0x55,
|
|
|
|
0xf5, 0x51, 0x80, 0xd9, 0x02, 0x88, 0xd6, 0x29, 0xe2, 0x1b, 0xab, 0xf8, 0x0f, 0xa1, 0x72, 0xa4,
|
|
|
|
0xab, 0x7a, 0xce, 0xc8, 0x51, 0x1d, 0xd6, 0x31, 0x21, 0x1e, 0xf5, 0x7d, 0x79, 0x5e, 0x0b, 0x56,
|
|
|
|
0xf0, 0x69, 0x9a, 0x50, 0x8d, 0x9c, 0xe9, 0x94, 0xca, 0x90, 0x62, 0xa7, 0xd2, 0x5b, 0xde, 0x4a,
|
|
|
|
0xb1, 0x53, 0xf3, 0x2d, 0xa8, 0x3d, 0x62, 0xec, 0x74, 0xea, 0xc6, 0xa7, 0x2c, 0x87, 0x53, 0x16,
|
|
|
|
0xce, 0x98, 0xe2, 0x39, 0xa0, 0xf8, 0xf0, 0xb0, 0x6e, 0x19, 0x91, 0x8e, 0xf4, 0x90, 0x4c, 0x53,
|
|
|
|
0xda, 0xd1, 0x3f, 0x21, 0x33, 0xa1, 0x1c, 0x87, 0xf7, 0x4b, 0x88, 0xbf, 0x4d, 0x39, 0x26, 0x98,
|
|
|
|
0x63, 0x4b, 0xe2, 0xe6, 0xfb, 0x50, 0x91, 0x89, 0x3a, 0x43, 0x76, 0xde, 0x6a, 0xec, 0x26, 0x43,
|
|
|
|
0x2d, 0xb6, 0x6b, 0x91, 0xf7, 0x7d, 0x05, 0x44, 0xd1, 0x7f, 0x63, 0x40, 0x35, 0x9a, 0x40, 0x07,
|
|
|
|
0x6f, 0x42, 0x86, 0xcf, 0x5c, 0x15, 0x7c, 0xb9, 0x5d, 0x8e, 0x86, 0x3f, 0x9b, 0xb9, 0xd4, 0x92,
|
|
|
|
0x18, 0x6a, 0x41, 0x9e, 0xb9, 0xd4, 0xc3, 0x9c, 0x79, 0x8b, 0x49, 0x3c, 0xd1, 0x88, 0x15, 0x72,
|
|
|
|
0x04, 0x7f, 0x80, 0x5d, 0x3c, 0xb0, 0xf9, 0x4c, 0x5e, 0x8e, 0x09, 0xfe, 0x81, 0x46, 0xac, 0x90,
|
|
|
|
0x23, 0xb2, 0x78, 0x49, 0x3d, 0xdf, 0x66, 0x8e, 0xbc, 0x22, 0x13, 0x59, 0xbc, 0xab, 0x00, 0x2b,
|
|
|
|
0x60, 0x98, 0x13, 0xa8, 0xdc, 0xb3, 0x1d, 0xf2, 0x98, 0x62, 0xef, 0xbc, 0x55, 0xfa, 0x3b, 0x64,
|
|
|
|
0x7d, 0x8e, 0x3d, 0xd5, 0x2c, 0x16, 0x29, 0x0a, 0x8c, 0x3a, 0x4d, 0x5a, 0x9d, 0x3d, 0xf9, 0x61,
|
|
|
|
0xde, 0x86, 0x6a, 0x34, 0x9d, 0xae, 0xd9, 0xd9, 0x07, 0x01, 0x41, 0xf5, 0x70, 0x3a, 0x71, 0x13,
|
|
|
|
0x77, 0xe2, 0xff, 0xa0, 0x16, 0xb3, 0xcd, 0xbb, 0x5a, 0x79, 0x46, 0xca, 0x50, 0x3a, 0xe6, 0x38,
|
|
|
|
0xba, 0x38, 0x7e, 0x36, 0x60, 0x53, 0x18, 0x8e, 0xa7, 0x93, 0x09, 0xf6, 0x66, 0xa1, 0xa7, 0xab,
|
|
|
|
0x00, 0x53, 0x9f, 0x92, 0x9e, 0xef, 0xe2, 0x01, 0xd5, 0xf7, 0x47, 0x41, 0x58, 0x8e, 0x85, 0x01,
|
|
|
|
0x5d, 0x83, 0x0a, 0x7e, 0x89, 0xed, 0xb1, 0xb8, 0xf0, 0x35, 0x27, 0x25, 0x39, 0xe5, 0xd0, 0xac,
|
|
|
|
0x88, 0x7f, 0x85, 0x92, 0xf4, 0x63, 0x3b, 0x23, 0xb9, 0xaf, 0x54, 0x35, 0x8a, 0xc2, 0xd6, 0x55,
|
|
|
|
0x26, 0xd1, 0xff, 0x24, 0x85, 0x2a, 0x86, 0x6a, 0x6b, 0x72, 0xf6, 0xbb, 0x8a, 0xf0, 0x0f, 0x28,
|
|
|
|
0x4b, 0x42, 0x1f, 0x3b, 0xe4, 0x43, 0x9b, 0xf0, 0x13, 0xdd, 0xc9, 0x36, 0x84, 0xb5, 0x13, 0x18,
|
|
|
|
0xd1, 0x1e, 0x6c, 0x46, 0x31, 0x45, 0xdc, 0x9c, 0xea, 0x7a, 0x21, 0x14, 0x0e, 0x90, 0x65, 0xc5,
|
|
|
|
0xfe, 0x49, 0x9f, 0x61, 0x8f, 0x04, 0xf5, 0x78, 0x9d, 0x81, 0x5a, 0xcc, 0xa8, 0xab, 0x71, 0x0d,
|
|
|
|
0xd6, 0x45, 0xf9, 0x56, 0x5f, 0xff, 0x39, 0x01, 0x77, 0x09, 0xba, 0x01, 0x55, 0x49, 0x1c, 0x30,
|
|
|
|
0xc7, 0xa1, 0x03, 0xa1, 0x5d, 0x7c, 0x5d, 0x98, 0x8a, 0xb0, 0x1f, 0x44, 0x66, 0xb4, 0x0b, 0xb5,
|
|
|
|
0x3e, 0x63, 0xdc, 0xe7, 0x1e, 0x76, 0x7b, 0xc1, 0xb1, 0x4b, 0xcb, 0x1b, 0xa2, 0x1a, 0x02, 0xfa,
|
|
|
|
0xd4, 0x09, 0xbf, 0x52, 0x3b, 0x38, 0x78, 0x1c, 0x72, 0x33, 0x92, 0x5b, 0x09, 0xec, 0x31, 0x2a,
|
|
|
|
0x7d, 0x35, 0x47, 0xcd, 0x2a, 0x6a, 0x60, 0x0f, 0xa8, 0xbb, 0x50, 0x23, 0x41, 0xae, 0x21, 0x37,
|
|
|
|
0xa7, 0x42, 0x08, 0x81, 0x80, 0x7c, 0x5b, 0x6e, 0x7b, 0xee, 0xd7, 0xd7, 0xe5, 0xa1, 0xda, 0x8e,
|
|
|
|
0x35, 0xd4, 0x25, 0x1b, 0xc8, 0x52, 0x64, 0xf4, 0x1f, 0xc8, 0x4d, 0x5d, 0xa1, 0xd3, 0xea, 0x79,
|
|
|
|
0x39, 0xec, 0x2f, 0x2d, 0x25, 0xe2, 0x5a, 0x81, 0x88, 0x6b, 0x1d, 0x6a, 0x91, 0x67, 0x69, 0x22,
|
|
|
|
0xba, 0x0b, 0x45, 0x29, 0x77, 0x5c, 0xdb, 0x19, 0x51, 0x52, 0x2f, 0xc8, 0x71, 0x8d, 0x85, 0x71,
|
|
|
|
0xcf, 0x02, 0xf1, 0xd7, 0xc9, 0x8b, 0xc5, 0x78, 0xfd, 0x7d, 0xd3, 0xb0, 0x40, 0x0c, 0x3c, 0x92,
|
|
|
|
0xe3, 0xd0, 0x7d, 0x28, 0x49, 0x37, 0x2f, 0xa6, 0xd4, 0xb3, 0x29, 0xa9, 0xc3, 0x6f, 0xf0, 0x23,
|
|
|
|
0x03, 0x78, 0xaa, 0x06, 0x9a, 0x9f, 0x1b, 0xb0, 0xa5, 0x45, 0xcd, 0x03, 0x8a, 0xc7, 0xfc, 0x24,
|
|
|
|
0xb8, 0x28, 0x2e, 0x42, 0x4e, 0x75, 0x7d, 0xad, 0x04, 0xf5, 0x97, 0xd8, 0xaf, 0xd4, 0x19, 0x78,
|
|
|
|
0x33, 0x97, 0x53, 0xd2, 0x93, 0x4a, 0x51, 0xde, 0x14, 0xd6, 0x46, 0x68, 0x3d, 0x12, 0x92, 0xf1,
|
|
|
|
0x6f, 0x10, 0x08, 0xc1, 0x9e, 0xed, 0x10, 0xfa, 0x4a, 0x9f, 0x8d, 0x92, 0x36, 0x76, 0x85, 0x4d,
|
|
|
|
0x9c, 0x43, 0xd7, 0x63, 0x1f, 0xd0, 0x81, 0xd4, 0x1e, 0x19, 0xe9, 0xa7, 0xa0, 0x2d, 0x5d, 0x62,
|
|
|
|
0x7e, 0x65, 0xc0, 0x46, 0x22, 0x36, 0xb4, 0x0b, 0xc5, 0x13, 0xf9, 0x6b, 0xd6, 0x13, 0x5d, 0xde,
|
|
|
|
0x58, 0xe8, 0xf2, 0xa0, 0xe1, 0x2e, 0xf1, 0x85, 0x56, 0x99, 0x3a, 0x71, 0xfa, 0xa2, 0x28, 0x28,
|
|
|
|
0x85, 0x04, 0x31, 0x60, 0x17, 0x8a, 0x6c, 0x38, 0x1c, 0xdb, 0x0e, 0x95, 0xf4, 0xf4, 0xa2, 0x77,
|
|
|
|
0x0d, 0x0b, 0x72, 0x1d, 0xd6, 0x75, 0x2e, 0x3a, 0xf0, 0xe0, 0xd3, 0xfc, 0xc8, 0x80, 0x0b, 0x73,
|
|
|
|
0x25, 0xd5, 0x27, 0xed, 0x16, 0xe4, 0xd4, 0x74, 0xba, 0xff, 0xd5, 0xe3, 0xdb, 0x2c, 0x31, 0x42,
|
|
|
|
0xf3, 0xd0, 0xff, 0x01, 0x3c, 0x4a, 0xa6, 0x0e, 0xc1, 0xce, 0x60, 0xa6, 0x1b, 0xca, 0xe5, 0x98,
|
|
|
|
0xea, 0xb6, 0x42, 0xf0, 0x78, 0x70, 0x42, 0x27, 0xd4, 0x8a, 0xd1, 0xcd, 0x1f, 0x0d, 0xd8, 0x7c,
|
|
|
|
0xd2, 0x17, 0xc5, 0x4c, 0x2e, 0xed, 0xe2, 0x12, 0x1a, 0xcb, 0x96, 0x30, 0xda, 0x01, 0xa9, 0xc4,
|
|
|
|
0x0e, 0x48, 0xae, 0x5a, 0x7a, 0x6e, 0xd5, 0x84, 0xa0, 0x97, 0x4d, 0xa2, 0x87, 0x87, 0x9c, 0x7a,
|
|
|
|
0xbd, 0x78, 0x91, 0xd2, 0x56, 0x4d, 0x42, 0xfb, 0x02, 0x09, 0x1e, 0x1c, 0xff, 0x02, 0x44, 0x1d,
|
|
|
|
0xd2, 0xeb, 0xd3, 0x21, 0xf3, 0x68, 0x48, 0x57, 0x97, 0x60, 0x95, 0x3a, 0xa4, 0x23, 0x81, 0x80,
|
|
|
|
0x1d, 0x76, 0x9e, 0x5c, 0xec, 0x8d, 0x63, 0x7e, 0x62, 0xc0, 0x56, 0x32, 0x53, 0x5d, 0xf1, 0xdb,
|
|
|
|
0x0b, 0xc2, 0x7e, 0x75, 0xcd, 0x43, 0xe6, 0xef, 0xaa, 0x7a, 0xfb, 0xd3, 0x0c, 0x94, 0x1e, 0x62,
|
|
|
|
0xd2, 0x0d, 0x66, 0x41, 0x5d, 0x80, 0x48, 0xf5, 0xa3, 0x2b, 0xb1, 0xf9, 0x17, 0x1e, 0x03, 0x8d,
|
|
|
|
0xab, 0x2b, 0x50, 0x9d, 0xce, 0x01, 0xe4, 0x03, 0xdd, 0x86, 0x1a, 0x31, 0xea, 0x9c, 0x32, 0x6c,
|
|
|
|
0x5c, 0x5e, 0x8a, 0x69, 0x27, 0x5d, 0x80, 0x48, 0x99, 0x25, 0xe2, 0x59, 0xd0, 0x7b, 0x89, 0x78,
|
|
|
|
0x96, 0xc8, 0xb9, 0x03, 0xc8, 0x07, 0x2a, 0x29, 0x11, 0xcf, 0x9c, 0x36, 0x4b, 0xc4, 0xb3, 0x20,
|
|
|
|
0xab, 0x0e, 0x20, 0x1f, 0xc8, 0x86, 0x84, 0x93, 0x39, 0xe9, 0x92, 0x70, 0xb2, 0xa0, 0x33, 0xee,
|
|
|
|
0x41, 0x21, 0x54, 0x0c, 0x28, 0xce, 0x9c, 0xd7, 0x16, 0x8d, 0x2b, 0xcb, 0x41, 0xed, 0xc7, 0x82,
|
|
|
|
0x8d, 0xc4, 0x0b, 0x0a, 0x35, 0x57, 0xbf, 0xad, 0x94, 0xbf, 0x9d, 0xb3, 0x1e, 0x5f, 0xed, 0x2f,
|
|
|
|
0x0d, 0xa8, 0x3e, 0x79, 0x49, 0xbd, 0x31, 0x9e, 0xfd, 0x29, 0xbb, 0xe2, 0x0f, 0xca, 0xbd, 0xfd,
|
|
|
|
0x85, 0x01, 0x9b, 0xf2, 0x55, 0x7e, 0xcc, 0x99, 0x47, 0xa3, 0x50, 0x3b, 0x90, 0x95, 0xb2, 0x0a,
|
|
|
|
0x5d, 0x9a, 0x6b, 0x8b, 0xa1, 0xdf, 0x33, 0xfa, 0xa5, 0xb9, 0x86, 0x1e, 0x40, 0x21, 0x54, 0x1e,
|
|
|
|
0xc9, 0x18, 0xe7, 0x44, 0x4a, 0x32, 0xc6, 0x79, 0xb1, 0x62, 0xae, 0xb5, 0x3f, 0x36, 0x60, 0x2b,
|
|
|
|
0xf6, 0x22, 0x8f, 0xc2, 0x74, 0xe1, 0xd2, 0x8a, 0x77, 0x3e, 0xba, 0x11, 0xdf, 0xc6, 0xbf, 0xfa,
|
|
|
|
0x27, 0x4a, 0xe3, 0xe6, 0x79, 0xa8, 0xba, 0x60, 0x5f, 0x1b, 0x50, 0x51, 0x97, 0x47, 0x14, 0xc5,
|
|
|
|
0x53, 0x28, 0xc5, 0x6f, 0x22, 0x14, 0x2f, 0xcd, 0x92, 0xcb, 0xb8, 0xd1, 0x5c, 0x89, 0x87, 0xb5,
|
|
|
|
0x7b, 0x36, 0xdf, 0x06, 0x9b, 0x2b, 0xef, 0xb0, 0x25, 0x7b, 0x72, 0x69, 0x2b, 0x32, 0xd7, 0x3a,
|
|
|
|
0x99, 0xf7, 0x52, 0x6e, 0xbf, 0x9f, 0x93, 0x52, 0xe1, 0xbf, 0xbf, 0x04, 0x00, 0x00, 0xff, 0xff,
|
|
|
|
0x3c, 0xf6, 0x3f, 0xd4, 0xe4, 0x12, 0x00, 0x00,
|
2019-07-06 14:40:58 +01: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-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-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-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
|
|
|
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 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",
|
|
|
|
}
|