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-09-05 00:05:51 +01:00
drpc "storj.io/drpc"
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" `
2019-07-18 17:21:21 +01:00
LastSeenSegmentPath [ ] byte ` protobuf:"bytes,2,opt,name=last_seen_segment_path,json=lastSeenSegmentPath,proto3" json:"last_seen_segment_path,omitempty" `
2019-03-15 20:21:52 +00:00
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-07-18 17:21:21 +01:00
func ( m * ListIrreparableSegmentsRequest ) GetLastSeenSegmentPath ( ) [ ] byte {
2019-03-15 20:21:52 +00:00
if m != nil {
2019-07-18 17:21:21 +01:00
return m . LastSeenSegmentPath
2019-03-15 20:21:52 +00:00
}
2019-07-18 17:21:21 +01:00
return nil
2019-03-15 20:21:52 +00:00
}
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-10-04 21:48:41 +01:00
// Deprecated: Do not use.
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
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2019-04-22 09:34:11 +01:00
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
2019-10-04 21:48:41 +01:00
//
// Deprecated: Do not use.
2018-11-21 17:31:27 +00:00
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
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2018-11-21 17:31:27 +00:00
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
2019-10-04 21:48:41 +01:00
//
// Deprecated: Do not use.
2018-11-21 17:31:27 +00:00
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
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2018-11-21 17:31:27 +00:00
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
}
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2018-11-21 17:31:27 +00:00
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
2019-10-04 21:48:41 +01:00
//
// Deprecated: Do not use.
2018-11-27 22:50:52 +00:00
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 ""
}
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2018-11-27 22:50:52 +00:00
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
}
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
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 ""
}
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2018-12-04 21:39:28 +00:00
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-10-04 21:48:41 +01:00
// Deprecated: Do not use.
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
}
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2019-02-25 18:41:51 +00:00
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-10-04 21:48:41 +01:00
// Deprecated: Do not use.
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
}
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2019-01-28 22:53:37 +00:00
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" `
2019-10-04 21:48:41 +01:00
BootstrapAddress string ` protobuf:"bytes,3,opt,name=bootstrap_address,json=bootstrapAddress,proto3" json:"bootstrap_address,omitempty" ` // Deprecated: Do not use.
2019-03-05 20:48:37 +00:00
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-09-11 21:41:43 +01:00
LastPingFromId * NodeID ` protobuf:"bytes,11,opt,name=last_ping_from_id,json=lastPingFromId,proto3,customtype=NodeID" json:"last_ping_from_id,omitempty" `
LastPingFromAddress string ` protobuf:"bytes,12,opt,name=last_ping_from_address,json=lastPingFromAddress,proto3" json:"last_ping_from_address,omitempty" `
2019-03-05 20:48:37 +00:00
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * DashboardResponse ) Reset ( ) { * m = DashboardResponse { } }
func ( m * DashboardResponse ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * DashboardResponse ) ProtoMessage ( ) { }
func ( * DashboardResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-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
}
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2019-03-05 20:48:37 +00:00
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-09-11 21:41:43 +01:00
func ( m * DashboardResponse ) GetLastPingFromAddress ( ) string {
if m != nil {
return m . LastPingFromAddress
}
return ""
}
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-10-04 21:48:41 +01:00
// 1751 bytes of a gzipped FileDescriptorProto
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x02 , 0xff , 0xb4 , 0x58 , 0x4b , 0x93 , 0x23 , 0x47 ,
0x11 , 0xde , 0xd6 , 0x6b , 0xa4 , 0x94 , 0x46 , 0x8f , 0x9a , 0xb1 , 0xb7 , 0x91 , 0x77 , 0x57 , 0x43 , 0x03 ,
0xde , 0xb5 , 0x07 , 0x34 , 0x46 , 0xb6 , 0x09 , 0x0c , 0xa7 , 0xd1 , 0xac , 0xd7 , 0x56 , 0xb0 , 0x78 , 0xc7 ,
0x3d , 0x1b , 0x44 , 0x40 , 0x10 , 0xd1 , 0x94 , 0xd4 , 0x35 , 0x33 , 0xcd , 0x48 , 0x5d , 0xbd , 0xdd , 0xa5 ,
0xc5 , 0xba , 0x71 , 0x22 , 0xe0 , 0x04 , 0x17 , 0x0e , 0x9c , 0x09 , 0xfe , 0x01 , 0x27 , 0xfe , 0x00 , 0xfc ,
0x06 , 0x0e , 0xe6 , 0x06 , 0xff , 0x80 , 0x08 , 0x6e , 0x44 , 0x65 , 0x55 , 0x57 , 0x77 , 0xeb , 0xe1 , 0x1d ,
0x02 , 0xb8 , 0xa9 , 0x33 , 0xbf , 0x7c , 0xd6 , 0x23 , 0xbf , 0x12 , 0x74 , 0x82 , 0x30 , 0x89 , 0xd8 , 0x4c ,
0xf0 , 0x78 , 0x18 , 0xc5 , 0x5c , 0x70 , 0xd2 , 0x30 , 0x82 , 0x3e , 0x5c , 0xf1 , 0x2b , 0xae , 0xc4 , 0x7d ,
0x08 , 0xb9 , 0xcf , 0xf4 , 0xef , 0x4e , 0xc4 , 0x83 , 0x50 , 0xb0 , 0xd8 , 0x9f , 0x6a , 0xc1 , 0x83 , 0x2b ,
0xce , 0xaf , 0xe6 , 0xec , 0x04 , 0xbf , 0xa6 , 0xcb , 0xcb , 0x13 , 0x7f , 0x19 , 0x53 , 0x11 , 0xf0 , 0x50 ,
0xeb , 0x07 , 0xeb , 0x7a , 0x11 , 0x2c , 0x58 , 0x22 , 0xe8 , 0x22 , 0x52 , 0x00 , 0xe7 , 0x06 , 0x1e , 0x3c ,
0x0d , 0x12 , 0x31 , 0x89 , 0x63 , 0x16 , 0xd1 , 0x98 , 0x4e , 0xe7 , 0xec , 0x82 , 0x5d , 0x2d , 0x58 , 0x28 ,
0x12 , 0x97 , 0xbd , 0x58 , 0xb2 , 0x44 , 0x90 , 0x43 , 0xa8 , 0xce , 0x83 , 0x45 , 0x20 , 0x6c , 0xeb , 0xc8 ,
0x7a , 0x54 , 0x75 , 0xd5 , 0x07 , 0x79 , 0x17 , 0x5e , 0x9f , 0xd3 , 0x44 , 0x78 , 0x09 , 0x63 , 0xa1 , 0x97 ,
0x28 , 0x13 , 0x2f , 0xa2 , 0xe2 , 0xda , 0x2e , 0x1d , 0x59 , 0x8f , 0x5a , 0xee , 0x81 , 0xd4 , 0x5e , 0x30 ,
0x16 , 0x6a , 0x77 , 0xe7 , 0x54 , 0x5c , 0x3b , 0x7f , 0xb7 , 0x80 , 0x6c , 0x46 , 0x22 , 0x04 , 0x2a , 0x68 ,
0x69 , 0xa1 , 0x25 , 0xfe , 0x26 , 0x1f , 0x40 , 0x3b , 0xf5 , 0xea , 0x33 , 0x41 , 0x83 , 0x39 , 0xfa , 0x6d ,
0x8e , 0xc8 , 0x30 , 0x6b , 0xc1 , 0xb9 , 0xfa , 0xe5 , 0xee , 0x6b , 0xe4 , 0x63 , 0x04 , 0x92 , 0x01 , 0x34 ,
0xe7 , 0x3c , 0x11 , 0x5e , 0x14 , 0xb0 , 0x19 , 0x4b , 0xec , 0x32 , 0xa6 , 0x0d , 0x52 , 0x74 , 0x8e , 0x12 ,
0x32 , 0x04 , 0xcc , 0xce , 0x93 , 0x89 , 0x04 , 0xb1 , 0x47 , 0x85 , 0x60 , 0x8b , 0x48 , 0xd8 , 0x95 , 0x23 ,
0xeb , 0x51 , 0xd9 , 0xed , 0x49 , 0x95 , 0x8b , 0x9a , 0x53 , 0xa5 , 0x20 , 0xef , 0xc0 , 0x61 , 0x11 , 0xea ,
0xcd , 0xf8 , 0x32 , 0x14 , 0x76 , 0x15 , 0x0d , 0x48 , 0x9c , 0x07 , 0x9f , 0x49 , 0x8d , 0xf3 , 0x63 , 0x18 ,
0xec , 0xec , 0x6a , 0x12 , 0xf1 , 0x30 , 0x61 , 0xe4 , 0x03 , 0xa8 , 0xeb , 0xb4 , 0x13 , 0xdb , 0x3a , 0x2a ,
0x3f , 0x6a , 0x8e , 0xee , 0x0f , 0xb3 , 0x1d , 0xb1 , 0x69 , 0xe9 , 0x1a , 0xb8 , 0xf3 , 0x36 , 0x10 , 0x0c ,
0xf3 , 0x09 , 0xf7 , 0x59 , 0xe6 , 0xf0 , 0x10 , 0xaa , 0x2a , 0x2d , 0x0b , 0xd3 , 0x52 , 0x1f , 0xce , 0x01 ,
0xf4 , 0xf2 , 0x58 , 0x5c , 0x52 , 0xa7 , 0x0f , 0x87 , 0x1f , 0x31 , 0x31 , 0x5e , 0xce , 0x6e , 0x98 , 0x90 ,
0x79 , 0x6a , 0xf9 , 0x77 , 0x4a , 0xb6 , 0xe5 , 0xfc , 0xd3 , 0x82 , 0xd7 , 0xd6 , 0x94 , 0x3a , 0xc0 , 0x29 ,
0xec , 0x4d , 0x51 , 0x9a , 0x26 , 0xfc , 0x30 , 0x97 , 0xf0 , 0x56 , 0x93 , 0xa1 , 0x12 , 0xb9 , 0xa9 , 0x5d ,
0xff , 0xb7 , 0x16 , 0xd4 , 0x94 , 0x8c , 0x1c , 0x43 , 0x43 , 0x49 , 0xbd , 0xc0 , 0x57 , 0x2b , 0x3f , 0x6e ,
0xff , 0xe5 , 0xf3 , 0xc1 , 0x9d , 0xbf , 0x7e , 0x3e , 0xa8 , 0xc9 , 0x64 , 0x27 , 0x8f , 0xdd , 0xba , 0x02 ,
0x4c , 0x7c , 0x72 , 0x02 , 0xfb , 0x31 , 0x5f , 0x8a , 0x20 , 0xbc , 0xf2 , 0xe4 , 0x69 , 0x48 , 0xec , 0x12 ,
0x26 , 0x00 , 0x43 , 0x3c , 0x1b , 0x12 , 0xee , 0xb6 , 0x34 , 0x00 , 0x0b , 0x25 , 0xdf , 0x80 , 0xd6 , 0x8c ,
0xce , 0xae , 0x99 , 0xaf , 0xf1 , 0xe5 , 0x0d , 0x7c , 0x53 , 0xe9 , 0x11 , 0x8e , 0x85 , 0xdf , 0x85 , 0x9e ,
0x29 , 0x22 , 0xc9 , 0x77 , 0xe4 , 0x29 , 0x90 , 0xbc , 0x22 , 0x6b , 0xb7 , 0xe0 , 0x82 , 0xce , 0xd3 , 0x76 ,
0xe3 , 0x07 , 0xb9 , 0x07 , 0xe5 , 0xc0 , 0x57 , 0xe9 , 0xb5 , 0xc6 , 0x90 , 0xab , 0x45 , 0x8a , 0xd1 , 0xdb ,
0xb7 , 0xa0 , 0x6b , 0xbc , 0xa5 , 0x47 , 0xec , 0x01 , 0x94 , 0x76 , 0x36 , 0xa1 , 0x14 , 0xf8 , 0x68 , 0xf7 ,
0xc3 , 0x5c , 0x7a , 0x26 , 0x89 , 0x57 , 0x18 , 0x92 , 0x23 , 0xa8 , 0xee , 0xea , 0x97 , 0x52 , 0xa0 , 0xeb ,
0x11 , 0x40 , 0xb6 , 0x76 , 0x99 , 0x8d , 0xf5 , 0x45 , 0x36 , 0xcf , 0xa0 , 0x73 , 0xae , 0xbb , 0x7d , 0xcb ,
0x2a , 0x88 , 0x0d , 0x7b , 0xd4 , 0xf7 , 0x63 , 0x96 , 0x24 , 0x78 , 0x96 , 0x1b , 0x6e , 0xfa , 0x89 , 0x0e ,
0xdf , 0x84 , 0x6e , 0xe6 , 0x50 , 0x97 , 0xd7 , 0x86 , 0x12 , 0xbf , 0x41 , 0x8f , 0x75 , 0xb7 , 0xc4 , 0x6f ,
0x10 , 0x77 , 0x0a , 0xbd , 0xa7 , 0x9c , 0xdf , 0x2c , 0xa3 , 0x7c , 0xe8 , 0xb6 , 0x09 , 0xdd , 0xb8 , 0x45 ,
0xa8 , 0x9f , 0x00 , 0xc9 , 0xbb , 0x30 , 0xbd , 0xac , 0xc8 , 0xf2 , 0xd0 , 0x4b , 0xb1 , 0x6c , 0x94 , 0x93 ,
0x37 , 0xa1 , 0xb2 , 0x60 , 0x82 , 0x9a , 0x7b , 0xc8 , 0xe8 , 0xbf , 0xcf , 0x04 , 0xf5 , 0xa9 , 0xa0 , 0x2e ,
0xea , 0x31 , 0xc2 , 0x14 , 0x3a , 0x58 , 0x78 , 0x78 , 0xc9 , 0x6f , 0xdb , 0x9d , 0xe3 , 0x62 , 0xca , 0xcd ,
0x51 , 0x2f , 0x8b , 0x70 , 0xaa , 0x14 , 0xc5 , 0x2a , 0xfe , 0x6c , 0x41 , 0x37 , 0x0b , 0xa2 , 0x8b , 0x70 ,
0xa0 , 0x22 , 0x56 , 0x91 , 0x2a , 0xa2 , 0x3d , 0x6a , 0x67 , 0x2e , 0x9e , 0xaf , 0x22 , 0xe6 , 0xa2 , 0x8e ,
0x0c , 0xa1 , 0xce , 0x23 , 0x16 , 0x53 , 0xc1 , 0xe3 , 0xcd , 0x62 , 0x9e , 0x69 , 0x8d , 0x6b , 0x30 , 0x12 ,
0x3f , 0xa3 , 0x11 , 0x9d , 0x05 , 0x62 , 0x85 , 0x97 , 0x69 , 0x01 , 0x7f , 0xa6 , 0x35 , 0xae , 0xc1 , 0xc8 ,
0x4a , 0x5e , 0xb2 , 0x38 , 0x09 , 0x78 , 0x88 , 0x57 , 0x6a , 0xa1 , 0x92 , 0x1f , 0x28 , 0x85 , 0x9b , 0x22 ,
0xb0 , 0x92 , 0x17 , 0xd0 , 0x79 , 0x12 , 0x84 , 0xfe , 0x27 , 0x8c , 0xc6 , 0xb7 , 0xed , 0xd6 , 0x57 , 0xa1 ,
0x9a , 0x08 , 0x1a , 0x0b , 0x35 , 0x6d , 0x36 , 0x20 , 0x4a , 0x99 , 0x8d , 0xae , 0xb2 , 0x3a , 0xa3 , 0xf8 ,
0x81 , 0x21 , 0xbf , 0x0d , 0xdd , 0x2c , 0xa4 , 0xee , 0xdd , 0xed , 0x0e , 0x0b , 0x81 , 0xee , 0xe3 , 0xe5 ,
0x22 , 0x2a , 0xdc , 0xa7 , 0xef , 0x43 , 0x2f , 0x27 , 0x5b , 0x77 , 0xb7 , 0xeb , 0x1c , 0x39 , 0x6d , 0x68 ,
0x5d , 0x08 , 0x6a , 0x2e , 0x1b , 0xe7 , 0x5f , 0x16 , 0x1c , 0x48 , 0xc1 , 0xc5 , 0x72 , 0xb1 , 0xa0 , 0xf1 ,
0xca , 0x78 , 0xba , 0x0f , 0xb0 , 0x4c , 0x98 , 0xef , 0x25 , 0x11 , 0x9d , 0x31 , 0x7d , 0xdf , 0x34 , 0xa4 ,
0xe4 , 0x42 , 0x0a , 0xc8 , 0x43 , 0xe8 , 0xd0 , 0x97 , 0x34 , 0x98 , 0xcb , 0x61 , 0xa1 , 0x31 , 0x25 , 0xc4 ,
0xb4 , 0x8d , 0x58 , 0x01 , 0xbf , 0x0c , 0x2d , 0xf4 , 0x13 , 0x84 , 0x57 , 0xb8 , 0xcf , 0x54 , 0x57 , 0x9a ,
0x52 , 0x36 , 0x51 , 0x22 , 0x39 , 0x3b , 0x11 , 0xc2 , 0x14 , 0x42 , 0x8d , 0x44 , 0x8c , 0xfe , 0xa1 , 0x02 ,
0x7c , 0x0d , 0xda , 0x08 , 0x98 , 0xd2 , 0xd0 , 0xff , 0x59 , 0xe0 , 0x8b , 0x6b , 0x3d , 0x05 , 0xf7 , 0xa5 ,
0x74 , 0x9c , 0x0a , 0xc9 , 0x09 , 0x1c , 0x64 , 0x39 , 0x65 , 0xd8 , 0x9a , 0x9a , 0x98 , 0x46 , 0x65 , 0x0c ,
0xb0 , 0xad , 0x34 , 0xb9 , 0x9e , 0x72 , 0x1a , 0xfb , 0x69 , 0x3f , 0x7e , 0x5e , 0x85 , 0x5e , 0x4e , 0xa8 ,
0xbb , 0xf1 , 0x10 , 0xf6 , 0x64 , 0xfb , 0x76 , 0x8f , 0x8d , 0x9a , 0x54 , 0x4f , 0x7c , 0xf2 , 0x16 , 0x74 ,
0x11 , 0x38 , 0xe3 , 0x61 , 0xc8 , 0x66 , 0x92 , 0x14 , 0x25 , 0xba , 0x31 , 0x1d , 0x29 , 0x3f , 0xcb , 0xc4 ,
0xe4 , 0x04 , 0x7a , 0x53 , 0xce , 0x45 , 0x22 , 0x62 , 0x1a , 0x79 , 0xe9 , 0x31 , 0x94 , 0xed , 0x69 , 0x8c ,
0x4b , 0xb6 , 0xe5 , 0x76 , 0x8d , 0x52 , 0x9f , 0x44 , 0xe9 , 0x1b , 0xb9 , 0x47 , 0x48 , 0xe7 , 0x06 , 0x5f ,
0xc1 , 0x9b , 0xa6 , 0x93 , 0xca , 0x73 , 0x50 , 0xf6 , 0xd9 , 0x1a , 0xb4 , 0xaa , 0xa0 , 0xa9 , 0x3c , 0x85 ,
0x1e , 0x43 , 0xcf , 0x4f , 0xeb , 0x35 , 0xd8 , 0x1a , 0x62 , 0xbb , 0x46 , 0x91 , 0x82 , 0xdf , 0xc3 , 0x23 ,
0x20 , 0x12 , 0x7b , 0x0f , 0x0f , 0xd9 , 0x83 , 0xdc , 0x30 , 0xde , 0xb2 , 0x89 , 0x5c , 0x05 , 0x26 , 0xdf ,
0x84 , 0xda , 0x32 , 0x92 , 0x24 , 0xd0 , 0xae , 0xa3 , 0xd9 , 0x97 , 0x86 , 0x8a , 0x21 , 0x0e , 0x53 , 0x86 ,
0x38 , 0x7c , 0xac , 0x19 , 0xa4 , 0xab , 0x81 , 0xe4 , 0x43 , 0x68 , 0x22 , 0x5d , 0x8a , 0x82 , 0xf0 , 0x8a ,
0xf9 , 0x76 , 0x03 , 0xed , 0xfa , 0x1b , 0x76 , 0xcf , 0x53 , 0x66 , 0x39 , 0xae , 0xcb , 0x05 , 0xf9 , 0xcd ,
0xdf , 0x06 , 0x96 , 0x0b , 0xd2 , 0xf0 , 0x1c , 0xed , 0xc8 , 0x47 , 0xd0 , 0x42 , 0x37 , 0x2f , 0x96 , 0x2c ,
0x0e , 0x98 , 0x6f , 0xc3 , 0x7f , 0xe0 , 0x07 , 0x13 , 0xf8 , 0x54 , 0x19 , 0x92 , 0xf7 , 0xa1 , 0x67 , 0xf2 ,
0xf1 , 0x2e , 0x63 , 0xbe , 0x90 , 0x5b , 0xa1 , 0x89 , 0x5b , 0x21 , 0x3f , 0x71 , 0xdb , 0x69 , 0xec , 0x27 ,
0x31 , 0x5f , 0x4c , 0x7c , 0xc3 , 0x58 , 0x33 , 0xb3 , 0xb4 , 0xc3 , 0x2d , 0xec , 0xf0 , 0x41 , 0x1e , 0xaf ,
0x9b , 0xec , 0xfc , 0xce , 0x82 , 0x43 , 0x4d , 0xc0 , 0x3e , 0x66 , 0x74 , 0x2e , 0xae , 0xd3 , 0x0b , 0xea ,
0x75 , 0xa8 , 0x29 , 0x76 , 0xa2 , 0x59 , 0xab , 0xfe , 0x92 , 0xe7 , 0x83 , 0x85 , 0xb3 , 0x78 , 0x15 , 0x09 ,
0xe6 , 0xe7 , 0xf9 , 0xf0 , 0xbe , 0x91 , 0x4a , 0x26 , 0x4c , 0xbe , 0x02 , 0x29 , 0x69 , 0xf5 , 0x82 , 0xd0 ,
0x67 , 0x9f , 0xe9 , 0xb3 , 0xd8 , 0xd2 , 0xc2 , 0x89 , 0x94 , 0xc9 , 0x73 , 0x1f , 0xc5 , 0xfc , 0xa7 , 0x6c ,
0x86 , 0x1c , 0xa9 , 0x82 , 0x7e , 0x1a , 0x5a , 0x32 , 0xf1 , 0x9d , 0x3f , 0x5a , 0xb0 , 0x5f , 0xc8 , 0x8d ,
0x1c , 0x43 , 0xf3 , 0x1a , 0x7f , 0xad , 0x3c , 0xc9 , 0x42 , 0xac , 0x0d , 0x16 , 0x02 , 0x5a , 0x3d , 0xf1 ,
0xe5 , 0x9e , 0xdf , 0x5f , 0x86 , 0x79 , 0xf8 , 0x26 , 0x69 , 0x69 , 0x19 , 0x80 , 0x34 , 0x38 , 0x86 , 0x26 ,
0xbf , 0xbc , 0x9c , 0x07 , 0x21 , 0x43 , 0x78 , 0x79 , 0xd3 , 0xbb , 0x56 , 0x4b , 0xb0 , 0x0d , 0x7b , 0xba ,
0x16 , 0x9d , 0x78 , 0xfa , 0xe9 , 0xfc , 0xc2 , 0x82 , 0xd7 , 0xd6 , 0x5a , 0xaa , 0x4f , 0xf6 , 0x3b , 0x50 ,
0x53 , 0xe1 , 0xf4 , 0x0c , 0xb6 , 0xf3 , 0x5b , 0xba , 0x60 , 0xa1 , 0x71 , 0xe4 , 0xbb , 0x00 , 0x31 , 0xf3 ,
0x97 , 0xa1 , 0x4f , 0xc3 , 0xd9 , 0x4a , 0x0f , 0xb3 , 0x37 , 0x72 , 0x2f , 0x04 , 0xd7 , 0x28 , 0x2f , 0x66 ,
0xd7 , 0x6c , 0xc1 , 0xdc , 0x1c , 0xdc , 0xf9 , 0x87 , 0x05 , 0x07 , 0xcf , 0xa6 , 0xb2 , 0x99 , 0xc5 , 0xa5 ,
0xdd , 0x5c , 0x42 , 0x6b , 0xdb , 0x12 , 0x66 , 0x3b , 0xa0 , 0x54 , 0xd8 , 0x01 , 0xc5 , 0x55 , 0x2b , 0xaf ,
0xad , 0x9a , 0x7c , 0x7c , 0xe0 , 0x70 , 0xf2 , 0xe8 , 0xa5 , 0x60 , 0xb1 , 0x97 , 0x6f , 0x52 , 0xd9 , 0xed ,
0xa1 , 0xea , 0x54 , 0x6a , 0xd2 , 0xc7 , 0xd1 , 0xd7 , 0x81 , 0xb0 , 0xd0 , 0xf7 , 0xa6 , 0xec , 0x92 , 0xc7 ,
0xcc , 0xc0 , 0xd5 , 0xa5 , 0xdb , 0x65 , 0xa1 , 0x3f , 0x46 , 0x45 , 0x8a , 0x36 , 0x13 , 0xaf , 0x96 , 0x7b ,
0xac , 0x39 , 0xbf , 0xb2 , 0xe0 , 0xb0 , 0x58 , 0xa9 , 0xee , 0xf8 , 0x7b , 0x1b , 0x8f , 0x90 , 0xdd , 0x3d ,
0x37 , 0xc8 , 0xff , 0xaa , 0xeb , 0xa3 , 0x5f , 0x57 , 0xa0 , 0xf5 , 0x3d , 0xea , 0x4f , 0xd2 , 0x28 , 0x64 ,
0x02 , 0x90 , 0xbd , 0x50 , 0xc8 , 0xbd , 0x5c , 0xfc , 0x8d , 0x87 , 0x4b , 0xff , 0xfe , 0x0e , 0xad , 0x2e ,
0xe7 , 0x0c , 0xea , 0x29 , 0x87 , 0x24 , 0xfd , 0x1c , 0x74 , 0x8d , 0xa9 , 0xf6 , 0xdf , 0xd8 , 0xaa , 0xd3 ,
0x4e , 0x26 , 0x00 , 0x19 , 0x3b , 0x2c , 0xe4 , 0xb3 , 0xc1 , 0x3b , 0x0b , 0xf9 , 0x6c , 0xa1 , 0x94 , 0x67 ,
0x50 , 0x4f , 0x19 , 0x5a , 0x21 , 0x9f , 0x35 , 0x6e , 0x58 , 0xc8 , 0x67 , 0x83 , 0xd2 , 0x9d , 0x41 , 0x3d ,
0xa5 , 0x2a , 0x05 , 0x27 , 0x6b , 0x94 , 0xa9 , 0xe0 , 0x64 , 0x83 , 0xdb , 0x3c , 0x81 , 0x86 , 0x61 , 0x28 ,
0x24 , 0x8f , 0x5c , 0xe7 , 0x32 , 0xfd , 0x7b , 0xdb , 0x95 , 0xda , 0x8f , 0x0b , 0xfb , 0x85 , 0x97 , 0x1e ,
0x19 , 0xec , 0x7e , 0x03 , 0x2a , 0x7f , 0x47 , 0xaf , 0x7a , 0x24 , 0x8e , 0xfe , 0x60 , 0x41 , 0xf7 , 0xd9 ,
0x4b , 0x16 , 0xcf , 0xe9 , 0xea , 0xff , 0xb2 , 0x2b , 0xfe , 0x47 , 0xb5 , 0x8f , 0x7e , 0x6f , 0xc1 , 0x01 ,
0xfe , 0x83 , 0x70 , 0x21 , 0x78 , 0xcc , 0xb2 , 0x54 , 0xc7 , 0x50 , 0x45 , 0x1a , 0x47 , 0xee , 0xae , 0x8d ,
0x60 , 0xe3 , 0xf7 , 0x15 , 0xb3 , 0xd9 , 0xb9 , 0x43 , 0x3e , 0x86 , 0x86 , 0x61 , 0x3a , 0xc5 , 0x1c , 0xd7 ,
0x48 , 0x51 , 0x31 , 0xc7 , 0x75 , 0x72 , 0xe4 , 0xdc , 0x19 , 0xfd , 0xd2 , 0x82 , 0xc3 , 0xdc , 0xbf , 0x07 ,
0x59 , 0x9a , 0x11 , 0xdc , 0xdd , 0xf1 , 0x9f , 0x04 , 0x79 , 0x2b , 0xbf , 0x8d , 0xbf , 0xf0 , 0xdf , 0xa0 ,
0xfe , 0xdb , 0xb7 , 0x81 , 0xea , 0x86 , 0xfd , 0xc9 , 0x82 , 0x8e , 0xba , 0x3c , 0xb2 , 0x2c , 0x3e , 0x85 ,
0x56 , 0xfe , 0x26 , 0x22 , 0xf9 , 0xd6 , 0x6c , 0xb9 , 0x8c , 0xfb , 0x83 , 0x9d , 0x7a , 0xd3 , 0xbb , 0xe7 ,
0xeb , 0x63 , 0x70 , 0xb0 , 0xf3 , 0x0e , 0xdb , 0xb2 , 0x27 , 0xb7 , 0x8e , 0x22 , 0xe7 , 0xce , 0xb8 , 0xf2 ,
0xa3 , 0x52 , 0x34 , 0x9d , 0xd6 , 0x90 , 0x96 , 0xbc , 0xfb , 0xef , 0x00 , 0x00 , 0x00 , 0xff , 0xff , 0x11 ,
0x24 , 0x22 , 0x66 , 0xad , 0x13 , 0x00 , 0x00 ,
2019-07-06 14:40:58 +01:00
}
2019-09-05 00:05:51 +01:00
type DRPCKadInspectorClient interface {
DRPCConn ( ) drpc . Conn
// CountNodes returns the number of nodes in the routing table
CountNodes ( ctx context . Context , in * CountNodesRequest ) ( * CountNodesResponse , error )
// PingNode sends a PING RPC to a node and returns its availability
PingNode ( ctx context . Context , in * PingNodeRequest ) ( * PingNodeResponse , error )
// LookupNode triggers a Kademlia FindNode and returns the response
LookupNode ( ctx context . Context , in * LookupNodeRequest ) ( * LookupNodeResponse , error )
// NodeInfo sends a PING RPC to a node and returns its local info
NodeInfo ( ctx context . Context , in * NodeInfoRequest ) ( * NodeInfoResponse , error )
// FindNear returns limit number of IDs "near" the Start ID
FindNear ( ctx context . Context , in * FindNearRequest ) ( * FindNearResponse , error )
// DumpNodes returns all the nodes in the node database
DumpNodes ( ctx context . Context , in * DumpNodesRequest ) ( * DumpNodesResponse , error )
// GetBucketList returns all the buckets with all their nodes
GetBucketList ( ctx context . Context , in * GetBucketListRequest ) ( * GetBucketListResponse , error )
}
type drpcKadInspectorClient struct {
cc drpc . Conn
}
func NewDRPCKadInspectorClient ( cc drpc . Conn ) DRPCKadInspectorClient {
return & drpcKadInspectorClient { cc }
}
func ( c * drpcKadInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcKadInspectorClient ) CountNodes ( ctx context . Context , in * CountNodesRequest ) ( * CountNodesResponse , error ) {
out := new ( CountNodesResponse )
err := c . cc . Invoke ( ctx , "/inspector.KadInspector/CountNodes" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcKadInspectorClient ) PingNode ( ctx context . Context , in * PingNodeRequest ) ( * PingNodeResponse , error ) {
out := new ( PingNodeResponse )
err := c . cc . Invoke ( ctx , "/inspector.KadInspector/PingNode" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcKadInspectorClient ) LookupNode ( ctx context . Context , in * LookupNodeRequest ) ( * LookupNodeResponse , error ) {
out := new ( LookupNodeResponse )
err := c . cc . Invoke ( ctx , "/inspector.KadInspector/LookupNode" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcKadInspectorClient ) NodeInfo ( ctx context . Context , in * NodeInfoRequest ) ( * NodeInfoResponse , error ) {
out := new ( NodeInfoResponse )
err := c . cc . Invoke ( ctx , "/inspector.KadInspector/NodeInfo" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcKadInspectorClient ) FindNear ( ctx context . Context , in * FindNearRequest ) ( * FindNearResponse , error ) {
out := new ( FindNearResponse )
err := c . cc . Invoke ( ctx , "/inspector.KadInspector/FindNear" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcKadInspectorClient ) DumpNodes ( ctx context . Context , in * DumpNodesRequest ) ( * DumpNodesResponse , error ) {
out := new ( DumpNodesResponse )
err := c . cc . Invoke ( ctx , "/inspector.KadInspector/DumpNodes" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcKadInspectorClient ) GetBucketList ( ctx context . Context , in * GetBucketListRequest ) ( * GetBucketListResponse , error ) {
out := new ( GetBucketListResponse )
err := c . cc . Invoke ( ctx , "/inspector.KadInspector/GetBucketList" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCKadInspectorServer interface {
// CountNodes returns the number of nodes in the routing table
2019-09-12 22:09:46 +01:00
CountNodes ( context . Context , * CountNodesRequest ) ( * CountNodesResponse , error )
2019-09-05 00:05:51 +01:00
// PingNode sends a PING RPC to a node and returns its availability
2019-09-12 22:09:46 +01:00
PingNode ( context . Context , * PingNodeRequest ) ( * PingNodeResponse , error )
2019-09-05 00:05:51 +01:00
// LookupNode triggers a Kademlia FindNode and returns the response
2019-09-12 22:09:46 +01:00
LookupNode ( context . Context , * LookupNodeRequest ) ( * LookupNodeResponse , error )
2019-09-05 00:05:51 +01:00
// NodeInfo sends a PING RPC to a node and returns its local info
2019-09-12 22:09:46 +01:00
NodeInfo ( context . Context , * NodeInfoRequest ) ( * NodeInfoResponse , error )
2019-09-05 00:05:51 +01:00
// FindNear returns limit number of IDs "near" the Start ID
2019-09-12 22:09:46 +01:00
FindNear ( context . Context , * FindNearRequest ) ( * FindNearResponse , error )
2019-09-05 00:05:51 +01:00
// DumpNodes returns all the nodes in the node database
2019-09-12 22:09:46 +01:00
DumpNodes ( context . Context , * DumpNodesRequest ) ( * DumpNodesResponse , error )
2019-09-05 00:05:51 +01:00
// GetBucketList returns all the buckets with all their nodes
2019-09-12 22:09:46 +01:00
GetBucketList ( context . Context , * GetBucketListRequest ) ( * GetBucketListResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCKadInspectorDescription struct { }
func ( DRPCKadInspectorDescription ) NumMethods ( ) int { return 7 }
func ( DRPCKadInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.KadInspector/CountNodes" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCKadInspectorServer ) .
2019-09-12 22:09:46 +01:00
CountNodes (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * CountNodesRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCKadInspectorServer . CountNodes , true
2019-09-05 00:05:51 +01:00
case 1 :
return "/inspector.KadInspector/PingNode" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCKadInspectorServer ) .
2019-09-12 22:09:46 +01:00
PingNode (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * PingNodeRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCKadInspectorServer . PingNode , true
2019-09-05 00:05:51 +01:00
case 2 :
return "/inspector.KadInspector/LookupNode" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCKadInspectorServer ) .
2019-09-12 22:09:46 +01:00
LookupNode (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * LookupNodeRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCKadInspectorServer . LookupNode , true
2019-09-05 00:05:51 +01:00
case 3 :
return "/inspector.KadInspector/NodeInfo" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCKadInspectorServer ) .
2019-09-12 22:09:46 +01:00
NodeInfo (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * NodeInfoRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCKadInspectorServer . NodeInfo , true
2019-09-05 00:05:51 +01:00
case 4 :
return "/inspector.KadInspector/FindNear" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCKadInspectorServer ) .
2019-09-12 22:09:46 +01:00
FindNear (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * FindNearRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCKadInspectorServer . FindNear , true
2019-09-05 00:05:51 +01:00
case 5 :
return "/inspector.KadInspector/DumpNodes" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCKadInspectorServer ) .
2019-09-12 22:09:46 +01:00
DumpNodes (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * DumpNodesRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCKadInspectorServer . DumpNodes , true
2019-09-05 00:05:51 +01:00
case 6 :
return "/inspector.KadInspector/GetBucketList" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCKadInspectorServer ) .
2019-09-12 22:09:46 +01:00
GetBucketList (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * GetBucketListRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCKadInspectorServer . GetBucketList , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterKadInspector ( srv drpc . Server , impl DRPCKadInspectorServer ) {
srv . Register ( impl , DRPCKadInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCKadInspector_CountNodesStream interface {
drpc . Stream
SendAndClose ( * CountNodesResponse ) error
}
type drpcKadInspectorCountNodesStream struct {
drpc . Stream
}
func ( x * drpcKadInspectorCountNodesStream ) SendAndClose ( m * CountNodesResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCKadInspector_PingNodeStream interface {
drpc . Stream
SendAndClose ( * PingNodeResponse ) error
}
type drpcKadInspectorPingNodeStream struct {
drpc . Stream
}
func ( x * drpcKadInspectorPingNodeStream ) SendAndClose ( m * PingNodeResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCKadInspector_LookupNodeStream interface {
drpc . Stream
SendAndClose ( * LookupNodeResponse ) error
}
type drpcKadInspectorLookupNodeStream struct {
drpc . Stream
}
func ( x * drpcKadInspectorLookupNodeStream ) SendAndClose ( m * LookupNodeResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCKadInspector_NodeInfoStream interface {
drpc . Stream
SendAndClose ( * NodeInfoResponse ) error
}
type drpcKadInspectorNodeInfoStream struct {
drpc . Stream
}
func ( x * drpcKadInspectorNodeInfoStream ) SendAndClose ( m * NodeInfoResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCKadInspector_FindNearStream interface {
drpc . Stream
SendAndClose ( * FindNearResponse ) error
}
type drpcKadInspectorFindNearStream struct {
drpc . Stream
}
func ( x * drpcKadInspectorFindNearStream ) SendAndClose ( m * FindNearResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCKadInspector_DumpNodesStream interface {
drpc . Stream
SendAndClose ( * DumpNodesResponse ) error
}
type drpcKadInspectorDumpNodesStream struct {
drpc . Stream
}
func ( x * drpcKadInspectorDumpNodesStream ) SendAndClose ( m * DumpNodesResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCKadInspector_GetBucketListStream interface {
drpc . Stream
SendAndClose ( * GetBucketListResponse ) error
}
type drpcKadInspectorGetBucketListStream struct {
drpc . Stream
}
func ( x * drpcKadInspectorGetBucketListStream ) SendAndClose ( m * GetBucketListResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCOverlayInspectorClient interface {
DRPCConn ( ) drpc . Conn
// CountNodes returns the number of nodes in the cache
CountNodes ( ctx context . Context , in * CountNodesRequest ) ( * CountNodesResponse , error )
// DumpNodes returns all the nodes in the cache
DumpNodes ( ctx context . Context , in * DumpNodesRequest ) ( * DumpNodesResponse , error )
}
type drpcOverlayInspectorClient struct {
cc drpc . Conn
}
func NewDRPCOverlayInspectorClient ( cc drpc . Conn ) DRPCOverlayInspectorClient {
return & drpcOverlayInspectorClient { cc }
}
func ( c * drpcOverlayInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcOverlayInspectorClient ) CountNodes ( ctx context . Context , in * CountNodesRequest ) ( * CountNodesResponse , error ) {
out := new ( CountNodesResponse )
err := c . cc . Invoke ( ctx , "/inspector.OverlayInspector/CountNodes" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcOverlayInspectorClient ) DumpNodes ( ctx context . Context , in * DumpNodesRequest ) ( * DumpNodesResponse , error ) {
out := new ( DumpNodesResponse )
err := c . cc . Invoke ( ctx , "/inspector.OverlayInspector/DumpNodes" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCOverlayInspectorServer interface {
// CountNodes returns the number of nodes in the cache
2019-09-12 22:09:46 +01:00
CountNodes ( context . Context , * CountNodesRequest ) ( * CountNodesResponse , error )
2019-09-05 00:05:51 +01:00
// DumpNodes returns all the nodes in the cache
2019-09-12 22:09:46 +01:00
DumpNodes ( context . Context , * DumpNodesRequest ) ( * DumpNodesResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCOverlayInspectorDescription struct { }
func ( DRPCOverlayInspectorDescription ) NumMethods ( ) int { return 2 }
func ( DRPCOverlayInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.OverlayInspector/CountNodes" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCOverlayInspectorServer ) .
2019-09-12 22:09:46 +01:00
CountNodes (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * CountNodesRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCOverlayInspectorServer . CountNodes , true
2019-09-05 00:05:51 +01:00
case 1 :
return "/inspector.OverlayInspector/DumpNodes" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCOverlayInspectorServer ) .
2019-09-12 22:09:46 +01:00
DumpNodes (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * DumpNodesRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCOverlayInspectorServer . DumpNodes , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterOverlayInspector ( srv drpc . Server , impl DRPCOverlayInspectorServer ) {
srv . Register ( impl , DRPCOverlayInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCOverlayInspector_CountNodesStream interface {
drpc . Stream
SendAndClose ( * CountNodesResponse ) error
}
type drpcOverlayInspectorCountNodesStream struct {
drpc . Stream
}
func ( x * drpcOverlayInspectorCountNodesStream ) SendAndClose ( m * CountNodesResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCOverlayInspector_DumpNodesStream interface {
drpc . Stream
SendAndClose ( * DumpNodesResponse ) error
}
type drpcOverlayInspectorDumpNodesStream struct {
drpc . Stream
}
func ( x * drpcOverlayInspectorDumpNodesStream ) SendAndClose ( m * DumpNodesResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCPieceStoreInspectorClient interface {
DRPCConn ( ) drpc . Conn
// Stats return space and bandwidth stats for a storagenode
Stats ( ctx context . Context , in * StatsRequest ) ( * StatSummaryResponse , error )
// Dashboard returns stats for a specific storagenode
Dashboard ( ctx context . Context , in * DashboardRequest ) ( * DashboardResponse , error )
}
type drpcPieceStoreInspectorClient struct {
cc drpc . Conn
}
func NewDRPCPieceStoreInspectorClient ( cc drpc . Conn ) DRPCPieceStoreInspectorClient {
return & drpcPieceStoreInspectorClient { cc }
}
func ( c * drpcPieceStoreInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcPieceStoreInspectorClient ) Stats ( ctx context . Context , in * StatsRequest ) ( * StatSummaryResponse , error ) {
out := new ( StatSummaryResponse )
err := c . cc . Invoke ( ctx , "/inspector.PieceStoreInspector/Stats" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcPieceStoreInspectorClient ) Dashboard ( ctx context . Context , in * DashboardRequest ) ( * DashboardResponse , error ) {
out := new ( DashboardResponse )
err := c . cc . Invoke ( ctx , "/inspector.PieceStoreInspector/Dashboard" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCPieceStoreInspectorServer interface {
// Stats return space and bandwidth stats for a storagenode
2019-09-12 22:09:46 +01:00
Stats ( context . Context , * StatsRequest ) ( * StatSummaryResponse , error )
2019-09-05 00:05:51 +01:00
// Dashboard returns stats for a specific storagenode
2019-09-12 22:09:46 +01:00
Dashboard ( context . Context , * DashboardRequest ) ( * DashboardResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCPieceStoreInspectorDescription struct { }
func ( DRPCPieceStoreInspectorDescription ) NumMethods ( ) int { return 2 }
func ( DRPCPieceStoreInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.PieceStoreInspector/Stats" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCPieceStoreInspectorServer ) .
2019-09-12 22:09:46 +01:00
Stats (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * StatsRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCPieceStoreInspectorServer . Stats , true
2019-09-05 00:05:51 +01:00
case 1 :
return "/inspector.PieceStoreInspector/Dashboard" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCPieceStoreInspectorServer ) .
2019-09-12 22:09:46 +01:00
Dashboard (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * DashboardRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCPieceStoreInspectorServer . Dashboard , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterPieceStoreInspector ( srv drpc . Server , impl DRPCPieceStoreInspectorServer ) {
srv . Register ( impl , DRPCPieceStoreInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCPieceStoreInspector_StatsStream interface {
drpc . Stream
SendAndClose ( * StatSummaryResponse ) error
}
type drpcPieceStoreInspectorStatsStream struct {
drpc . Stream
}
func ( x * drpcPieceStoreInspectorStatsStream ) SendAndClose ( m * StatSummaryResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCPieceStoreInspector_DashboardStream interface {
drpc . Stream
SendAndClose ( * DashboardResponse ) error
}
type drpcPieceStoreInspectorDashboardStream struct {
drpc . Stream
}
func ( x * drpcPieceStoreInspectorDashboardStream ) SendAndClose ( m * DashboardResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCIrreparableInspectorClient interface {
DRPCConn ( ) drpc . Conn
// ListIrreparableSegments returns damaged segments
ListIrreparableSegments ( ctx context . Context , in * ListIrreparableSegmentsRequest ) ( * ListIrreparableSegmentsResponse , error )
}
type drpcIrreparableInspectorClient struct {
cc drpc . Conn
}
func NewDRPCIrreparableInspectorClient ( cc drpc . Conn ) DRPCIrreparableInspectorClient {
return & drpcIrreparableInspectorClient { cc }
}
func ( c * drpcIrreparableInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcIrreparableInspectorClient ) ListIrreparableSegments ( ctx context . Context , in * ListIrreparableSegmentsRequest ) ( * ListIrreparableSegmentsResponse , error ) {
out := new ( ListIrreparableSegmentsResponse )
err := c . cc . Invoke ( ctx , "/inspector.IrreparableInspector/ListIrreparableSegments" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCIrreparableInspectorServer interface {
// ListIrreparableSegments returns damaged segments
2019-09-12 22:09:46 +01:00
ListIrreparableSegments ( context . Context , * ListIrreparableSegmentsRequest ) ( * ListIrreparableSegmentsResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCIrreparableInspectorDescription struct { }
func ( DRPCIrreparableInspectorDescription ) NumMethods ( ) int { return 1 }
func ( DRPCIrreparableInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.IrreparableInspector/ListIrreparableSegments" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCIrreparableInspectorServer ) .
2019-09-12 22:09:46 +01:00
ListIrreparableSegments (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * ListIrreparableSegmentsRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCIrreparableInspectorServer . ListIrreparableSegments , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterIrreparableInspector ( srv drpc . Server , impl DRPCIrreparableInspectorServer ) {
srv . Register ( impl , DRPCIrreparableInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCIrreparableInspector_ListIrreparableSegmentsStream interface {
drpc . Stream
SendAndClose ( * ListIrreparableSegmentsResponse ) error
}
type drpcIrreparableInspectorListIrreparableSegmentsStream struct {
drpc . Stream
}
func ( x * drpcIrreparableInspectorListIrreparableSegmentsStream ) SendAndClose ( m * ListIrreparableSegmentsResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCHealthInspectorClient interface {
DRPCConn ( ) drpc . Conn
// ObjectHealth will return stats about the health of an object
ObjectHealth ( ctx context . Context , in * ObjectHealthRequest ) ( * ObjectHealthResponse , error )
// SegmentHealth will return stats about the health of a segment
SegmentHealth ( ctx context . Context , in * SegmentHealthRequest ) ( * SegmentHealthResponse , error )
}
type drpcHealthInspectorClient struct {
cc drpc . Conn
}
func NewDRPCHealthInspectorClient ( cc drpc . Conn ) DRPCHealthInspectorClient {
return & drpcHealthInspectorClient { cc }
}
func ( c * drpcHealthInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcHealthInspectorClient ) ObjectHealth ( ctx context . Context , in * ObjectHealthRequest ) ( * ObjectHealthResponse , error ) {
out := new ( ObjectHealthResponse )
err := c . cc . Invoke ( ctx , "/inspector.HealthInspector/ObjectHealth" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcHealthInspectorClient ) SegmentHealth ( ctx context . Context , in * SegmentHealthRequest ) ( * SegmentHealthResponse , error ) {
out := new ( SegmentHealthResponse )
err := c . cc . Invoke ( ctx , "/inspector.HealthInspector/SegmentHealth" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCHealthInspectorServer interface {
// ObjectHealth will return stats about the health of an object
2019-09-12 22:09:46 +01:00
ObjectHealth ( context . Context , * ObjectHealthRequest ) ( * ObjectHealthResponse , error )
2019-09-05 00:05:51 +01:00
// SegmentHealth will return stats about the health of a segment
2019-09-12 22:09:46 +01:00
SegmentHealth ( context . Context , * SegmentHealthRequest ) ( * SegmentHealthResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCHealthInspectorDescription struct { }
func ( DRPCHealthInspectorDescription ) NumMethods ( ) int { return 2 }
func ( DRPCHealthInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.HealthInspector/ObjectHealth" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCHealthInspectorServer ) .
2019-09-12 22:09:46 +01:00
ObjectHealth (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * ObjectHealthRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCHealthInspectorServer . ObjectHealth , true
2019-09-05 00:05:51 +01:00
case 1 :
return "/inspector.HealthInspector/SegmentHealth" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCHealthInspectorServer ) .
2019-09-12 22:09:46 +01:00
SegmentHealth (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * SegmentHealthRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCHealthInspectorServer . SegmentHealth , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterHealthInspector ( srv drpc . Server , impl DRPCHealthInspectorServer ) {
srv . Register ( impl , DRPCHealthInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCHealthInspector_ObjectHealthStream interface {
drpc . Stream
SendAndClose ( * ObjectHealthResponse ) error
}
type drpcHealthInspectorObjectHealthStream struct {
drpc . Stream
}
func ( x * drpcHealthInspectorObjectHealthStream ) SendAndClose ( m * ObjectHealthResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCHealthInspector_SegmentHealthStream interface {
drpc . Stream
SendAndClose ( * SegmentHealthResponse ) error
}
type drpcHealthInspectorSegmentHealthStream struct {
drpc . Stream
}
func ( x * drpcHealthInspectorSegmentHealthStream ) SendAndClose ( m * SegmentHealthResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
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" ,
}