2018-05-08 08:59:43 +00:00
|
|
|
// Code generated by protoc-gen-go.
|
|
|
|
// source: filer.proto
|
|
|
|
// DO NOT EDIT!
|
|
|
|
|
|
|
|
/*
|
2018-05-10 06:18:02 +00:00
|
|
|
Package filer_pb is a generated protocol buffer package.
|
2018-05-08 08:59:43 +00:00
|
|
|
|
|
|
|
It is generated from these files:
|
|
|
|
filer.proto
|
|
|
|
|
|
|
|
It has these top-level messages:
|
|
|
|
LookupDirectoryEntryRequest
|
|
|
|
LookupDirectoryEntryResponse
|
|
|
|
ListEntriesRequest
|
|
|
|
ListEntriesResponse
|
|
|
|
Entry
|
2018-05-16 07:08:44 +00:00
|
|
|
FileChunk
|
2018-05-08 08:59:43 +00:00
|
|
|
FuseAttributes
|
2018-05-21 08:25:30 +00:00
|
|
|
GetEntryAttributesRequest
|
|
|
|
GetEntryAttributesResponse
|
2018-05-08 08:59:43 +00:00
|
|
|
GetFileContentRequest
|
|
|
|
GetFileContentResponse
|
2018-05-16 07:08:44 +00:00
|
|
|
CreateEntryRequest
|
|
|
|
CreateEntryResponse
|
2018-05-24 08:22:37 +00:00
|
|
|
UpdateEntryRequest
|
|
|
|
UpdateEntryResponse
|
2018-05-08 08:59:43 +00:00
|
|
|
DeleteEntryRequest
|
|
|
|
DeleteEntryResponse
|
2018-05-16 07:08:44 +00:00
|
|
|
AssignVolumeRequest
|
|
|
|
AssignVolumeResponse
|
2018-05-24 08:22:37 +00:00
|
|
|
LookupVolumeRequest
|
|
|
|
Locations
|
|
|
|
Location
|
|
|
|
LookupVolumeResponse
|
2018-07-20 07:10:01 +00:00
|
|
|
DeleteCollectionRequest
|
|
|
|
DeleteCollectionResponse
|
2018-05-08 08:59:43 +00:00
|
|
|
*/
|
2018-05-10 06:18:02 +00:00
|
|
|
package filer_pb
|
2018-05-08 08:59:43 +00:00
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
|
|
|
|
|
|
|
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 LookupDirectoryEntryRequest struct {
|
|
|
|
Directory string `protobuf:"bytes,1,opt,name=directory" json:"directory,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupDirectoryEntryRequest) Reset() { *m = LookupDirectoryEntryRequest{} }
|
|
|
|
func (m *LookupDirectoryEntryRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*LookupDirectoryEntryRequest) ProtoMessage() {}
|
|
|
|
func (*LookupDirectoryEntryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
|
|
|
|
|
|
|
func (m *LookupDirectoryEntryRequest) GetDirectory() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Directory
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupDirectoryEntryRequest) GetName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type LookupDirectoryEntryResponse struct {
|
|
|
|
Entry *Entry `protobuf:"bytes,1,opt,name=entry" json:"entry,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupDirectoryEntryResponse) Reset() { *m = LookupDirectoryEntryResponse{} }
|
|
|
|
func (m *LookupDirectoryEntryResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*LookupDirectoryEntryResponse) ProtoMessage() {}
|
|
|
|
func (*LookupDirectoryEntryResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
|
|
|
|
|
|
|
func (m *LookupDirectoryEntryResponse) GetEntry() *Entry {
|
|
|
|
if m != nil {
|
|
|
|
return m.Entry
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type ListEntriesRequest struct {
|
|
|
|
Directory string `protobuf:"bytes,1,opt,name=directory" json:"directory,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ListEntriesRequest) Reset() { *m = ListEntriesRequest{} }
|
|
|
|
func (m *ListEntriesRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ListEntriesRequest) ProtoMessage() {}
|
|
|
|
func (*ListEntriesRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
|
|
|
|
|
|
|
func (m *ListEntriesRequest) GetDirectory() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Directory
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type ListEntriesResponse struct {
|
|
|
|
Entries []*Entry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ListEntriesResponse) Reset() { *m = ListEntriesResponse{} }
|
|
|
|
func (m *ListEntriesResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ListEntriesResponse) ProtoMessage() {}
|
|
|
|
func (*ListEntriesResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
|
|
|
|
|
|
|
func (m *ListEntriesResponse) GetEntries() []*Entry {
|
|
|
|
if m != nil {
|
|
|
|
return m.Entries
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type Entry struct {
|
|
|
|
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
IsDirectory bool `protobuf:"varint,2,opt,name=is_directory,json=isDirectory" json:"is_directory,omitempty"`
|
2018-05-16 07:08:44 +00:00
|
|
|
Chunks []*FileChunk `protobuf:"bytes,3,rep,name=chunks" json:"chunks,omitempty"`
|
2018-05-08 08:59:43 +00:00
|
|
|
Attributes *FuseAttributes `protobuf:"bytes,4,opt,name=attributes" json:"attributes,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Entry) Reset() { *m = Entry{} }
|
|
|
|
func (m *Entry) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Entry) ProtoMessage() {}
|
|
|
|
func (*Entry) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
|
|
|
|
|
|
|
func (m *Entry) GetName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Entry) GetIsDirectory() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.IsDirectory
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:08:44 +00:00
|
|
|
func (m *Entry) GetChunks() []*FileChunk {
|
2018-05-08 08:59:43 +00:00
|
|
|
if m != nil {
|
2018-05-16 07:08:44 +00:00
|
|
|
return m.Chunks
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
2018-05-16 07:08:44 +00:00
|
|
|
return nil
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Entry) GetAttributes() *FuseAttributes {
|
|
|
|
if m != nil {
|
|
|
|
return m.Attributes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:08:44 +00:00
|
|
|
type FileChunk struct {
|
|
|
|
FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
|
|
|
|
Offset int64 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
|
|
|
|
Size uint64 `protobuf:"varint,3,opt,name=size" json:"size,omitempty"`
|
2018-05-16 07:54:44 +00:00
|
|
|
Mtime int64 `protobuf:"varint,4,opt,name=mtime" json:"mtime,omitempty"`
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FileChunk) Reset() { *m = FileChunk{} }
|
|
|
|
func (m *FileChunk) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*FileChunk) ProtoMessage() {}
|
|
|
|
func (*FileChunk) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
|
|
|
|
|
|
|
func (m *FileChunk) GetFileId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.FileId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FileChunk) GetOffset() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Offset
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FileChunk) GetSize() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Size
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:54:44 +00:00
|
|
|
func (m *FileChunk) GetMtime() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Mtime
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
type FuseAttributes struct {
|
2018-06-10 23:57:32 +00:00
|
|
|
FileSize uint64 `protobuf:"varint,1,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
|
|
|
|
Mtime int64 `protobuf:"varint,2,opt,name=mtime" json:"mtime,omitempty"`
|
|
|
|
FileMode uint32 `protobuf:"varint,3,opt,name=file_mode,json=fileMode" json:"file_mode,omitempty"`
|
|
|
|
Uid uint32 `protobuf:"varint,4,opt,name=uid" json:"uid,omitempty"`
|
|
|
|
Gid uint32 `protobuf:"varint,5,opt,name=gid" json:"gid,omitempty"`
|
|
|
|
Crtime int64 `protobuf:"varint,6,opt,name=crtime" json:"crtime,omitempty"`
|
|
|
|
Mime string `protobuf:"bytes,7,opt,name=mime" json:"mime,omitempty"`
|
|
|
|
Replication string `protobuf:"bytes,8,opt,name=replication" json:"replication,omitempty"`
|
|
|
|
Collection string `protobuf:"bytes,9,opt,name=collection" json:"collection,omitempty"`
|
|
|
|
TtlSec int32 `protobuf:"varint,10,opt,name=ttl_sec,json=ttlSec" json:"ttl_sec,omitempty"`
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FuseAttributes) Reset() { *m = FuseAttributes{} }
|
|
|
|
func (m *FuseAttributes) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*FuseAttributes) ProtoMessage() {}
|
2018-05-16 07:08:44 +00:00
|
|
|
func (*FuseAttributes) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
|
2018-05-08 08:59:43 +00:00
|
|
|
|
|
|
|
func (m *FuseAttributes) GetFileSize() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.FileSize
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FuseAttributes) GetMtime() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Mtime
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FuseAttributes) GetFileMode() uint32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.FileMode
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FuseAttributes) GetUid() uint32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Uid
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FuseAttributes) GetGid() uint32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Gid
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-05-26 06:26:40 +00:00
|
|
|
func (m *FuseAttributes) GetCrtime() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Crtime
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-05-31 03:24:57 +00:00
|
|
|
func (m *FuseAttributes) GetMime() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Mime
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-06-10 23:57:32 +00:00
|
|
|
func (m *FuseAttributes) GetReplication() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Replication
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FuseAttributes) GetCollection() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Collection
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FuseAttributes) GetTtlSec() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.TtlSec
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
type GetEntryAttributesRequest struct {
|
2018-05-08 08:59:43 +00:00
|
|
|
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
ParentDir string `protobuf:"bytes,2,opt,name=parent_dir,json=parentDir" json:"parent_dir,omitempty"`
|
|
|
|
FileId string `protobuf:"bytes,3,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
func (m *GetEntryAttributesRequest) Reset() { *m = GetEntryAttributesRequest{} }
|
|
|
|
func (m *GetEntryAttributesRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetEntryAttributesRequest) ProtoMessage() {}
|
|
|
|
func (*GetEntryAttributesRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
|
2018-05-08 08:59:43 +00:00
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
func (m *GetEntryAttributesRequest) GetName() string {
|
2018-05-08 08:59:43 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
func (m *GetEntryAttributesRequest) GetParentDir() string {
|
2018-05-08 08:59:43 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.ParentDir
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
func (m *GetEntryAttributesRequest) GetFileId() string {
|
2018-05-08 08:59:43 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.FileId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
type GetEntryAttributesResponse struct {
|
2018-05-08 08:59:43 +00:00
|
|
|
Attributes *FuseAttributes `protobuf:"bytes,1,opt,name=attributes" json:"attributes,omitempty"`
|
2018-05-22 11:31:44 +00:00
|
|
|
Chunks []*FileChunk `protobuf:"bytes,2,rep,name=chunks" json:"chunks,omitempty"`
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
func (m *GetEntryAttributesResponse) Reset() { *m = GetEntryAttributesResponse{} }
|
|
|
|
func (m *GetEntryAttributesResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetEntryAttributesResponse) ProtoMessage() {}
|
|
|
|
func (*GetEntryAttributesResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
|
2018-05-08 08:59:43 +00:00
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
func (m *GetEntryAttributesResponse) GetAttributes() *FuseAttributes {
|
2018-05-08 08:59:43 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Attributes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-05-22 11:31:44 +00:00
|
|
|
func (m *GetEntryAttributesResponse) GetChunks() []*FileChunk {
|
|
|
|
if m != nil {
|
|
|
|
return m.Chunks
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
type GetFileContentRequest struct {
|
|
|
|
FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetFileContentRequest) Reset() { *m = GetFileContentRequest{} }
|
|
|
|
func (m *GetFileContentRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetFileContentRequest) ProtoMessage() {}
|
2018-05-16 07:08:44 +00:00
|
|
|
func (*GetFileContentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
|
2018-05-08 08:59:43 +00:00
|
|
|
|
|
|
|
func (m *GetFileContentRequest) GetFileId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.FileId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type GetFileContentResponse struct {
|
|
|
|
Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetFileContentResponse) Reset() { *m = GetFileContentResponse{} }
|
|
|
|
func (m *GetFileContentResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetFileContentResponse) ProtoMessage() {}
|
2018-05-16 07:08:44 +00:00
|
|
|
func (*GetFileContentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
|
2018-05-08 08:59:43 +00:00
|
|
|
|
|
|
|
func (m *GetFileContentResponse) GetContent() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Content
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:08:44 +00:00
|
|
|
type CreateEntryRequest struct {
|
|
|
|
Directory string `protobuf:"bytes,1,opt,name=directory" json:"directory,omitempty"`
|
|
|
|
Entry *Entry `protobuf:"bytes,2,opt,name=entry" json:"entry,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateEntryRequest) Reset() { *m = CreateEntryRequest{} }
|
|
|
|
func (m *CreateEntryRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CreateEntryRequest) ProtoMessage() {}
|
|
|
|
func (*CreateEntryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
|
|
|
|
|
|
|
|
func (m *CreateEntryRequest) GetDirectory() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Directory
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateEntryRequest) GetEntry() *Entry {
|
|
|
|
if m != nil {
|
|
|
|
return m.Entry
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type CreateEntryResponse struct {
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateEntryResponse) Reset() { *m = CreateEntryResponse{} }
|
|
|
|
func (m *CreateEntryResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CreateEntryResponse) ProtoMessage() {}
|
|
|
|
func (*CreateEntryResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
|
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
type UpdateEntryRequest struct {
|
|
|
|
Directory string `protobuf:"bytes,1,opt,name=directory" json:"directory,omitempty"`
|
|
|
|
Entry *Entry `protobuf:"bytes,2,opt,name=entry" json:"entry,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *UpdateEntryRequest) Reset() { *m = UpdateEntryRequest{} }
|
|
|
|
func (m *UpdateEntryRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*UpdateEntryRequest) ProtoMessage() {}
|
|
|
|
func (*UpdateEntryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
|
|
|
|
|
|
|
|
func (m *UpdateEntryRequest) GetDirectory() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Directory
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *UpdateEntryRequest) GetEntry() *Entry {
|
|
|
|
if m != nil {
|
|
|
|
return m.Entry
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type UpdateEntryResponse struct {
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *UpdateEntryResponse) Reset() { *m = UpdateEntryResponse{} }
|
|
|
|
func (m *UpdateEntryResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*UpdateEntryResponse) ProtoMessage() {}
|
|
|
|
func (*UpdateEntryResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
type DeleteEntryRequest struct {
|
2018-06-07 05:11:01 +00:00
|
|
|
Directory string `protobuf:"bytes,1,opt,name=directory" json:"directory,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
|
|
|
|
IsDirectory bool `protobuf:"varint,3,opt,name=is_directory,json=isDirectory" json:"is_directory,omitempty"`
|
|
|
|
IsDeleteData bool `protobuf:"varint,4,opt,name=is_delete_data,json=isDeleteData" json:"is_delete_data,omitempty"`
|
2018-07-19 08:21:44 +00:00
|
|
|
IsRecursive bool `protobuf:"varint,5,opt,name=is_recursive,json=isRecursive" json:"is_recursive,omitempty"`
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DeleteEntryRequest) Reset() { *m = DeleteEntryRequest{} }
|
|
|
|
func (m *DeleteEntryRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DeleteEntryRequest) ProtoMessage() {}
|
2018-05-24 08:22:37 +00:00
|
|
|
func (*DeleteEntryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
|
2018-05-08 08:59:43 +00:00
|
|
|
|
|
|
|
func (m *DeleteEntryRequest) GetDirectory() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Directory
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DeleteEntryRequest) GetName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DeleteEntryRequest) GetIsDirectory() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.IsDirectory
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2018-06-07 05:11:01 +00:00
|
|
|
func (m *DeleteEntryRequest) GetIsDeleteData() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.IsDeleteData
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2018-07-19 08:21:44 +00:00
|
|
|
func (m *DeleteEntryRequest) GetIsRecursive() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.IsRecursive
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
type DeleteEntryResponse struct {
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DeleteEntryResponse) Reset() { *m = DeleteEntryResponse{} }
|
|
|
|
func (m *DeleteEntryResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DeleteEntryResponse) ProtoMessage() {}
|
2018-05-24 08:22:37 +00:00
|
|
|
func (*DeleteEntryResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
|
2018-05-16 07:08:44 +00:00
|
|
|
|
|
|
|
type AssignVolumeRequest struct {
|
|
|
|
Count int32 `protobuf:"varint,1,opt,name=count" json:"count,omitempty"`
|
|
|
|
Collection string `protobuf:"bytes,2,opt,name=collection" json:"collection,omitempty"`
|
|
|
|
Replication string `protobuf:"bytes,3,opt,name=replication" json:"replication,omitempty"`
|
2018-06-12 06:13:33 +00:00
|
|
|
TtlSec int32 `protobuf:"varint,4,opt,name=ttl_sec,json=ttlSec" json:"ttl_sec,omitempty"`
|
2018-07-14 20:36:28 +00:00
|
|
|
DataCenter string `protobuf:"bytes,5,opt,name=data_center,json=dataCenter" json:"data_center,omitempty"`
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AssignVolumeRequest) Reset() { *m = AssignVolumeRequest{} }
|
|
|
|
func (m *AssignVolumeRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*AssignVolumeRequest) ProtoMessage() {}
|
2018-05-24 08:22:37 +00:00
|
|
|
func (*AssignVolumeRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
|
2018-05-16 07:08:44 +00:00
|
|
|
|
|
|
|
func (m *AssignVolumeRequest) GetCount() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Count
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AssignVolumeRequest) GetCollection() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Collection
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AssignVolumeRequest) GetReplication() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Replication
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-06-12 06:13:33 +00:00
|
|
|
func (m *AssignVolumeRequest) GetTtlSec() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.TtlSec
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-07-14 20:36:28 +00:00
|
|
|
func (m *AssignVolumeRequest) GetDataCenter() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.DataCenter
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:08:44 +00:00
|
|
|
type AssignVolumeResponse struct {
|
|
|
|
FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
|
|
|
|
Url string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
|
|
|
|
PublicUrl string `protobuf:"bytes,3,opt,name=public_url,json=publicUrl" json:"public_url,omitempty"`
|
|
|
|
Count int32 `protobuf:"varint,4,opt,name=count" json:"count,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AssignVolumeResponse) Reset() { *m = AssignVolumeResponse{} }
|
|
|
|
func (m *AssignVolumeResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*AssignVolumeResponse) ProtoMessage() {}
|
2018-05-24 08:22:37 +00:00
|
|
|
func (*AssignVolumeResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
|
2018-05-16 07:08:44 +00:00
|
|
|
|
|
|
|
func (m *AssignVolumeResponse) GetFileId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.FileId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AssignVolumeResponse) GetUrl() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Url
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AssignVolumeResponse) GetPublicUrl() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.PublicUrl
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AssignVolumeResponse) GetCount() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Count
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
type LookupVolumeRequest struct {
|
|
|
|
VolumeIds []string `protobuf:"bytes,1,rep,name=volume_ids,json=volumeIds" json:"volume_ids,omitempty"`
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
func (m *LookupVolumeRequest) Reset() { *m = LookupVolumeRequest{} }
|
|
|
|
func (m *LookupVolumeRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*LookupVolumeRequest) ProtoMessage() {}
|
|
|
|
func (*LookupVolumeRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} }
|
2018-05-16 07:08:44 +00:00
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
func (m *LookupVolumeRequest) GetVolumeIds() []string {
|
2018-05-16 07:08:44 +00:00
|
|
|
if m != nil {
|
2018-05-24 08:22:37 +00:00
|
|
|
return m.VolumeIds
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
2018-05-24 08:22:37 +00:00
|
|
|
return nil
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
type Locations struct {
|
|
|
|
Locations []*Location `protobuf:"bytes,1,rep,name=locations" json:"locations,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Locations) Reset() { *m = Locations{} }
|
|
|
|
func (m *Locations) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Locations) ProtoMessage() {}
|
|
|
|
func (*Locations) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} }
|
|
|
|
|
|
|
|
func (m *Locations) GetLocations() []*Location {
|
2018-05-16 07:08:44 +00:00
|
|
|
if m != nil {
|
2018-05-24 08:22:37 +00:00
|
|
|
return m.Locations
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
type Location struct {
|
|
|
|
Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
|
|
|
|
PublicUrl string `protobuf:"bytes,2,opt,name=public_url,json=publicUrl" json:"public_url,omitempty"`
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
func (m *Location) Reset() { *m = Location{} }
|
|
|
|
func (m *Location) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Location) ProtoMessage() {}
|
|
|
|
func (*Location) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21} }
|
|
|
|
|
|
|
|
func (m *Location) GetUrl() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Url
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Location) GetPublicUrl() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.PublicUrl
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type LookupVolumeResponse struct {
|
|
|
|
LocationsMap map[string]*Locations `protobuf:"bytes,1,rep,name=locations_map,json=locationsMap" json:"locations_map,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupVolumeResponse) Reset() { *m = LookupVolumeResponse{} }
|
|
|
|
func (m *LookupVolumeResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*LookupVolumeResponse) ProtoMessage() {}
|
|
|
|
func (*LookupVolumeResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{22} }
|
|
|
|
|
|
|
|
func (m *LookupVolumeResponse) GetLocationsMap() map[string]*Locations {
|
|
|
|
if m != nil {
|
|
|
|
return m.LocationsMap
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
2018-05-08 08:59:43 +00:00
|
|
|
|
2018-07-20 07:10:01 +00:00
|
|
|
type DeleteCollectionRequest struct {
|
|
|
|
Collection string `protobuf:"bytes,1,opt,name=collection" json:"collection,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DeleteCollectionRequest) Reset() { *m = DeleteCollectionRequest{} }
|
|
|
|
func (m *DeleteCollectionRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DeleteCollectionRequest) ProtoMessage() {}
|
|
|
|
func (*DeleteCollectionRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{23} }
|
|
|
|
|
|
|
|
func (m *DeleteCollectionRequest) GetCollection() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Collection
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type DeleteCollectionResponse struct {
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DeleteCollectionResponse) Reset() { *m = DeleteCollectionResponse{} }
|
|
|
|
func (m *DeleteCollectionResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DeleteCollectionResponse) ProtoMessage() {}
|
|
|
|
func (*DeleteCollectionResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{24} }
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
func init() {
|
2018-05-10 06:18:02 +00:00
|
|
|
proto.RegisterType((*LookupDirectoryEntryRequest)(nil), "filer_pb.LookupDirectoryEntryRequest")
|
|
|
|
proto.RegisterType((*LookupDirectoryEntryResponse)(nil), "filer_pb.LookupDirectoryEntryResponse")
|
|
|
|
proto.RegisterType((*ListEntriesRequest)(nil), "filer_pb.ListEntriesRequest")
|
|
|
|
proto.RegisterType((*ListEntriesResponse)(nil), "filer_pb.ListEntriesResponse")
|
|
|
|
proto.RegisterType((*Entry)(nil), "filer_pb.Entry")
|
2018-05-16 07:08:44 +00:00
|
|
|
proto.RegisterType((*FileChunk)(nil), "filer_pb.FileChunk")
|
2018-05-10 06:18:02 +00:00
|
|
|
proto.RegisterType((*FuseAttributes)(nil), "filer_pb.FuseAttributes")
|
2018-05-21 08:25:30 +00:00
|
|
|
proto.RegisterType((*GetEntryAttributesRequest)(nil), "filer_pb.GetEntryAttributesRequest")
|
|
|
|
proto.RegisterType((*GetEntryAttributesResponse)(nil), "filer_pb.GetEntryAttributesResponse")
|
2018-05-10 06:18:02 +00:00
|
|
|
proto.RegisterType((*GetFileContentRequest)(nil), "filer_pb.GetFileContentRequest")
|
|
|
|
proto.RegisterType((*GetFileContentResponse)(nil), "filer_pb.GetFileContentResponse")
|
2018-05-16 07:08:44 +00:00
|
|
|
proto.RegisterType((*CreateEntryRequest)(nil), "filer_pb.CreateEntryRequest")
|
|
|
|
proto.RegisterType((*CreateEntryResponse)(nil), "filer_pb.CreateEntryResponse")
|
2018-05-24 08:22:37 +00:00
|
|
|
proto.RegisterType((*UpdateEntryRequest)(nil), "filer_pb.UpdateEntryRequest")
|
|
|
|
proto.RegisterType((*UpdateEntryResponse)(nil), "filer_pb.UpdateEntryResponse")
|
2018-05-10 06:18:02 +00:00
|
|
|
proto.RegisterType((*DeleteEntryRequest)(nil), "filer_pb.DeleteEntryRequest")
|
|
|
|
proto.RegisterType((*DeleteEntryResponse)(nil), "filer_pb.DeleteEntryResponse")
|
2018-05-16 07:08:44 +00:00
|
|
|
proto.RegisterType((*AssignVolumeRequest)(nil), "filer_pb.AssignVolumeRequest")
|
|
|
|
proto.RegisterType((*AssignVolumeResponse)(nil), "filer_pb.AssignVolumeResponse")
|
2018-05-24 08:22:37 +00:00
|
|
|
proto.RegisterType((*LookupVolumeRequest)(nil), "filer_pb.LookupVolumeRequest")
|
|
|
|
proto.RegisterType((*Locations)(nil), "filer_pb.Locations")
|
|
|
|
proto.RegisterType((*Location)(nil), "filer_pb.Location")
|
|
|
|
proto.RegisterType((*LookupVolumeResponse)(nil), "filer_pb.LookupVolumeResponse")
|
2018-07-20 07:10:01 +00:00
|
|
|
proto.RegisterType((*DeleteCollectionRequest)(nil), "filer_pb.DeleteCollectionRequest")
|
|
|
|
proto.RegisterType((*DeleteCollectionResponse)(nil), "filer_pb.DeleteCollectionResponse")
|
2018-05-08 08:59:43 +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
|
|
|
|
|
|
|
|
// Client API for SeaweedFiler service
|
|
|
|
|
|
|
|
type SeaweedFilerClient interface {
|
|
|
|
LookupDirectoryEntry(ctx context.Context, in *LookupDirectoryEntryRequest, opts ...grpc.CallOption) (*LookupDirectoryEntryResponse, error)
|
|
|
|
ListEntries(ctx context.Context, in *ListEntriesRequest, opts ...grpc.CallOption) (*ListEntriesResponse, error)
|
2018-05-21 08:25:30 +00:00
|
|
|
GetEntryAttributes(ctx context.Context, in *GetEntryAttributesRequest, opts ...grpc.CallOption) (*GetEntryAttributesResponse, error)
|
2018-05-16 07:08:44 +00:00
|
|
|
CreateEntry(ctx context.Context, in *CreateEntryRequest, opts ...grpc.CallOption) (*CreateEntryResponse, error)
|
2018-05-22 10:26:38 +00:00
|
|
|
UpdateEntry(ctx context.Context, in *UpdateEntryRequest, opts ...grpc.CallOption) (*UpdateEntryResponse, error)
|
2018-05-08 08:59:43 +00:00
|
|
|
DeleteEntry(ctx context.Context, in *DeleteEntryRequest, opts ...grpc.CallOption) (*DeleteEntryResponse, error)
|
2018-05-16 07:08:44 +00:00
|
|
|
AssignVolume(ctx context.Context, in *AssignVolumeRequest, opts ...grpc.CallOption) (*AssignVolumeResponse, error)
|
2018-05-24 08:22:37 +00:00
|
|
|
LookupVolume(ctx context.Context, in *LookupVolumeRequest, opts ...grpc.CallOption) (*LookupVolumeResponse, error)
|
2018-07-20 07:10:01 +00:00
|
|
|
DeleteCollection(ctx context.Context, in *DeleteCollectionRequest, opts ...grpc.CallOption) (*DeleteCollectionResponse, error)
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type seaweedFilerClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewSeaweedFilerClient(cc *grpc.ClientConn) SeaweedFilerClient {
|
|
|
|
return &seaweedFilerClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *seaweedFilerClient) LookupDirectoryEntry(ctx context.Context, in *LookupDirectoryEntryRequest, opts ...grpc.CallOption) (*LookupDirectoryEntryResponse, error) {
|
|
|
|
out := new(LookupDirectoryEntryResponse)
|
2018-05-10 06:18:02 +00:00
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/LookupDirectoryEntry", in, out, c.cc, opts...)
|
2018-05-08 08:59:43 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *seaweedFilerClient) ListEntries(ctx context.Context, in *ListEntriesRequest, opts ...grpc.CallOption) (*ListEntriesResponse, error) {
|
|
|
|
out := new(ListEntriesResponse)
|
2018-05-10 06:18:02 +00:00
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/ListEntries", in, out, c.cc, opts...)
|
2018-05-08 08:59:43 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
func (c *seaweedFilerClient) GetEntryAttributes(ctx context.Context, in *GetEntryAttributesRequest, opts ...grpc.CallOption) (*GetEntryAttributesResponse, error) {
|
|
|
|
out := new(GetEntryAttributesResponse)
|
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/GetEntryAttributes", in, out, c.cc, opts...)
|
2018-05-08 08:59:43 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:08:44 +00:00
|
|
|
func (c *seaweedFilerClient) CreateEntry(ctx context.Context, in *CreateEntryRequest, opts ...grpc.CallOption) (*CreateEntryResponse, error) {
|
|
|
|
out := new(CreateEntryResponse)
|
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/CreateEntry", in, out, c.cc, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-05-22 10:26:38 +00:00
|
|
|
func (c *seaweedFilerClient) UpdateEntry(ctx context.Context, in *UpdateEntryRequest, opts ...grpc.CallOption) (*UpdateEntryResponse, error) {
|
|
|
|
out := new(UpdateEntryResponse)
|
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/UpdateEntry", in, out, c.cc, opts...)
|
2018-05-16 07:08:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
func (c *seaweedFilerClient) DeleteEntry(ctx context.Context, in *DeleteEntryRequest, opts ...grpc.CallOption) (*DeleteEntryResponse, error) {
|
|
|
|
out := new(DeleteEntryResponse)
|
2018-05-10 06:18:02 +00:00
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/DeleteEntry", in, out, c.cc, opts...)
|
2018-05-08 08:59:43 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:08:44 +00:00
|
|
|
func (c *seaweedFilerClient) AssignVolume(ctx context.Context, in *AssignVolumeRequest, opts ...grpc.CallOption) (*AssignVolumeResponse, error) {
|
|
|
|
out := new(AssignVolumeResponse)
|
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/AssignVolume", in, out, c.cc, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
func (c *seaweedFilerClient) LookupVolume(ctx context.Context, in *LookupVolumeRequest, opts ...grpc.CallOption) (*LookupVolumeResponse, error) {
|
|
|
|
out := new(LookupVolumeResponse)
|
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/LookupVolume", in, out, c.cc, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-07-20 07:10:01 +00:00
|
|
|
func (c *seaweedFilerClient) DeleteCollection(ctx context.Context, in *DeleteCollectionRequest, opts ...grpc.CallOption) (*DeleteCollectionResponse, error) {
|
|
|
|
out := new(DeleteCollectionResponse)
|
|
|
|
err := grpc.Invoke(ctx, "/filer_pb.SeaweedFiler/DeleteCollection", in, out, c.cc, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
// Server API for SeaweedFiler service
|
|
|
|
|
|
|
|
type SeaweedFilerServer interface {
|
|
|
|
LookupDirectoryEntry(context.Context, *LookupDirectoryEntryRequest) (*LookupDirectoryEntryResponse, error)
|
|
|
|
ListEntries(context.Context, *ListEntriesRequest) (*ListEntriesResponse, error)
|
2018-05-21 08:25:30 +00:00
|
|
|
GetEntryAttributes(context.Context, *GetEntryAttributesRequest) (*GetEntryAttributesResponse, error)
|
2018-05-16 07:08:44 +00:00
|
|
|
CreateEntry(context.Context, *CreateEntryRequest) (*CreateEntryResponse, error)
|
2018-05-22 10:26:38 +00:00
|
|
|
UpdateEntry(context.Context, *UpdateEntryRequest) (*UpdateEntryResponse, error)
|
2018-05-08 08:59:43 +00:00
|
|
|
DeleteEntry(context.Context, *DeleteEntryRequest) (*DeleteEntryResponse, error)
|
2018-05-16 07:08:44 +00:00
|
|
|
AssignVolume(context.Context, *AssignVolumeRequest) (*AssignVolumeResponse, error)
|
2018-05-24 08:22:37 +00:00
|
|
|
LookupVolume(context.Context, *LookupVolumeRequest) (*LookupVolumeResponse, error)
|
2018-07-20 07:10:01 +00:00
|
|
|
DeleteCollection(context.Context, *DeleteCollectionRequest) (*DeleteCollectionResponse, error)
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterSeaweedFilerServer(s *grpc.Server, srv SeaweedFilerServer) {
|
|
|
|
s.RegisterService(&_SeaweedFiler_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _SeaweedFiler_LookupDirectoryEntry_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(LookupDirectoryEntryRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(SeaweedFilerServer).LookupDirectoryEntry(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2018-05-10 06:18:02 +00:00
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/LookupDirectoryEntry",
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(SeaweedFilerServer).LookupDirectoryEntry(ctx, req.(*LookupDirectoryEntryRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _SeaweedFiler_ListEntries_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(ListEntriesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(SeaweedFilerServer).ListEntries(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2018-05-10 06:18:02 +00:00
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/ListEntries",
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(SeaweedFilerServer).ListEntries(ctx, req.(*ListEntriesRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-05-21 08:25:30 +00:00
|
|
|
func _SeaweedFiler_GetEntryAttributes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(GetEntryAttributesRequest)
|
2018-05-08 08:59:43 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2018-05-21 08:25:30 +00:00
|
|
|
return srv.(SeaweedFilerServer).GetEntryAttributes(ctx, in)
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2018-05-21 08:25:30 +00:00
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/GetEntryAttributes",
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2018-05-21 08:25:30 +00:00
|
|
|
return srv.(SeaweedFilerServer).GetEntryAttributes(ctx, req.(*GetEntryAttributesRequest))
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:08:44 +00:00
|
|
|
func _SeaweedFiler_CreateEntry_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(CreateEntryRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(SeaweedFilerServer).CreateEntry(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/CreateEntry",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(SeaweedFilerServer).CreateEntry(ctx, req.(*CreateEntryRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-05-22 10:26:38 +00:00
|
|
|
func _SeaweedFiler_UpdateEntry_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(UpdateEntryRequest)
|
2018-05-16 07:08:44 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2018-05-22 10:26:38 +00:00
|
|
|
return srv.(SeaweedFilerServer).UpdateEntry(ctx, in)
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2018-05-22 10:26:38 +00:00
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/UpdateEntry",
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2018-05-22 10:26:38 +00:00
|
|
|
return srv.(SeaweedFilerServer).UpdateEntry(ctx, req.(*UpdateEntryRequest))
|
2018-05-16 07:08:44 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
func _SeaweedFiler_DeleteEntry_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(DeleteEntryRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(SeaweedFilerServer).DeleteEntry(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2018-05-10 06:18:02 +00:00
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/DeleteEntry",
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(SeaweedFilerServer).DeleteEntry(ctx, req.(*DeleteEntryRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-05-16 07:08:44 +00:00
|
|
|
func _SeaweedFiler_AssignVolume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(AssignVolumeRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(SeaweedFilerServer).AssignVolume(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/AssignVolume",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(SeaweedFilerServer).AssignVolume(ctx, req.(*AssignVolumeRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-05-24 08:22:37 +00:00
|
|
|
func _SeaweedFiler_LookupVolume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(LookupVolumeRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(SeaweedFilerServer).LookupVolume(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/LookupVolume",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(SeaweedFilerServer).LookupVolume(ctx, req.(*LookupVolumeRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-07-20 07:10:01 +00:00
|
|
|
func _SeaweedFiler_DeleteCollection_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(DeleteCollectionRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(SeaweedFilerServer).DeleteCollection(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/filer_pb.SeaweedFiler/DeleteCollection",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(SeaweedFilerServer).DeleteCollection(ctx, req.(*DeleteCollectionRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-05-08 08:59:43 +00:00
|
|
|
var _SeaweedFiler_serviceDesc = grpc.ServiceDesc{
|
2018-05-10 06:18:02 +00:00
|
|
|
ServiceName: "filer_pb.SeaweedFiler",
|
2018-05-08 08:59:43 +00:00
|
|
|
HandlerType: (*SeaweedFilerServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "LookupDirectoryEntry",
|
|
|
|
Handler: _SeaweedFiler_LookupDirectoryEntry_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "ListEntries",
|
|
|
|
Handler: _SeaweedFiler_ListEntries_Handler,
|
|
|
|
},
|
|
|
|
{
|
2018-05-21 08:25:30 +00:00
|
|
|
MethodName: "GetEntryAttributes",
|
|
|
|
Handler: _SeaweedFiler_GetEntryAttributes_Handler,
|
2018-05-08 08:59:43 +00:00
|
|
|
},
|
2018-05-16 07:08:44 +00:00
|
|
|
{
|
|
|
|
MethodName: "CreateEntry",
|
|
|
|
Handler: _SeaweedFiler_CreateEntry_Handler,
|
|
|
|
},
|
|
|
|
{
|
2018-05-22 10:26:38 +00:00
|
|
|
MethodName: "UpdateEntry",
|
|
|
|
Handler: _SeaweedFiler_UpdateEntry_Handler,
|
2018-05-16 07:08:44 +00:00
|
|
|
},
|
2018-05-08 08:59:43 +00:00
|
|
|
{
|
|
|
|
MethodName: "DeleteEntry",
|
|
|
|
Handler: _SeaweedFiler_DeleteEntry_Handler,
|
|
|
|
},
|
2018-05-16 07:08:44 +00:00
|
|
|
{
|
|
|
|
MethodName: "AssignVolume",
|
|
|
|
Handler: _SeaweedFiler_AssignVolume_Handler,
|
|
|
|
},
|
2018-05-24 08:22:37 +00:00
|
|
|
{
|
|
|
|
MethodName: "LookupVolume",
|
|
|
|
Handler: _SeaweedFiler_LookupVolume_Handler,
|
|
|
|
},
|
2018-07-20 07:10:01 +00:00
|
|
|
{
|
|
|
|
MethodName: "DeleteCollection",
|
|
|
|
Handler: _SeaweedFiler_DeleteCollection_Handler,
|
|
|
|
},
|
2018-05-08 08:59:43 +00:00
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "filer.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("filer.proto", fileDescriptor0) }
|
|
|
|
|
|
|
|
var fileDescriptor0 = []byte{
|
2018-07-20 07:10:01 +00:00
|
|
|
// 1049 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xb4, 0x57, 0xcd, 0x6e, 0xdb, 0x46,
|
|
|
|
0x10, 0x0e, 0x45, 0x4b, 0x16, 0x47, 0x72, 0x9a, 0xae, 0x9c, 0x84, 0x55, 0xec, 0x54, 0xd9, 0x26,
|
|
|
|
0x85, 0x83, 0x02, 0x86, 0xe1, 0xf6, 0x90, 0xb6, 0x28, 0xd0, 0xc0, 0x4e, 0x83, 0x00, 0x0e, 0x02,
|
|
|
|
0xd0, 0x75, 0x81, 0xa2, 0x07, 0x81, 0x26, 0xc7, 0xea, 0xc2, 0x14, 0xa9, 0x72, 0x97, 0x2e, 0xdc,
|
|
|
|
0x6b, 0x8f, 0x3d, 0xf5, 0x21, 0x8a, 0xde, 0xfb, 0x0a, 0x7d, 0xb1, 0x62, 0x7f, 0x48, 0x2d, 0x45,
|
|
|
|
0xca, 0x49, 0x0e, 0xbd, 0xed, 0xce, 0xce, 0x7c, 0x33, 0xdf, 0x72, 0xe6, 0x5b, 0x09, 0x06, 0x17,
|
|
|
|
0x2c, 0xc1, 0x7c, 0x7f, 0x91, 0x67, 0x22, 0x23, 0x7d, 0xb5, 0x99, 0x2e, 0xce, 0xe9, 0x1b, 0x78,
|
|
|
|
0x70, 0x92, 0x65, 0x97, 0xc5, 0xe2, 0x98, 0xe5, 0x18, 0x89, 0x2c, 0xbf, 0x7e, 0x91, 0x8a, 0xfc,
|
|
|
|
0x3a, 0xc0, 0x5f, 0x0a, 0xe4, 0x82, 0xec, 0x80, 0x17, 0x97, 0x07, 0xbe, 0x33, 0x71, 0xf6, 0xbc,
|
|
|
|
0x60, 0x69, 0x20, 0x04, 0x36, 0xd2, 0x70, 0x8e, 0x7e, 0x47, 0x1d, 0xa8, 0x35, 0x7d, 0x01, 0x3b,
|
|
|
|
0xed, 0x80, 0x7c, 0x91, 0xa5, 0x1c, 0xc9, 0x13, 0xe8, 0xa2, 0x34, 0x28, 0xb4, 0xc1, 0xe1, 0x07,
|
|
|
|
0xfb, 0x65, 0x29, 0xfb, 0xda, 0x4f, 0x9f, 0xd2, 0x43, 0x20, 0x27, 0x8c, 0x0b, 0x69, 0x63, 0xc8,
|
|
|
|
0xdf, 0xa9, 0x1c, 0xfa, 0x2d, 0x8c, 0x6a, 0x31, 0x26, 0xe3, 0x53, 0xd8, 0x44, 0x6d, 0xf2, 0x9d,
|
|
|
|
0x89, 0xdb, 0x96, 0xb3, 0x3c, 0xa7, 0x7f, 0x39, 0xd0, 0x55, 0xa6, 0x8a, 0x9a, 0xb3, 0xa4, 0x46,
|
|
|
|
0x1e, 0xc1, 0x90, 0xf1, 0xe9, 0xb2, 0x00, 0x49, 0xbb, 0x1f, 0x0c, 0x18, 0xaf, 0xa8, 0x92, 0xcf,
|
|
|
|
0xa0, 0x17, 0xfd, 0x5c, 0xa4, 0x97, 0xdc, 0x77, 0x55, 0xaa, 0xd1, 0x32, 0xd5, 0x77, 0x2c, 0xc1,
|
|
|
|
0x23, 0x79, 0x16, 0x18, 0x17, 0xf2, 0x0c, 0x20, 0x14, 0x22, 0x67, 0xe7, 0x85, 0x40, 0xee, 0x6f,
|
|
|
|
0xa8, 0xfb, 0xf0, 0xad, 0x80, 0x82, 0xe3, 0xf3, 0xea, 0x3c, 0xb0, 0x7c, 0xe9, 0x05, 0x78, 0x15,
|
|
|
|
0x1c, 0xb9, 0x0f, 0x9b, 0x32, 0x66, 0xca, 0x62, 0x53, 0x6d, 0x4f, 0x6e, 0x5f, 0xc5, 0xe4, 0x1e,
|
|
|
|
0xf4, 0xb2, 0x8b, 0x0b, 0x8e, 0x42, 0x55, 0xea, 0x06, 0x66, 0x27, 0xb9, 0x71, 0xf6, 0x1b, 0xfa,
|
|
|
|
0xee, 0xc4, 0xd9, 0xdb, 0x08, 0xd4, 0x9a, 0x6c, 0x43, 0x77, 0x2e, 0xd8, 0x1c, 0x55, 0x19, 0x6e,
|
|
|
|
0xa0, 0x37, 0xf4, 0x8f, 0x0e, 0xdc, 0xae, 0x97, 0x41, 0x1e, 0x80, 0xa7, 0xb2, 0x29, 0x04, 0x47,
|
|
|
|
0x21, 0xa8, 0x6e, 0x3a, 0xad, 0xa1, 0x74, 0x2c, 0x94, 0x2a, 0x64, 0x9e, 0xc5, 0x3a, 0xe9, 0x96,
|
|
|
|
0x0e, 0x79, 0x9d, 0xc5, 0x48, 0xee, 0x80, 0x5b, 0xb0, 0x58, 0xa5, 0xdd, 0x0a, 0xe4, 0x52, 0x5a,
|
|
|
|
0x66, 0x2c, 0xf6, 0xbb, 0xda, 0x32, 0x63, 0x8a, 0x48, 0x94, 0x2b, 0xdc, 0x9e, 0x26, 0xa2, 0x77,
|
|
|
|
0x92, 0xc8, 0x5c, 0x5a, 0x37, 0xf5, 0x47, 0x92, 0x6b, 0x32, 0x81, 0x41, 0x8e, 0x8b, 0x84, 0x45,
|
|
|
|
0xa1, 0x60, 0x59, 0xea, 0xf7, 0xd5, 0x91, 0x6d, 0x22, 0x0f, 0x01, 0xa2, 0x2c, 0x49, 0x30, 0x52,
|
|
|
|
0x0e, 0x9e, 0x72, 0xb0, 0x2c, 0xf2, 0x3e, 0x85, 0x48, 0xa6, 0x1c, 0x23, 0x1f, 0x26, 0xce, 0x5e,
|
|
|
|
0x37, 0xe8, 0x09, 0x91, 0x9c, 0x62, 0x44, 0x67, 0xf0, 0xd1, 0x4b, 0x54, 0xed, 0x75, 0x6d, 0x7d,
|
|
|
|
0x17, 0xd3, 0x9a, 0x6d, 0x0d, 0xb3, 0x0b, 0xb0, 0x08, 0x73, 0x4c, 0x85, 0x6c, 0x1a, 0x33, 0x25,
|
|
|
|
0x9e, 0xb6, 0x1c, 0xb3, 0xdc, 0xfe, 0x70, 0xae, 0xfd, 0xe1, 0xe8, 0xef, 0x0e, 0x8c, 0xdb, 0x32,
|
|
|
|
0x99, 0x86, 0xae, 0xf7, 0x8d, 0xf3, 0xee, 0x7d, 0x63, 0xb5, 0x67, 0xe7, 0xad, 0xed, 0x49, 0x0f,
|
|
|
|
0xe0, 0xee, 0x4b, 0x14, 0xca, 0x9e, 0xa5, 0x02, 0x53, 0x51, 0x52, 0x5d, 0xd7, 0x70, 0xf4, 0x10,
|
|
|
|
0xee, 0xad, 0x46, 0x98, 0x92, 0x7d, 0xd8, 0x8c, 0xb4, 0x49, 0x85, 0x0c, 0x83, 0x72, 0x4b, 0x7f,
|
|
|
|
0x04, 0x72, 0x94, 0x63, 0x28, 0xf0, 0x3d, 0x74, 0xa7, 0xd2, 0x90, 0xce, 0x8d, 0x1a, 0x72, 0x17,
|
|
|
|
0x46, 0x35, 0x68, 0x5d, 0x8b, 0xcc, 0x78, 0xb6, 0x88, 0xff, 0xaf, 0x8c, 0x35, 0x68, 0x93, 0xf1,
|
|
|
|
0x1f, 0x07, 0xc8, 0x31, 0x26, 0xf8, 0x5e, 0x29, 0x5b, 0xc4, 0xb5, 0xa1, 0x40, 0x6e, 0x53, 0x81,
|
|
|
|
0x1e, 0xc3, 0x6d, 0xe9, 0xa2, 0xb2, 0x4d, 0xe3, 0x50, 0x84, 0x6a, 0xb4, 0xfa, 0xc1, 0x90, 0x71,
|
|
|
|
0x5d, 0xc2, 0x71, 0x28, 0x42, 0x03, 0x94, 0x63, 0x54, 0xe4, 0x9c, 0x5d, 0xa1, 0x1a, 0x36, 0x05,
|
|
|
|
0x14, 0x94, 0x26, 0xc9, 0xa5, 0x56, 0xb3, 0xe1, 0xf2, 0xb7, 0x03, 0xa3, 0xe7, 0x9c, 0xb3, 0x59,
|
|
|
|
0xfa, 0x43, 0x96, 0x14, 0x73, 0x2c, 0xc9, 0x6c, 0x43, 0x37, 0xca, 0x0a, 0xf3, 0x7d, 0xbb, 0x81,
|
|
|
|
0xde, 0xac, 0xcc, 0x5a, 0xa7, 0x31, 0x6b, 0x2b, 0xd3, 0xea, 0x36, 0xa7, 0xd5, 0x9a, 0xc6, 0x0d,
|
|
|
|
0x7b, 0x1a, 0xc9, 0xc7, 0x30, 0x90, 0xf4, 0xa6, 0x11, 0xa6, 0x02, 0x73, 0xc5, 0xc0, 0x0b, 0x40,
|
|
|
|
0x9a, 0x8e, 0x94, 0x85, 0x5e, 0xc1, 0x76, 0xbd, 0x50, 0xd3, 0x8b, 0x6b, 0xf5, 0x52, 0x4a, 0x51,
|
|
|
|
0x9e, 0x98, 0x2a, 0xe5, 0x52, 0x0d, 0x70, 0x71, 0x9e, 0xb0, 0x68, 0x2a, 0x0f, 0x5c, 0x33, 0xc0,
|
|
|
|
0xca, 0x72, 0x96, 0x27, 0x4b, 0xce, 0x1b, 0x16, 0x67, 0xfa, 0x05, 0x8c, 0xf4, 0x0b, 0x58, 0xbf,
|
|
|
|
0xa0, 0x5d, 0x80, 0x2b, 0x65, 0x98, 0xb2, 0x58, 0xbf, 0x44, 0x5e, 0xe0, 0x69, 0xcb, 0xab, 0x98,
|
|
|
|
0xd3, 0x6f, 0xc0, 0x3b, 0xc9, 0x34, 0x67, 0x4e, 0x0e, 0xc0, 0x4b, 0xca, 0x8d, 0x79, 0xb4, 0xc8,
|
|
|
|
0xb2, 0xe5, 0x4a, 0xbf, 0x60, 0xe9, 0x44, 0xbf, 0x86, 0x7e, 0x69, 0x2e, 0x79, 0x38, 0xeb, 0x78,
|
|
|
|
0x74, 0x56, 0x78, 0xd0, 0x7f, 0x1d, 0xd8, 0xae, 0x97, 0x6c, 0xae, 0xea, 0x0c, 0xb6, 0xaa, 0x14,
|
|
|
|
0xd3, 0x79, 0xb8, 0x30, 0xb5, 0x1c, 0xd8, 0xb5, 0x34, 0xc3, 0xaa, 0x02, 0xf9, 0xeb, 0x70, 0xa1,
|
|
|
|
0xbb, 0x67, 0x98, 0x58, 0xa6, 0xf1, 0xf7, 0xf0, 0x61, 0xc3, 0x45, 0x56, 0x7d, 0x89, 0xe5, 0x1c,
|
|
|
|
0xc8, 0x25, 0x79, 0x0a, 0xdd, 0xab, 0x30, 0x29, 0xd0, 0x0c, 0xdd, 0xa8, 0x79, 0x03, 0x3c, 0xd0,
|
|
|
|
0x1e, 0x5f, 0x75, 0x9e, 0x39, 0xf4, 0x4b, 0xb8, 0xaf, 0x1b, 0xf6, 0xa8, 0xea, 0xaf, 0xf2, 0xee,
|
|
|
|
0xeb, 0x6d, 0xe8, 0xac, 0xb6, 0x21, 0x1d, 0x83, 0xdf, 0x0c, 0xd5, 0x64, 0x0e, 0xff, 0xec, 0xc1,
|
|
|
|
0xf0, 0x14, 0xc3, 0x5f, 0x11, 0x63, 0xa9, 0x6c, 0x39, 0x99, 0x95, 0x97, 0x55, 0xff, 0x85, 0x43,
|
|
|
|
0x9e, 0xac, 0xde, 0x4a, 0xeb, 0x4f, 0xaa, 0xf1, 0xa7, 0x6f, 0x73, 0x33, 0x83, 0x76, 0x8b, 0x9c,
|
|
|
|
0xc0, 0xc0, 0xfa, 0x3d, 0x43, 0x76, 0xac, 0xc0, 0xc6, 0x4f, 0xa3, 0xf1, 0xee, 0x9a, 0xd3, 0x0a,
|
|
|
|
0x2d, 0x04, 0xd2, 0x7c, 0x53, 0xc8, 0x27, 0xcb, 0xb0, 0xb5, 0x6f, 0xdb, 0xf8, 0xf1, 0xcd, 0x4e,
|
|
|
|
0x76, 0xc1, 0x96, 0xe0, 0xda, 0x05, 0x37, 0x25, 0xde, 0x2e, 0xb8, 0x4d, 0xa5, 0x15, 0x9a, 0x25,
|
|
|
|
0xa6, 0x36, 0x5a, 0x53, 0xbe, 0x6d, 0xb4, 0x36, 0x05, 0x56, 0x68, 0x96, 0x9c, 0xd9, 0x68, 0x4d,
|
|
|
|
0x65, 0xb6, 0xd1, 0xda, 0x34, 0xf0, 0x16, 0x79, 0x03, 0x43, 0x5b, 0x5b, 0x88, 0x15, 0xd0, 0x22,
|
|
|
|
0x8e, 0xe3, 0x87, 0xeb, 0x8e, 0x6d, 0x40, 0x7b, 0x94, 0x6c, 0xc0, 0x16, 0x31, 0xb1, 0x01, 0xdb,
|
|
|
|
0x26, 0x90, 0xde, 0x22, 0x3f, 0xc1, 0x9d, 0xd5, 0x96, 0x26, 0x8f, 0x56, 0x69, 0x35, 0x26, 0x65,
|
|
|
|
0x4c, 0x6f, 0x72, 0x29, 0xc1, 0xcf, 0x7b, 0xea, 0x6f, 0xc4, 0xe7, 0xff, 0x05, 0x00, 0x00, 0xff,
|
|
|
|
0xff, 0x45, 0xa6, 0x48, 0x98, 0x55, 0x0c, 0x00, 0x00,
|
2018-05-08 08:59:43 +00:00
|
|
|
}
|