storj/protos/netstate/netstate.pb.go

1029 lines
37 KiB
Go
Raw Normal View History

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: netstate.proto
package netstate
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import timestamp "github.com/golang/protobuf/ptypes/timestamp"
import (
context "golang.org/x/net/context"
grpc "google.golang.org/grpc"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
type RedundancyScheme_SchemeType int32
const (
RedundancyScheme_RS RedundancyScheme_SchemeType = 0
)
var RedundancyScheme_SchemeType_name = map[int32]string{
0: "RS",
}
var RedundancyScheme_SchemeType_value = map[string]int32{
"RS": 0,
}
func (x RedundancyScheme_SchemeType) String() string {
return proto.EnumName(RedundancyScheme_SchemeType_name, int32(x))
}
func (RedundancyScheme_SchemeType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{0, 0}
}
type EncryptionScheme_EncryptionType int32
const (
EncryptionScheme_AESGCM EncryptionScheme_EncryptionType = 0
EncryptionScheme_SECRETBOX EncryptionScheme_EncryptionType = 1
)
var EncryptionScheme_EncryptionType_name = map[int32]string{
0: "AESGCM",
1: "SECRETBOX",
}
var EncryptionScheme_EncryptionType_value = map[string]int32{
"AESGCM": 0,
"SECRETBOX": 1,
}
func (x EncryptionScheme_EncryptionType) String() string {
return proto.EnumName(EncryptionScheme_EncryptionType_name, int32(x))
}
func (EncryptionScheme_EncryptionType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{1, 0}
}
type Pointer_DataType int32
const (
Pointer_INLINE Pointer_DataType = 0
Pointer_REMOTE Pointer_DataType = 1
)
var Pointer_DataType_name = map[int32]string{
0: "INLINE",
1: "REMOTE",
}
var Pointer_DataType_value = map[string]int32{
"INLINE": 0,
"REMOTE": 1,
}
func (x Pointer_DataType) String() string {
return proto.EnumName(Pointer_DataType_name, int32(x))
}
func (Pointer_DataType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{4, 0}
}
type RedundancyScheme struct {
Type RedundancyScheme_SchemeType `protobuf:"varint,1,opt,name=type,enum=netstate.RedundancyScheme_SchemeType" json:"type,omitempty"`
// these values apply to RS encoding
MinReq int64 `protobuf:"varint,2,opt,name=min_req,json=minReq" json:"min_req,omitempty"`
Total int64 `protobuf:"varint,3,opt,name=total" json:"total,omitempty"`
RepairThreshold int64 `protobuf:"varint,4,opt,name=repair_threshold,json=repairThreshold" json:"repair_threshold,omitempty"`
SuccessThreshold int64 `protobuf:"varint,5,opt,name=success_threshold,json=successThreshold" json:"success_threshold,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *RedundancyScheme) Reset() { *m = RedundancyScheme{} }
func (m *RedundancyScheme) String() string { return proto.CompactTextString(m) }
func (*RedundancyScheme) ProtoMessage() {}
func (*RedundancyScheme) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{0}
}
func (m *RedundancyScheme) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RedundancyScheme.Unmarshal(m, b)
}
func (m *RedundancyScheme) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RedundancyScheme.Marshal(b, m, deterministic)
}
func (dst *RedundancyScheme) XXX_Merge(src proto.Message) {
xxx_messageInfo_RedundancyScheme.Merge(dst, src)
}
func (m *RedundancyScheme) XXX_Size() int {
return xxx_messageInfo_RedundancyScheme.Size(m)
}
func (m *RedundancyScheme) XXX_DiscardUnknown() {
xxx_messageInfo_RedundancyScheme.DiscardUnknown(m)
}
var xxx_messageInfo_RedundancyScheme proto.InternalMessageInfo
func (m *RedundancyScheme) GetType() RedundancyScheme_SchemeType {
if m != nil {
return m.Type
}
return RedundancyScheme_RS
}
func (m *RedundancyScheme) GetMinReq() int64 {
if m != nil {
return m.MinReq
}
return 0
}
func (m *RedundancyScheme) GetTotal() int64 {
if m != nil {
return m.Total
}
return 0
}
func (m *RedundancyScheme) GetRepairThreshold() int64 {
if m != nil {
return m.RepairThreshold
}
return 0
}
func (m *RedundancyScheme) GetSuccessThreshold() int64 {
if m != nil {
return m.SuccessThreshold
}
return 0
}
type EncryptionScheme struct {
Type EncryptionScheme_EncryptionType `protobuf:"varint,1,opt,name=type,enum=netstate.EncryptionScheme_EncryptionType" json:"type,omitempty"`
EncryptedEncryptionKey []byte `protobuf:"bytes,2,opt,name=encrypted_encryption_key,json=encryptedEncryptionKey,proto3" json:"encrypted_encryption_key,omitempty"`
EncryptedStartingNonce []byte `protobuf:"bytes,3,opt,name=encrypted_starting_nonce,json=encryptedStartingNonce,proto3" json:"encrypted_starting_nonce,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *EncryptionScheme) Reset() { *m = EncryptionScheme{} }
func (m *EncryptionScheme) String() string { return proto.CompactTextString(m) }
func (*EncryptionScheme) ProtoMessage() {}
func (*EncryptionScheme) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{1}
}
func (m *EncryptionScheme) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_EncryptionScheme.Unmarshal(m, b)
}
func (m *EncryptionScheme) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_EncryptionScheme.Marshal(b, m, deterministic)
}
func (dst *EncryptionScheme) XXX_Merge(src proto.Message) {
xxx_messageInfo_EncryptionScheme.Merge(dst, src)
}
func (m *EncryptionScheme) XXX_Size() int {
return xxx_messageInfo_EncryptionScheme.Size(m)
}
func (m *EncryptionScheme) XXX_DiscardUnknown() {
xxx_messageInfo_EncryptionScheme.DiscardUnknown(m)
}
var xxx_messageInfo_EncryptionScheme proto.InternalMessageInfo
func (m *EncryptionScheme) GetType() EncryptionScheme_EncryptionType {
if m != nil {
return m.Type
}
return EncryptionScheme_AESGCM
}
func (m *EncryptionScheme) GetEncryptedEncryptionKey() []byte {
if m != nil {
return m.EncryptedEncryptionKey
}
return nil
}
func (m *EncryptionScheme) GetEncryptedStartingNonce() []byte {
if m != nil {
return m.EncryptedStartingNonce
}
return nil
}
type RemotePiece struct {
PieceNum int64 `protobuf:"varint,1,opt,name=piece_num,json=pieceNum" json:"piece_num,omitempty"`
NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId" json:"node_id,omitempty"`
Size int64 `protobuf:"varint,3,opt,name=size" json:"size,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *RemotePiece) Reset() { *m = RemotePiece{} }
func (m *RemotePiece) String() string { return proto.CompactTextString(m) }
func (*RemotePiece) ProtoMessage() {}
func (*RemotePiece) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{2}
}
func (m *RemotePiece) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemotePiece.Unmarshal(m, b)
}
func (m *RemotePiece) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemotePiece.Marshal(b, m, deterministic)
}
func (dst *RemotePiece) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemotePiece.Merge(dst, src)
}
func (m *RemotePiece) XXX_Size() int {
return xxx_messageInfo_RemotePiece.Size(m)
}
func (m *RemotePiece) XXX_DiscardUnknown() {
xxx_messageInfo_RemotePiece.DiscardUnknown(m)
}
var xxx_messageInfo_RemotePiece proto.InternalMessageInfo
func (m *RemotePiece) GetPieceNum() int64 {
if m != nil {
return m.PieceNum
}
return 0
}
func (m *RemotePiece) GetNodeId() string {
if m != nil {
return m.NodeId
}
return ""
}
func (m *RemotePiece) GetSize() int64 {
if m != nil {
return m.Size
}
return 0
}
type RemoteSegment struct {
Redundancy *RedundancyScheme `protobuf:"bytes,1,opt,name=redundancy" json:"redundancy,omitempty"`
PieceId string `protobuf:"bytes,2,opt,name=piece_id,json=pieceId" json:"piece_id,omitempty"`
RemotePieces []*RemotePiece `protobuf:"bytes,3,rep,name=remote_pieces,json=remotePieces" json:"remote_pieces,omitempty"`
MerkleRoot []byte `protobuf:"bytes,4,opt,name=merkle_root,json=merkleRoot,proto3" json:"merkle_root,omitempty"`
MerkleSize int64 `protobuf:"varint,5,opt,name=merkle_size,json=merkleSize" json:"merkle_size,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *RemoteSegment) Reset() { *m = RemoteSegment{} }
func (m *RemoteSegment) String() string { return proto.CompactTextString(m) }
func (*RemoteSegment) ProtoMessage() {}
func (*RemoteSegment) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{3}
}
func (m *RemoteSegment) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemoteSegment.Unmarshal(m, b)
}
func (m *RemoteSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemoteSegment.Marshal(b, m, deterministic)
}
func (dst *RemoteSegment) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemoteSegment.Merge(dst, src)
}
func (m *RemoteSegment) XXX_Size() int {
return xxx_messageInfo_RemoteSegment.Size(m)
}
func (m *RemoteSegment) XXX_DiscardUnknown() {
xxx_messageInfo_RemoteSegment.DiscardUnknown(m)
}
var xxx_messageInfo_RemoteSegment proto.InternalMessageInfo
func (m *RemoteSegment) GetRedundancy() *RedundancyScheme {
if m != nil {
return m.Redundancy
}
return nil
}
func (m *RemoteSegment) GetPieceId() string {
if m != nil {
return m.PieceId
}
return ""
}
func (m *RemoteSegment) GetRemotePieces() []*RemotePiece {
if m != nil {
return m.RemotePieces
}
return nil
}
func (m *RemoteSegment) GetMerkleRoot() []byte {
if m != nil {
return m.MerkleRoot
}
return nil
}
func (m *RemoteSegment) GetMerkleSize() int64 {
if m != nil {
return m.MerkleSize
}
return 0
}
type Pointer struct {
Type Pointer_DataType `protobuf:"varint,1,opt,name=type,enum=netstate.Pointer_DataType" json:"type,omitempty"`
Encryption *EncryptionScheme `protobuf:"bytes,2,opt,name=encryption" json:"encryption,omitempty"`
InlineSegment []byte `protobuf:"bytes,3,opt,name=inline_segment,json=inlineSegment,proto3" json:"inline_segment,omitempty"`
Remote *RemoteSegment `protobuf:"bytes,4,opt,name=remote" json:"remote,omitempty"`
EncryptedUnencryptedSize []byte `protobuf:"bytes,5,opt,name=encrypted_unencrypted_size,json=encryptedUnencryptedSize,proto3" json:"encrypted_unencrypted_size,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,6,opt,name=creation_date,json=creationDate" json:"creation_date,omitempty"`
ExpirationDate *timestamp.Timestamp `protobuf:"bytes,7,opt,name=expiration_date,json=expirationDate" json:"expiration_date,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Pointer) Reset() { *m = Pointer{} }
func (m *Pointer) String() string { return proto.CompactTextString(m) }
func (*Pointer) ProtoMessage() {}
func (*Pointer) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{4}
}
func (m *Pointer) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Pointer.Unmarshal(m, b)
}
func (m *Pointer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Pointer.Marshal(b, m, deterministic)
}
func (dst *Pointer) XXX_Merge(src proto.Message) {
xxx_messageInfo_Pointer.Merge(dst, src)
}
func (m *Pointer) XXX_Size() int {
return xxx_messageInfo_Pointer.Size(m)
}
func (m *Pointer) XXX_DiscardUnknown() {
xxx_messageInfo_Pointer.DiscardUnknown(m)
}
var xxx_messageInfo_Pointer proto.InternalMessageInfo
func (m *Pointer) GetType() Pointer_DataType {
if m != nil {
return m.Type
}
return Pointer_INLINE
}
func (m *Pointer) GetEncryption() *EncryptionScheme {
if m != nil {
return m.Encryption
}
return nil
}
func (m *Pointer) GetInlineSegment() []byte {
if m != nil {
return m.InlineSegment
}
return nil
}
func (m *Pointer) GetRemote() *RemoteSegment {
if m != nil {
return m.Remote
}
return nil
}
func (m *Pointer) GetEncryptedUnencryptedSize() []byte {
if m != nil {
return m.EncryptedUnencryptedSize
}
return nil
}
func (m *Pointer) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *Pointer) GetExpirationDate() *timestamp.Timestamp {
if m != nil {
return m.ExpirationDate
}
return nil
}
// PutRequest is a request message for the Put rpc call
type PutRequest struct {
Path []byte `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
Pointer *Pointer `protobuf:"bytes,2,opt,name=pointer" json:"pointer,omitempty"`
APIKey []byte `protobuf:"bytes,3,opt,name=APIKey,proto3" json:"APIKey,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PutRequest) Reset() { *m = PutRequest{} }
func (m *PutRequest) String() string { return proto.CompactTextString(m) }
func (*PutRequest) ProtoMessage() {}
func (*PutRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{5}
}
func (m *PutRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PutRequest.Unmarshal(m, b)
}
func (m *PutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PutRequest.Marshal(b, m, deterministic)
}
func (dst *PutRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_PutRequest.Merge(dst, src)
}
func (m *PutRequest) XXX_Size() int {
return xxx_messageInfo_PutRequest.Size(m)
}
func (m *PutRequest) XXX_DiscardUnknown() {
xxx_messageInfo_PutRequest.DiscardUnknown(m)
}
var xxx_messageInfo_PutRequest proto.InternalMessageInfo
func (m *PutRequest) GetPath() []byte {
if m != nil {
return m.Path
}
return nil
}
func (m *PutRequest) GetPointer() *Pointer {
if m != nil {
return m.Pointer
}
return nil
}
func (m *PutRequest) GetAPIKey() []byte {
if m != nil {
return m.APIKey
}
return nil
}
// GetRequest is a request message for the Get rpc call
type GetRequest struct {
Path []byte `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
APIKey []byte `protobuf:"bytes,2,opt,name=APIKey,proto3" json:"APIKey,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetRequest) Reset() { *m = GetRequest{} }
func (m *GetRequest) String() string { return proto.CompactTextString(m) }
func (*GetRequest) ProtoMessage() {}
func (*GetRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{6}
}
func (m *GetRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetRequest.Unmarshal(m, b)
}
func (m *GetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetRequest.Marshal(b, m, deterministic)
}
func (dst *GetRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetRequest.Merge(dst, src)
}
func (m *GetRequest) XXX_Size() int {
return xxx_messageInfo_GetRequest.Size(m)
}
func (m *GetRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetRequest proto.InternalMessageInfo
func (m *GetRequest) GetPath() []byte {
if m != nil {
return m.Path
}
return nil
}
func (m *GetRequest) GetAPIKey() []byte {
if m != nil {
return m.APIKey
}
return nil
}
// ListRequest is a request message for the List rpc call
type ListRequest struct {
StartingPathKey []byte `protobuf:"bytes,1,opt,name=starting_path_key,json=startingPathKey,proto3" json:"starting_path_key,omitempty"`
Limit int64 `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
APIKey []byte `protobuf:"bytes,3,opt,name=APIKey,proto3" json:"APIKey,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListRequest) Reset() { *m = ListRequest{} }
func (m *ListRequest) String() string { return proto.CompactTextString(m) }
func (*ListRequest) ProtoMessage() {}
func (*ListRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{7}
}
func (m *ListRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListRequest.Unmarshal(m, b)
}
func (m *ListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListRequest.Marshal(b, m, deterministic)
}
func (dst *ListRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListRequest.Merge(dst, src)
}
func (m *ListRequest) XXX_Size() int {
return xxx_messageInfo_ListRequest.Size(m)
}
func (m *ListRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ListRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ListRequest proto.InternalMessageInfo
func (m *ListRequest) GetStartingPathKey() []byte {
if m != nil {
return m.StartingPathKey
}
return nil
}
func (m *ListRequest) GetLimit() int64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *ListRequest) GetAPIKey() []byte {
if m != nil {
return m.APIKey
}
return nil
}
// PutResponse is a response message for the Put rpc call
type PutResponse struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PutResponse) Reset() { *m = PutResponse{} }
func (m *PutResponse) String() string { return proto.CompactTextString(m) }
func (*PutResponse) ProtoMessage() {}
func (*PutResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{8}
}
func (m *PutResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PutResponse.Unmarshal(m, b)
}
func (m *PutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PutResponse.Marshal(b, m, deterministic)
}
func (dst *PutResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_PutResponse.Merge(dst, src)
}
func (m *PutResponse) XXX_Size() int {
return xxx_messageInfo_PutResponse.Size(m)
}
func (m *PutResponse) XXX_DiscardUnknown() {
xxx_messageInfo_PutResponse.DiscardUnknown(m)
}
var xxx_messageInfo_PutResponse proto.InternalMessageInfo
// GetResponse is a response message for the Get rpc call
type GetResponse struct {
Pointer []byte `protobuf:"bytes,1,opt,name=pointer,proto3" json:"pointer,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetResponse) Reset() { *m = GetResponse{} }
func (m *GetResponse) String() string { return proto.CompactTextString(m) }
func (*GetResponse) ProtoMessage() {}
func (*GetResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{9}
}
func (m *GetResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetResponse.Unmarshal(m, b)
}
func (m *GetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetResponse.Marshal(b, m, deterministic)
}
func (dst *GetResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetResponse.Merge(dst, src)
}
func (m *GetResponse) XXX_Size() int {
return xxx_messageInfo_GetResponse.Size(m)
}
func (m *GetResponse) XXX_DiscardUnknown() {
xxx_messageInfo_GetResponse.DiscardUnknown(m)
}
var xxx_messageInfo_GetResponse proto.InternalMessageInfo
func (m *GetResponse) GetPointer() []byte {
if m != nil {
return m.Pointer
}
return nil
}
// ListResponse is a response message for the List rpc call
type ListResponse struct {
Paths [][]byte `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListResponse) Reset() { *m = ListResponse{} }
func (m *ListResponse) String() string { return proto.CompactTextString(m) }
func (*ListResponse) ProtoMessage() {}
func (*ListResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{10}
}
func (m *ListResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListResponse.Unmarshal(m, b)
}
func (m *ListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListResponse.Marshal(b, m, deterministic)
}
func (dst *ListResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListResponse.Merge(dst, src)
}
func (m *ListResponse) XXX_Size() int {
return xxx_messageInfo_ListResponse.Size(m)
}
func (m *ListResponse) XXX_DiscardUnknown() {
xxx_messageInfo_ListResponse.DiscardUnknown(m)
}
var xxx_messageInfo_ListResponse proto.InternalMessageInfo
func (m *ListResponse) GetPaths() [][]byte {
if m != nil {
return m.Paths
}
return nil
}
type DeleteRequest struct {
Path []byte `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
APIKey []byte `protobuf:"bytes,2,opt,name=APIKey,proto3" json:"APIKey,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeleteRequest) Reset() { *m = DeleteRequest{} }
func (m *DeleteRequest) String() string { return proto.CompactTextString(m) }
func (*DeleteRequest) ProtoMessage() {}
func (*DeleteRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{11}
}
func (m *DeleteRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteRequest.Unmarshal(m, b)
}
func (m *DeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteRequest.Marshal(b, m, deterministic)
}
func (dst *DeleteRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteRequest.Merge(dst, src)
}
func (m *DeleteRequest) XXX_Size() int {
return xxx_messageInfo_DeleteRequest.Size(m)
}
func (m *DeleteRequest) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteRequest.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteRequest proto.InternalMessageInfo
func (m *DeleteRequest) GetPath() []byte {
if m != nil {
return m.Path
}
return nil
}
func (m *DeleteRequest) GetAPIKey() []byte {
if m != nil {
return m.APIKey
}
return nil
}
// DeleteResponse is a response message for the Delete rpc call
type DeleteResponse struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeleteResponse) Reset() { *m = DeleteResponse{} }
func (m *DeleteResponse) String() string { return proto.CompactTextString(m) }
func (*DeleteResponse) ProtoMessage() {}
func (*DeleteResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_netstate_bbb6a6d197f0266f, []int{12}
}
func (m *DeleteResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteResponse.Unmarshal(m, b)
}
func (m *DeleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteResponse.Marshal(b, m, deterministic)
}
func (dst *DeleteResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteResponse.Merge(dst, src)
}
func (m *DeleteResponse) XXX_Size() int {
return xxx_messageInfo_DeleteResponse.Size(m)
}
func (m *DeleteResponse) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteResponse.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteResponse proto.InternalMessageInfo
func init() {
proto.RegisterType((*RedundancyScheme)(nil), "netstate.RedundancyScheme")
proto.RegisterType((*EncryptionScheme)(nil), "netstate.EncryptionScheme")
proto.RegisterType((*RemotePiece)(nil), "netstate.RemotePiece")
proto.RegisterType((*RemoteSegment)(nil), "netstate.RemoteSegment")
proto.RegisterType((*Pointer)(nil), "netstate.Pointer")
proto.RegisterType((*PutRequest)(nil), "netstate.PutRequest")
proto.RegisterType((*GetRequest)(nil), "netstate.GetRequest")
proto.RegisterType((*ListRequest)(nil), "netstate.ListRequest")
proto.RegisterType((*PutResponse)(nil), "netstate.PutResponse")
proto.RegisterType((*GetResponse)(nil), "netstate.GetResponse")
proto.RegisterType((*ListResponse)(nil), "netstate.ListResponse")
proto.RegisterType((*DeleteRequest)(nil), "netstate.DeleteRequest")
proto.RegisterType((*DeleteResponse)(nil), "netstate.DeleteResponse")
proto.RegisterEnum("netstate.RedundancyScheme_SchemeType", RedundancyScheme_SchemeType_name, RedundancyScheme_SchemeType_value)
proto.RegisterEnum("netstate.EncryptionScheme_EncryptionType", EncryptionScheme_EncryptionType_name, EncryptionScheme_EncryptionType_value)
proto.RegisterEnum("netstate.Pointer_DataType", Pointer_DataType_name, Pointer_DataType_value)
}
// 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
// NetStateClient is the client API for NetState service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type NetStateClient interface {
// Put formats and hands off a file path to be saved to boltdb
Put(ctx context.Context, in *PutRequest, opts ...grpc.CallOption) (*PutResponse, error)
// Get formats and hands off a file path to get a small value from boltdb
Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error)
// List calls the bolt client's List function and returns all file paths
List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error)
// Delete formats and hands off a file path to delete from boltdb
Delete(ctx context.Context, in *DeleteRequest, opts ...grpc.CallOption) (*DeleteResponse, error)
}
type netStateClient struct {
cc *grpc.ClientConn
}
func NewNetStateClient(cc *grpc.ClientConn) NetStateClient {
return &netStateClient{cc}
}
func (c *netStateClient) Put(ctx context.Context, in *PutRequest, opts ...grpc.CallOption) (*PutResponse, error) {
out := new(PutResponse)
err := c.cc.Invoke(ctx, "/netstate.NetState/Put", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *netStateClient) Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error) {
out := new(GetResponse)
err := c.cc.Invoke(ctx, "/netstate.NetState/Get", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *netStateClient) List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error) {
out := new(ListResponse)
err := c.cc.Invoke(ctx, "/netstate.NetState/List", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *netStateClient) Delete(ctx context.Context, in *DeleteRequest, opts ...grpc.CallOption) (*DeleteResponse, error) {
out := new(DeleteResponse)
err := c.cc.Invoke(ctx, "/netstate.NetState/Delete", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// NetStateServer is the server API for NetState service.
type NetStateServer interface {
// Put formats and hands off a file path to be saved to boltdb
Put(context.Context, *PutRequest) (*PutResponse, error)
// Get formats and hands off a file path to get a small value from boltdb
Get(context.Context, *GetRequest) (*GetResponse, error)
// List calls the bolt client's List function and returns all file paths
List(context.Context, *ListRequest) (*ListResponse, error)
// Delete formats and hands off a file path to delete from boltdb
Delete(context.Context, *DeleteRequest) (*DeleteResponse, error)
}
func RegisterNetStateServer(s *grpc.Server, srv NetStateServer) {
s.RegisterService(&_NetState_serviceDesc, srv)
}
func _NetState_Put_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(PutRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(NetStateServer).Put(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/netstate.NetState/Put",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(NetStateServer).Put(ctx, req.(*PutRequest))
}
return interceptor(ctx, in, info, handler)
}
func _NetState_Get_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(NetStateServer).Get(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/netstate.NetState/Get",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(NetStateServer).Get(ctx, req.(*GetRequest))
}
return interceptor(ctx, in, info, handler)
}
func _NetState_List_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ListRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(NetStateServer).List(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/netstate.NetState/List",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(NetStateServer).List(ctx, req.(*ListRequest))
}
return interceptor(ctx, in, info, handler)
}
func _NetState_Delete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(NetStateServer).Delete(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/netstate.NetState/Delete",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(NetStateServer).Delete(ctx, req.(*DeleteRequest))
}
return interceptor(ctx, in, info, handler)
}
var _NetState_serviceDesc = grpc.ServiceDesc{
ServiceName: "netstate.NetState",
HandlerType: (*NetStateServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "Put",
Handler: _NetState_Put_Handler,
},
{
MethodName: "Get",
Handler: _NetState_Get_Handler,
},
{
MethodName: "List",
Handler: _NetState_List_Handler,
},
{
MethodName: "Delete",
Handler: _NetState_Delete_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "netstate.proto",
}
func init() { proto.RegisterFile("netstate.proto", fileDescriptor_netstate_bbb6a6d197f0266f) }
var fileDescriptor_netstate_bbb6a6d197f0266f = []byte{
// 866 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4d, 0x6f, 0xdb, 0x46,
0x10, 0x35, 0x4d, 0x9b, 0xb2, 0x47, 0x1f, 0xa6, 0x17, 0x8a, 0xc3, 0xaa, 0x87, 0x1a, 0x44, 0x83,
0x3a, 0x35, 0xa0, 0x02, 0x2a, 0x0a, 0xa4, 0x4e, 0x8b, 0x22, 0xb5, 0x05, 0x43, 0x48, 0xa2, 0x08,
0x2b, 0x15, 0xed, 0x8d, 0x60, 0xc4, 0xa9, 0x44, 0x44, 0x5c, 0xd2, 0xdc, 0x25, 0x50, 0xf5, 0x7f,
0xf5, 0x1f, 0x15, 0x3d, 0xf4, 0xd8, 0x5f, 0x50, 0x70, 0x77, 0x49, 0xae, 0x14, 0xa4, 0x05, 0x72,
0x12, 0x67, 0xf6, 0xbd, 0xd9, 0x79, 0x33, 0x4f, 0x0b, 0x3d, 0x86, 0x82, 0x8b, 0x50, 0xe0, 0x30,
0xcb, 0x53, 0x91, 0x92, 0x93, 0x2a, 0x1e, 0x9c, 0x89, 0x38, 0x41, 0x2e, 0xc2, 0x24, 0x53, 0x47,
0xfe, 0xdf, 0x16, 0xb8, 0x14, 0xa3, 0x82, 0x45, 0x21, 0x5b, 0x6e, 0xe7, 0xcb, 0x35, 0x26, 0x48,
0xbe, 0x85, 0x23, 0xb1, 0xcd, 0xd0, 0xb3, 0x2e, 0xad, 0xab, 0xde, 0xe8, 0xc9, 0xb0, 0x2e, 0xb7,
0x8f, 0x1c, 0xaa, 0x9f, 0xc5, 0x36, 0x43, 0x2a, 0x29, 0xe4, 0x31, 0xb4, 0x92, 0x98, 0x05, 0x39,
0x3e, 0x78, 0x87, 0x97, 0xd6, 0x95, 0x4d, 0x9d, 0x24, 0x66, 0x14, 0x1f, 0x48, 0x1f, 0x8e, 0x45,
0x2a, 0xc2, 0x8d, 0x67, 0xcb, 0xb4, 0x0a, 0xc8, 0x53, 0x70, 0x73, 0xcc, 0xc2, 0x38, 0x0f, 0xc4,
0x3a, 0x47, 0xbe, 0x4e, 0x37, 0x91, 0x77, 0x24, 0x01, 0x67, 0x2a, 0xbf, 0xa8, 0xd2, 0xe4, 0x1a,
0xce, 0x79, 0xb1, 0x5c, 0x22, 0xe7, 0x06, 0xf6, 0x58, 0x62, 0x5d, 0x7d, 0x50, 0x83, 0xfd, 0x3e,
0x40, 0xd3, 0x1a, 0x71, 0xe0, 0x90, 0xce, 0xdd, 0x03, 0xff, 0x1f, 0x0b, 0xdc, 0x31, 0x5b, 0xe6,
0xdb, 0x4c, 0xc4, 0x29, 0xd3, 0x62, 0xbf, 0xdf, 0x11, 0xfb, 0xb4, 0x11, 0xbb, 0x8f, 0x34, 0x12,
0x86, 0xe0, 0x67, 0xe0, 0xa1, 0xca, 0x63, 0x14, 0x60, 0x8d, 0x08, 0xde, 0xe1, 0x56, 0x4e, 0xa0,
0x43, 0x2f, 0xea, 0xf3, 0xa6, 0xc0, 0x4b, 0xdc, 0xee, 0x32, 0xb9, 0x08, 0x73, 0x11, 0xb3, 0x55,
0xc0, 0x52, 0xb6, 0x44, 0x39, 0x24, 0x93, 0x39, 0xd7, 0xc7, 0xd3, 0xf2, 0xd4, 0xbf, 0x86, 0xde,
0x6e, 0x2f, 0x04, 0xc0, 0x79, 0x31, 0x9e, 0xdf, 0xdf, 0xbe, 0x76, 0x0f, 0x48, 0x17, 0x4e, 0xe7,
0xe3, 0x5b, 0x3a, 0x5e, 0xfc, 0xf8, 0xe6, 0x17, 0xd7, 0xf2, 0x7f, 0x86, 0x36, 0xc5, 0x24, 0x15,
0x38, 0x8b, 0x71, 0x89, 0xe4, 0x53, 0x38, 0xcd, 0xca, 0x8f, 0x80, 0x15, 0x89, 0xd4, 0x6c, 0xd3,
0x13, 0x99, 0x98, 0x16, 0x49, 0xb9, 0x3d, 0x96, 0x46, 0x18, 0xc4, 0x91, 0xec, 0xfd, 0x94, 0x3a,
0x65, 0x38, 0x89, 0x08, 0x81, 0x23, 0x1e, 0xff, 0x8e, 0x7a, 0x79, 0xf2, 0xdb, 0xff, 0xd3, 0x82,
0xae, 0xaa, 0x3c, 0xc7, 0x55, 0x82, 0x4c, 0x90, 0x1b, 0x80, 0xbc, 0x76, 0x88, 0x2c, 0xde, 0x1e,
0x0d, 0x3e, 0xec, 0x1e, 0x6a, 0xa0, 0xc9, 0x27, 0xa0, 0xda, 0x68, 0xee, 0x6e, 0xc9, 0x78, 0x12,
0x91, 0x1b, 0xe8, 0xe6, 0xf2, 0x9e, 0x40, 0x66, 0xb8, 0x67, 0x5f, 0xda, 0x57, 0xed, 0xd1, 0x23,
0xb3, 0x72, 0x2d, 0x90, 0x76, 0xf2, 0x26, 0xe0, 0xe4, 0x33, 0x68, 0x27, 0x98, 0xbf, 0xdb, 0x60,
0x90, 0xa7, 0xa9, 0x90, 0xde, 0xea, 0x50, 0x50, 0x29, 0x9a, 0xa6, 0xc2, 0x00, 0x48, 0x81, 0xca,
0x50, 0x1a, 0x30, 0x2f, 0x65, 0xfe, 0x61, 0x43, 0x6b, 0x96, 0xc6, 0x4c, 0x60, 0x4e, 0x86, 0x3b,
0x5e, 0x31, 0xa4, 0x69, 0xc0, 0xf0, 0x2e, 0x14, 0xa1, 0x61, 0x8e, 0x1b, 0x80, 0xc6, 0x12, 0x52,
0xd6, 0xce, 0x40, 0xf6, 0x1d, 0x46, 0x0d, 0x34, 0x79, 0x02, 0xbd, 0x98, 0x6d, 0x62, 0x86, 0x01,
0x57, 0xe3, 0xd5, 0xa6, 0xe8, 0xaa, 0x6c, 0x35, 0xf3, 0xaf, 0xc0, 0x51, 0x82, 0xa5, 0xb6, 0xf6,
0xe8, 0xf1, 0xfe, 0x54, 0x34, 0x90, 0x6a, 0x18, 0xf9, 0x0e, 0x06, 0x8d, 0xed, 0x0a, 0x66, 0x58,
0xb0, 0xd2, 0xdf, 0xa1, 0x8d, 0x31, 0x7f, 0x6a, 0x00, 0xe5, 0x34, 0xc8, 0x0f, 0xd0, 0x5d, 0xe6,
0x18, 0x4a, 0x8b, 0x47, 0xa1, 0x40, 0xcf, 0xd1, 0xa2, 0x56, 0x69, 0xba, 0xda, 0xe8, 0x07, 0xe7,
0x6d, 0xf1, 0xeb, 0x70, 0x51, 0x3d, 0x34, 0xb4, 0x53, 0x11, 0xee, 0x42, 0x81, 0xe4, 0x16, 0xce,
0xf0, 0xb7, 0x2c, 0xce, 0x8d, 0x12, 0xad, 0xff, 0x2d, 0xd1, 0x6b, 0x28, 0x65, 0x11, 0xdf, 0x87,
0x93, 0x6a, 0xd2, 0xa5, 0xf5, 0x27, 0xd3, 0x57, 0x93, 0xe9, 0xd8, 0x3d, 0x28, 0xbf, 0xe9, 0xf8,
0xf5, 0x9b, 0xc5, 0xd8, 0xb5, 0x7c, 0x04, 0x98, 0x15, 0x82, 0xe2, 0x43, 0x81, 0x5c, 0x94, 0x06,
0xce, 0x42, 0xb1, 0x96, 0x9b, 0xeb, 0x50, 0xf9, 0x4d, 0xae, 0xa1, 0x95, 0xa9, 0xbd, 0xe9, 0xd5,
0x9c, 0xbf, 0xb7, 0x50, 0x5a, 0x21, 0xc8, 0x05, 0x38, 0x2f, 0x66, 0x93, 0x97, 0xb8, 0xd5, 0x6b,
0xd0, 0x91, 0xff, 0x0c, 0xe0, 0x1e, 0xff, 0xf3, 0x9a, 0x86, 0x79, 0xb8, 0xc3, 0x5c, 0x41, 0xfb,
0x55, 0xcc, 0x6b, 0xea, 0x97, 0x70, 0x5e, 0x3f, 0x02, 0x25, 0x4f, 0xbe, 0x20, 0xaa, 0xce, 0x59,
0x75, 0x30, 0x0b, 0xc5, 0xba, 0x7c, 0x3a, 0xfa, 0x70, 0xbc, 0x89, 0x93, 0x58, 0xe8, 0x37, 0x56,
0x05, 0x1f, 0x6c, 0xb1, 0x0b, 0x6d, 0x39, 0x09, 0x9e, 0xa5, 0x8c, 0xa3, 0xff, 0x05, 0xb4, 0x65,
0xc7, 0x2a, 0x24, 0x5e, 0x33, 0x05, 0x75, 0x5b, 0x15, 0xfa, 0x9f, 0x43, 0x47, 0x35, 0xa8, 0x91,
0x7d, 0x38, 0x2e, 0x1b, 0xe3, 0x9e, 0x75, 0x69, 0x5f, 0x75, 0xa8, 0x0a, 0xfc, 0xe7, 0xd0, 0xbd,
0xc3, 0x0d, 0x0a, 0xfc, 0x98, 0x19, 0xb8, 0xd0, 0xab, 0xc8, 0xea, 0x92, 0xd1, 0x5f, 0x16, 0x9c,
0x4c, 0x51, 0xcc, 0xcb, 0x2d, 0x90, 0x11, 0xd8, 0xb3, 0x42, 0x90, 0xbe, 0xb1, 0x97, 0x7a, 0xa5,
0x83, 0x47, 0x7b, 0x59, 0xdd, 0xe5, 0x08, 0xec, 0x7b, 0xdc, 0xe1, 0x34, 0xfb, 0x31, 0x39, 0xe6,
0x0c, 0xbe, 0x81, 0xa3, 0x52, 0x29, 0x31, 0x8e, 0x8d, 0xd5, 0x0c, 0x2e, 0xf6, 0xd3, 0x9a, 0xf6,
0x1c, 0x1c, 0xd5, 0x3d, 0x31, 0xfe, 0x75, 0x3b, 0xc3, 0x18, 0x78, 0xef, 0x1f, 0x28, 0xf2, 0x5b,
0x47, 0xfa, 0xfc, 0xeb, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x86, 0xf3, 0x8f, 0x5b, 0xad, 0x07,
0x00, 0x00,
}