eos_grpc

package
v1.28.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

README

To compile the eos binding into go code:

protoc --go_out=. ./Rpc.proto
protoc ./Rpc.proto --go_out=plugins=grpc:.


NOTE: we have to do this here in order to be sure that a compatible protoc compiler is used.
Having a CI somewhere compiling this does NOT guarantee that the same golang and protoc will be used,
and this has created lots of problems in the past

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MANILA_REQUEST_TYPE_name = map[int32]string{
	0: "CREATE_SHARE",
	1: "DELETE_SHARE",
	2: "EXTEND_SHARE",
	3: "SHRINK_SHARE",
	4: "MANAGE_EXISTING",
	5: "UNMANAGE",
	6: "GET_CAPACITIES",
}
View Source
var MANILA_REQUEST_TYPE_value = map[string]int32{
	"CREATE_SHARE":    0,
	"DELETE_SHARE":    1,
	"EXTEND_SHARE":    2,
	"SHRINK_SHARE":    3,
	"MANAGE_EXISTING": 4,
	"UNMANAGE":        5,
	"GET_CAPACITIES":  6,
}
View Source
var NSRequest_AclRequest_ACL_COMMAND_name = map[int32]string{
	0: "NONE",
	1: "MODIFY",
	2: "LIST",
}
View Source
var NSRequest_AclRequest_ACL_COMMAND_value = map[string]int32{
	"NONE":   0,
	"MODIFY": 1,
	"LIST":   2,
}
View Source
var NSRequest_AclRequest_ACL_TYPE_name = map[int32]string{
	0: "USER_ACL",
	1: "SYS_ACL",
}
View Source
var NSRequest_AclRequest_ACL_TYPE_value = map[string]int32{
	"USER_ACL": 0,
	"SYS_ACL":  1,
}
View Source
var NSRequest_RecycleRequest_RECYCLE_CMD_name = map[int32]string{
	0: "RESTORE",
	1: "PURGE",
	2: "LIST",
}
View Source
var NSRequest_RecycleRequest_RECYCLE_CMD_value = map[string]int32{
	"RESTORE": 0,
	"PURGE":   1,
	"LIST":    2,
}
View Source
var NSRequest_ShareRequest_LsShare_OutFormat_name = map[int32]string{
	0: "NONE",
	1: "MONITORING",
	2: "LISTING",
	3: "JSON",
}
View Source
var NSRequest_ShareRequest_LsShare_OutFormat_value = map[string]int32{
	"NONE":       0,
	"MONITORING": 1,
	"LISTING":    2,
	"JSON":       3,
}
View Source
var NSRequest_ShareRequest_OperateShare_Op_name = map[int32]string{
	0: "CREATE",
	1: "REMOVE",
	2: "SHARE",
	3: "UNSHARE",
	4: "ACCESS",
	5: "MODIFY",
}
View Source
var NSRequest_ShareRequest_OperateShare_Op_value = map[string]int32{
	"CREATE":  0,
	"REMOVE":  1,
	"SHARE":   2,
	"UNSHARE": 3,
	"ACCESS":  4,
	"MODIFY":  5,
}
View Source
var NSRequest_VersionRequest_VERSION_CMD_name = map[int32]string{
	0: "CREATE",
	1: "PURGE",
	2: "LIST",
	3: "GRAB",
}
View Source
var NSRequest_VersionRequest_VERSION_CMD_value = map[string]int32{
	"CREATE": 0,
	"PURGE":  1,
	"LIST":   2,
	"GRAB":   3,
}
View Source
var NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE_name = map[int32]string{
	0: "FILE",
	1: "TREE",
}
View Source
var NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE_value = map[string]int32{
	"FILE": 0,
	"TREE": 1,
}
View Source
var QUOTAENTRY_name = map[int32]string{
	0: "NONE",
	1: "VOLUME",
	2: "INODE",
}
View Source
var QUOTAENTRY_value = map[string]int32{
	"NONE":   0,
	"VOLUME": 1,
	"INODE":  2,
}
View Source
var QUOTAOP_name = map[int32]string{
	0: "GET",
	1: "SET",
	2: "RM",
	3: "RMNODE",
}
View Source
var QUOTAOP_value = map[string]int32{
	"GET":    0,
	"SET":    1,
	"RM":     2,
	"RMNODE": 3,
}
View Source
var QUOTATYPE_name = map[int32]string{
	0: "USER",
	2: "GROUP",
	3: "PROJECT",
}
View Source
var QUOTATYPE_value = map[string]int32{
	"USER":    0,
	"GROUP":   2,
	"PROJECT": 3,
}
View Source
var TYPE_name = map[int32]string{
	0: "FILE",
	1: "CONTAINER",
	2: "LISTING",
	3: "STAT",
}
View Source
var TYPE_value = map[string]int32{
	"FILE":      0,
	"CONTAINER": 1,
	"LISTING":   2,
	"STAT":      3,
}

Functions

func RegisterEosServer

func RegisterEosServer(s *grpc.Server, srv EosServer)

Types

type Checksum

type Checksum struct {
	Value                []byte   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Type                 string   `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Checksum) Descriptor

func (*Checksum) Descriptor() ([]byte, []int)

func (*Checksum) GetType

func (m *Checksum) GetType() string

func (*Checksum) GetValue

func (m *Checksum) GetValue() []byte

func (*Checksum) ProtoMessage

func (*Checksum) ProtoMessage()

func (*Checksum) Reset

func (m *Checksum) Reset()

func (*Checksum) String

func (m *Checksum) String() string

func (*Checksum) XXX_DiscardUnknown added in v1.8.1

func (m *Checksum) XXX_DiscardUnknown()

func (*Checksum) XXX_Marshal added in v1.8.1

func (m *Checksum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Checksum) XXX_Merge added in v1.8.1

func (m *Checksum) XXX_Merge(src proto.Message)

func (*Checksum) XXX_Size added in v1.8.1

func (m *Checksum) XXX_Size() int

func (*Checksum) XXX_Unmarshal added in v1.8.1

func (m *Checksum) XXX_Unmarshal(b []byte) error

type ContainerInsertRequest

type ContainerInsertRequest struct {
	Container            []*ContainerMdProto `protobuf:"bytes,1,rep,name=container,proto3" json:"container,omitempty"`
	Authkey              string              `protobuf:"bytes,2,opt,name=authkey,proto3" json:"authkey,omitempty"`
	InheritMd            bool                `protobuf:"varint,3,opt,name=inherit_md,json=inheritMd,proto3" json:"inherit_md,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ContainerInsertRequest) Descriptor

func (*ContainerInsertRequest) Descriptor() ([]byte, []int)

func (*ContainerInsertRequest) GetAuthkey

func (m *ContainerInsertRequest) GetAuthkey() string

func (*ContainerInsertRequest) GetContainer

func (m *ContainerInsertRequest) GetContainer() []*ContainerMdProto

func (*ContainerInsertRequest) GetInheritMd

func (m *ContainerInsertRequest) GetInheritMd() bool

func (*ContainerInsertRequest) ProtoMessage

func (*ContainerInsertRequest) ProtoMessage()

func (*ContainerInsertRequest) Reset

func (m *ContainerInsertRequest) Reset()

func (*ContainerInsertRequest) String

func (m *ContainerInsertRequest) String() string

func (*ContainerInsertRequest) XXX_DiscardUnknown added in v1.8.1

func (m *ContainerInsertRequest) XXX_DiscardUnknown()

func (*ContainerInsertRequest) XXX_Marshal added in v1.8.1

func (m *ContainerInsertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerInsertRequest) XXX_Merge added in v1.8.1

func (m *ContainerInsertRequest) XXX_Merge(src proto.Message)

func (*ContainerInsertRequest) XXX_Size added in v1.8.1

func (m *ContainerInsertRequest) XXX_Size() int

func (*ContainerInsertRequest) XXX_Unmarshal added in v1.8.1

func (m *ContainerInsertRequest) XXX_Unmarshal(b []byte) error

type ContainerMdProto

type ContainerMdProto struct {
	Id                   uint64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ParentId             uint64            `protobuf:"varint,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Uid                  uint64            `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Gid                  uint64            `protobuf:"varint,4,opt,name=gid,proto3" json:"gid,omitempty"`
	TreeSize             int64             `protobuf:"varint,6,opt,name=tree_size,json=treeSize,proto3" json:"tree_size,omitempty"`
	Mode                 uint32            `protobuf:"varint,5,opt,name=mode,proto3" json:"mode,omitempty"`
	Flags                uint32            `protobuf:"varint,7,opt,name=flags,proto3" json:"flags,omitempty"`
	Name                 []byte            `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	Ctime                *Time             `protobuf:"bytes,9,opt,name=ctime,proto3" json:"ctime,omitempty"`
	Mtime                *Time             `protobuf:"bytes,10,opt,name=mtime,proto3" json:"mtime,omitempty"`
	Stime                *Time             `protobuf:"bytes,11,opt,name=stime,proto3" json:"stime,omitempty"`
	Xattrs               map[string][]byte `` /* 154-byte string literal not displayed */
	Path                 []byte            `protobuf:"bytes,13,opt,name=path,proto3" json:"path,omitempty"`
	Etag                 string            `protobuf:"bytes,14,opt,name=etag,proto3" json:"etag,omitempty"`
	Inode                uint64            `protobuf:"varint,15,opt,name=inode,proto3" json:"inode,omitempty"`
	Files                uint64            `protobuf:"varint,16,opt,name=files,proto3" json:"files,omitempty"`
	Containers           uint64            `protobuf:"varint,17,opt,name=containers,proto3" json:"containers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ContainerMdProto) Descriptor

func (*ContainerMdProto) Descriptor() ([]byte, []int)

func (*ContainerMdProto) GetContainers added in v1.28.0

func (m *ContainerMdProto) GetContainers() uint64

func (*ContainerMdProto) GetCtime

func (m *ContainerMdProto) GetCtime() *Time

func (*ContainerMdProto) GetEtag

func (m *ContainerMdProto) GetEtag() string

func (*ContainerMdProto) GetFiles added in v1.28.0

func (m *ContainerMdProto) GetFiles() uint64

func (*ContainerMdProto) GetFlags

func (m *ContainerMdProto) GetFlags() uint32

func (*ContainerMdProto) GetGid

func (m *ContainerMdProto) GetGid() uint64

func (*ContainerMdProto) GetId

func (m *ContainerMdProto) GetId() uint64

func (*ContainerMdProto) GetInode added in v0.0.24

func (m *ContainerMdProto) GetInode() uint64

func (*ContainerMdProto) GetMode

func (m *ContainerMdProto) GetMode() uint32

func (*ContainerMdProto) GetMtime

func (m *ContainerMdProto) GetMtime() *Time

func (*ContainerMdProto) GetName

func (m *ContainerMdProto) GetName() []byte

func (*ContainerMdProto) GetParentId

func (m *ContainerMdProto) GetParentId() uint64

func (*ContainerMdProto) GetPath

func (m *ContainerMdProto) GetPath() []byte

func (*ContainerMdProto) GetStime

func (m *ContainerMdProto) GetStime() *Time

func (*ContainerMdProto) GetTreeSize

func (m *ContainerMdProto) GetTreeSize() int64

func (*ContainerMdProto) GetUid

func (m *ContainerMdProto) GetUid() uint64

func (*ContainerMdProto) GetXattrs

func (m *ContainerMdProto) GetXattrs() map[string][]byte

func (*ContainerMdProto) ProtoMessage

func (*ContainerMdProto) ProtoMessage()

func (*ContainerMdProto) Reset

func (m *ContainerMdProto) Reset()

func (*ContainerMdProto) String

func (m *ContainerMdProto) String() string

func (*ContainerMdProto) XXX_DiscardUnknown added in v1.8.1

func (m *ContainerMdProto) XXX_DiscardUnknown()

func (*ContainerMdProto) XXX_Marshal added in v1.8.1

func (m *ContainerMdProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerMdProto) XXX_Merge added in v1.8.1

func (m *ContainerMdProto) XXX_Merge(src proto.Message)

func (*ContainerMdProto) XXX_Size added in v1.8.1

func (m *ContainerMdProto) XXX_Size() int

func (*ContainerMdProto) XXX_Unmarshal added in v1.8.1

func (m *ContainerMdProto) XXX_Unmarshal(b []byte) error

type EosClient

type EosClient interface {
	// Replies to a ping
	Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingReply, error)
	// Replies to MD requests with a stream
	MD(ctx context.Context, in *MDRequest, opts ...grpc.CallOption) (Eos_MDClient, error)
	// Replies to Find requests with a stream
	Find(ctx context.Context, in *FindRequest, opts ...grpc.CallOption) (Eos_FindClient, error)
	// Replies to a NsStat operation
	NsStat(ctx context.Context, in *NsStatRequest, opts ...grpc.CallOption) (*NsStatResponse, error)
	// Replies to an insert
	ContainerInsert(ctx context.Context, in *ContainerInsertRequest, opts ...grpc.CallOption) (*InsertReply, error)
	FileInsert(ctx context.Context, in *FileInsertRequest, opts ...grpc.CallOption) (*InsertReply, error)
	// Replies to a NsRequest operation
	Exec(ctx context.Context, in *NSRequest, opts ...grpc.CallOption) (*NSResponse, error)
	// Manila Driver
	ManilaServerRequest(ctx context.Context, in *ManilaRequest, opts ...grpc.CallOption) (*ManilaResponse, error)
}

EosClient is the client API for Eos service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEosClient

func NewEosClient(cc grpc.ClientConnInterface) EosClient

type EosServer

type EosServer interface {
	// Replies to a ping
	Ping(context.Context, *PingRequest) (*PingReply, error)
	// Replies to MD requests with a stream
	MD(*MDRequest, Eos_MDServer) error
	// Replies to Find requests with a stream
	Find(*FindRequest, Eos_FindServer) error
	// Replies to a NsStat operation
	NsStat(context.Context, *NsStatRequest) (*NsStatResponse, error)
	// Replies to an insert
	ContainerInsert(context.Context, *ContainerInsertRequest) (*InsertReply, error)
	FileInsert(context.Context, *FileInsertRequest) (*InsertReply, error)
	// Replies to a NsRequest operation
	Exec(context.Context, *NSRequest) (*NSResponse, error)
	// Manila Driver
	ManilaServerRequest(context.Context, *ManilaRequest) (*ManilaResponse, error)
}

EosServer is the server API for Eos service.

type Eos_FindClient

type Eos_FindClient interface {
	Recv() (*MDResponse, error)
	grpc.ClientStream
}

type Eos_FindServer

type Eos_FindServer interface {
	Send(*MDResponse) error
	grpc.ServerStream
}

type Eos_MDClient

type Eos_MDClient interface {
	Recv() (*MDResponse, error)
	grpc.ClientStream
}

type Eos_MDServer

type Eos_MDServer interface {
	Send(*MDResponse) error
	grpc.ServerStream
}

type FileInsertRequest

type FileInsertRequest struct {
	Files                []*FileMdProto `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	Authkey              string         `protobuf:"bytes,2,opt,name=authkey,proto3" json:"authkey,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*FileInsertRequest) Descriptor

func (*FileInsertRequest) Descriptor() ([]byte, []int)

func (*FileInsertRequest) GetAuthkey

func (m *FileInsertRequest) GetAuthkey() string

func (*FileInsertRequest) GetFiles

func (m *FileInsertRequest) GetFiles() []*FileMdProto

func (*FileInsertRequest) ProtoMessage

func (*FileInsertRequest) ProtoMessage()

func (*FileInsertRequest) Reset

func (m *FileInsertRequest) Reset()

func (*FileInsertRequest) String

func (m *FileInsertRequest) String() string

func (*FileInsertRequest) XXX_DiscardUnknown added in v1.8.1

func (m *FileInsertRequest) XXX_DiscardUnknown()

func (*FileInsertRequest) XXX_Marshal added in v1.8.1

func (m *FileInsertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FileInsertRequest) XXX_Merge added in v1.8.1

func (m *FileInsertRequest) XXX_Merge(src proto.Message)

func (*FileInsertRequest) XXX_Size added in v1.8.1

func (m *FileInsertRequest) XXX_Size() int

func (*FileInsertRequest) XXX_Unmarshal added in v1.8.1

func (m *FileInsertRequest) XXX_Unmarshal(b []byte) error

type FileMdProto

type FileMdProto struct {
	Id                   uint64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ContId               uint64            `protobuf:"varint,2,opt,name=cont_id,json=contId,proto3" json:"cont_id,omitempty"`
	Uid                  uint64            `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Gid                  uint64            `protobuf:"varint,4,opt,name=gid,proto3" json:"gid,omitempty"`
	Size                 uint64            `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"`
	LayoutId             uint32            `protobuf:"varint,6,opt,name=layout_id,json=layoutId,proto3" json:"layout_id,omitempty"`
	Flags                uint32            `protobuf:"varint,7,opt,name=flags,proto3" json:"flags,omitempty"`
	Name                 []byte            `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	LinkName             []byte            `protobuf:"bytes,9,opt,name=link_name,json=linkName,proto3" json:"link_name,omitempty"`
	Ctime                *Time             `protobuf:"bytes,10,opt,name=ctime,proto3" json:"ctime,omitempty"`
	Mtime                *Time             `protobuf:"bytes,11,opt,name=mtime,proto3" json:"mtime,omitempty"`
	Checksum             *Checksum         `protobuf:"bytes,12,opt,name=checksum,proto3" json:"checksum,omitempty"`
	Locations            []uint32          `protobuf:"varint,13,rep,packed,name=locations,proto3" json:"locations,omitempty"`
	UnlinkLocations      []uint32          `protobuf:"varint,14,rep,packed,name=unlink_locations,json=unlinkLocations,proto3" json:"unlink_locations,omitempty"`
	Xattrs               map[string][]byte `` /* 154-byte string literal not displayed */
	Path                 []byte            `protobuf:"bytes,16,opt,name=path,proto3" json:"path,omitempty"`
	Etag                 string            `protobuf:"bytes,17,opt,name=etag,proto3" json:"etag,omitempty"`
	Inode                uint64            `protobuf:"varint,18,opt,name=inode,proto3" json:"inode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*FileMdProto) Descriptor

func (*FileMdProto) Descriptor() ([]byte, []int)

func (*FileMdProto) GetChecksum

func (m *FileMdProto) GetChecksum() *Checksum

func (*FileMdProto) GetContId

func (m *FileMdProto) GetContId() uint64

func (*FileMdProto) GetCtime

func (m *FileMdProto) GetCtime() *Time

func (*FileMdProto) GetEtag

func (m *FileMdProto) GetEtag() string

func (*FileMdProto) GetFlags

func (m *FileMdProto) GetFlags() uint32

func (*FileMdProto) GetGid

func (m *FileMdProto) GetGid() uint64

func (*FileMdProto) GetId

func (m *FileMdProto) GetId() uint64

func (*FileMdProto) GetInode added in v0.0.24

func (m *FileMdProto) GetInode() uint64

func (*FileMdProto) GetLayoutId

func (m *FileMdProto) GetLayoutId() uint32

func (*FileMdProto) GetLinkName

func (m *FileMdProto) GetLinkName() []byte

func (*FileMdProto) GetLocations

func (m *FileMdProto) GetLocations() []uint32

func (*FileMdProto) GetMtime

func (m *FileMdProto) GetMtime() *Time

func (*FileMdProto) GetName

func (m *FileMdProto) GetName() []byte

func (*FileMdProto) GetPath

func (m *FileMdProto) GetPath() []byte

func (*FileMdProto) GetSize

func (m *FileMdProto) GetSize() uint64

func (*FileMdProto) GetUid

func (m *FileMdProto) GetUid() uint64

func (*FileMdProto) GetUnlinkLocations

func (m *FileMdProto) GetUnlinkLocations() []uint32

func (*FileMdProto) GetXattrs

func (m *FileMdProto) GetXattrs() map[string][]byte

func (*FileMdProto) ProtoMessage

func (*FileMdProto) ProtoMessage()

func (*FileMdProto) Reset

func (m *FileMdProto) Reset()

func (*FileMdProto) String

func (m *FileMdProto) String() string

func (*FileMdProto) XXX_DiscardUnknown added in v1.8.1

func (m *FileMdProto) XXX_DiscardUnknown()

func (*FileMdProto) XXX_Marshal added in v1.8.1

func (m *FileMdProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FileMdProto) XXX_Merge added in v1.8.1

func (m *FileMdProto) XXX_Merge(src proto.Message)

func (*FileMdProto) XXX_Size added in v1.8.1

func (m *FileMdProto) XXX_Size() int

func (*FileMdProto) XXX_Unmarshal added in v1.8.1

func (m *FileMdProto) XXX_Unmarshal(b []byte) error

type FindRequest

type FindRequest struct {
	Type                 TYPE         `protobuf:"varint,1,opt,name=type,proto3,enum=eos.rpc.TYPE" json:"type,omitempty"`
	Id                   *MDId        `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Role                 *RoleId      `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	Authkey              string       `protobuf:"bytes,4,opt,name=authkey,proto3" json:"authkey,omitempty"`
	Maxdepth             uint64       `protobuf:"varint,5,opt,name=maxdepth,proto3" json:"maxdepth,omitempty"`
	Selection            *MDSelection `protobuf:"bytes,6,opt,name=selection,proto3" json:"selection,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*FindRequest) Descriptor

func (*FindRequest) Descriptor() ([]byte, []int)

func (*FindRequest) GetAuthkey

func (m *FindRequest) GetAuthkey() string

func (*FindRequest) GetId

func (m *FindRequest) GetId() *MDId

func (*FindRequest) GetMaxdepth

func (m *FindRequest) GetMaxdepth() uint64

func (*FindRequest) GetRole

func (m *FindRequest) GetRole() *RoleId

func (*FindRequest) GetSelection

func (m *FindRequest) GetSelection() *MDSelection

func (*FindRequest) GetType

func (m *FindRequest) GetType() TYPE

func (*FindRequest) ProtoMessage

func (*FindRequest) ProtoMessage()

func (*FindRequest) Reset

func (m *FindRequest) Reset()

func (*FindRequest) String

func (m *FindRequest) String() string

func (*FindRequest) XXX_DiscardUnknown added in v1.8.1

func (m *FindRequest) XXX_DiscardUnknown()

func (*FindRequest) XXX_Marshal added in v1.8.1

func (m *FindRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindRequest) XXX_Merge added in v1.8.1

func (m *FindRequest) XXX_Merge(src proto.Message)

func (*FindRequest) XXX_Size added in v1.8.1

func (m *FindRequest) XXX_Size() int

func (*FindRequest) XXX_Unmarshal added in v1.8.1

func (m *FindRequest) XXX_Unmarshal(b []byte) error

type InsertReply

type InsertReply struct {
	Message              []string `protobuf:"bytes,1,rep,name=message,proto3" json:"message,omitempty"`
	Retc                 []uint32 `protobuf:"varint,2,rep,packed,name=retc,proto3" json:"retc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InsertReply) Descriptor

func (*InsertReply) Descriptor() ([]byte, []int)

func (*InsertReply) GetMessage

func (m *InsertReply) GetMessage() []string

func (*InsertReply) GetRetc

func (m *InsertReply) GetRetc() []uint32

func (*InsertReply) ProtoMessage

func (*InsertReply) ProtoMessage()

func (*InsertReply) Reset

func (m *InsertReply) Reset()

func (*InsertReply) String

func (m *InsertReply) String() string

func (*InsertReply) XXX_DiscardUnknown added in v1.8.1

func (m *InsertReply) XXX_DiscardUnknown()

func (*InsertReply) XXX_Marshal added in v1.8.1

func (m *InsertReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InsertReply) XXX_Merge added in v1.8.1

func (m *InsertReply) XXX_Merge(src proto.Message)

func (*InsertReply) XXX_Size added in v1.8.1

func (m *InsertReply) XXX_Size() int

func (*InsertReply) XXX_Unmarshal added in v1.8.1

func (m *InsertReply) XXX_Unmarshal(b []byte) error

type Limit

type Limit struct {
	Zero                 bool     `protobuf:"varint,1,opt,name=zero,proto3" json:"zero,omitempty"`
	Min                  uint64   `protobuf:"varint,2,opt,name=min,proto3" json:"min,omitempty"`
	Max                  uint64   `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Limit) Descriptor

func (*Limit) Descriptor() ([]byte, []int)

func (*Limit) GetMax

func (m *Limit) GetMax() uint64

func (*Limit) GetMin

func (m *Limit) GetMin() uint64

func (*Limit) GetZero

func (m *Limit) GetZero() bool

func (*Limit) ProtoMessage

func (*Limit) ProtoMessage()

func (*Limit) Reset

func (m *Limit) Reset()

func (*Limit) String

func (m *Limit) String() string

func (*Limit) XXX_DiscardUnknown added in v1.8.1

func (m *Limit) XXX_DiscardUnknown()

func (*Limit) XXX_Marshal added in v1.8.1

func (m *Limit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Limit) XXX_Merge added in v1.8.1

func (m *Limit) XXX_Merge(src proto.Message)

func (*Limit) XXX_Size added in v1.8.1

func (m *Limit) XXX_Size() int

func (*Limit) XXX_Unmarshal added in v1.8.1

func (m *Limit) XXX_Unmarshal(b []byte) error

type MANILA_REQUEST_TYPE

type MANILA_REQUEST_TYPE int32
const (
	MANILA_REQUEST_TYPE_CREATE_SHARE    MANILA_REQUEST_TYPE = 0
	MANILA_REQUEST_TYPE_DELETE_SHARE    MANILA_REQUEST_TYPE = 1
	MANILA_REQUEST_TYPE_EXTEND_SHARE    MANILA_REQUEST_TYPE = 2
	MANILA_REQUEST_TYPE_SHRINK_SHARE    MANILA_REQUEST_TYPE = 3
	MANILA_REQUEST_TYPE_MANAGE_EXISTING MANILA_REQUEST_TYPE = 4
	MANILA_REQUEST_TYPE_UNMANAGE        MANILA_REQUEST_TYPE = 5
	MANILA_REQUEST_TYPE_GET_CAPACITIES  MANILA_REQUEST_TYPE = 6
)

func (MANILA_REQUEST_TYPE) EnumDescriptor

func (MANILA_REQUEST_TYPE) EnumDescriptor() ([]byte, []int)

func (MANILA_REQUEST_TYPE) String

func (x MANILA_REQUEST_TYPE) String() string

type MDId

type MDId struct {
	Path                 []byte   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Id                   uint64   `protobuf:"fixed64,2,opt,name=id,proto3" json:"id,omitempty"`
	Ino                  uint64   `protobuf:"fixed64,3,opt,name=ino,proto3" json:"ino,omitempty"`
	Type                 TYPE     `protobuf:"varint,4,opt,name=type,proto3,enum=eos.rpc.TYPE" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MDId) Descriptor

func (*MDId) Descriptor() ([]byte, []int)

func (*MDId) GetId

func (m *MDId) GetId() uint64

func (*MDId) GetIno

func (m *MDId) GetIno() uint64

func (*MDId) GetPath

func (m *MDId) GetPath() []byte

func (*MDId) GetType

func (m *MDId) GetType() TYPE

func (*MDId) ProtoMessage

func (*MDId) ProtoMessage()

func (*MDId) Reset

func (m *MDId) Reset()

func (*MDId) String

func (m *MDId) String() string

func (*MDId) XXX_DiscardUnknown added in v1.8.1

func (m *MDId) XXX_DiscardUnknown()

func (*MDId) XXX_Marshal added in v1.8.1

func (m *MDId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MDId) XXX_Merge added in v1.8.1

func (m *MDId) XXX_Merge(src proto.Message)

func (*MDId) XXX_Size added in v1.8.1

func (m *MDId) XXX_Size() int

func (*MDId) XXX_Unmarshal added in v1.8.1

func (m *MDId) XXX_Unmarshal(b []byte) error

type MDRequest

type MDRequest struct {
	Type                 TYPE         `protobuf:"varint,1,opt,name=type,proto3,enum=eos.rpc.TYPE" json:"type,omitempty"`
	Id                   *MDId        `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Authkey              string       `protobuf:"bytes,3,opt,name=authkey,proto3" json:"authkey,omitempty"`
	Role                 *RoleId      `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"`
	Selection            *MDSelection `protobuf:"bytes,5,opt,name=selection,proto3" json:"selection,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*MDRequest) Descriptor

func (*MDRequest) Descriptor() ([]byte, []int)

func (*MDRequest) GetAuthkey

func (m *MDRequest) GetAuthkey() string

func (*MDRequest) GetId

func (m *MDRequest) GetId() *MDId

func (*MDRequest) GetRole

func (m *MDRequest) GetRole() *RoleId

func (*MDRequest) GetSelection

func (m *MDRequest) GetSelection() *MDSelection

func (*MDRequest) GetType

func (m *MDRequest) GetType() TYPE

func (*MDRequest) ProtoMessage

func (*MDRequest) ProtoMessage()

func (*MDRequest) Reset

func (m *MDRequest) Reset()

func (*MDRequest) String

func (m *MDRequest) String() string

func (*MDRequest) XXX_DiscardUnknown added in v1.8.1

func (m *MDRequest) XXX_DiscardUnknown()

func (*MDRequest) XXX_Marshal added in v1.8.1

func (m *MDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MDRequest) XXX_Merge added in v1.8.1

func (m *MDRequest) XXX_Merge(src proto.Message)

func (*MDRequest) XXX_Size added in v1.8.1

func (m *MDRequest) XXX_Size() int

func (*MDRequest) XXX_Unmarshal added in v1.8.1

func (m *MDRequest) XXX_Unmarshal(b []byte) error

type MDResponse

type MDResponse struct {
	Type                 TYPE              `protobuf:"varint,1,opt,name=type,proto3,enum=eos.rpc.TYPE" json:"type,omitempty"`
	Fmd                  *FileMdProto      `protobuf:"bytes,2,opt,name=fmd,proto3" json:"fmd,omitempty"`
	Cmd                  *ContainerMdProto `protobuf:"bytes,3,opt,name=cmd,proto3" json:"cmd,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*MDResponse) Descriptor

func (*MDResponse) Descriptor() ([]byte, []int)

func (*MDResponse) GetCmd

func (m *MDResponse) GetCmd() *ContainerMdProto

func (*MDResponse) GetFmd

func (m *MDResponse) GetFmd() *FileMdProto

func (*MDResponse) GetType

func (m *MDResponse) GetType() TYPE

func (*MDResponse) ProtoMessage

func (*MDResponse) ProtoMessage()

func (*MDResponse) Reset

func (m *MDResponse) Reset()

func (*MDResponse) String

func (m *MDResponse) String() string

func (*MDResponse) XXX_DiscardUnknown added in v1.8.1

func (m *MDResponse) XXX_DiscardUnknown()

func (*MDResponse) XXX_Marshal added in v1.8.1

func (m *MDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MDResponse) XXX_Merge added in v1.8.1

func (m *MDResponse) XXX_Merge(src proto.Message)

func (*MDResponse) XXX_Size added in v1.8.1

func (m *MDResponse) XXX_Size() int

func (*MDResponse) XXX_Unmarshal added in v1.8.1

func (m *MDResponse) XXX_Unmarshal(b []byte) error

type MDSelection

type MDSelection struct {
	Select               bool              `protobuf:"varint,1,opt,name=select,proto3" json:"select,omitempty"`
	Ctime                *Limit            `protobuf:"bytes,2,opt,name=ctime,proto3" json:"ctime,omitempty"`
	Mtime                *Limit            `protobuf:"bytes,3,opt,name=mtime,proto3" json:"mtime,omitempty"`
	Stime                *Limit            `protobuf:"bytes,4,opt,name=stime,proto3" json:"stime,omitempty"`
	Size                 *Limit            `protobuf:"bytes,5,opt,name=size,proto3" json:"size,omitempty"`
	Treesize             *Limit            `protobuf:"bytes,6,opt,name=treesize,proto3" json:"treesize,omitempty"`
	Children             *Limit            `protobuf:"bytes,7,opt,name=children,proto3" json:"children,omitempty"`
	Locations            *Limit            `protobuf:"bytes,8,opt,name=locations,proto3" json:"locations,omitempty"`
	UnlinkedLocations    *Limit            `protobuf:"bytes,9,opt,name=unlinked_locations,json=unlinkedLocations,proto3" json:"unlinked_locations,omitempty"`
	Layoutid             uint64            `protobuf:"varint,10,opt,name=layoutid,proto3" json:"layoutid,omitempty"`
	Flags                uint64            `protobuf:"varint,11,opt,name=flags,proto3" json:"flags,omitempty"`
	Symlink              bool              `protobuf:"varint,12,opt,name=symlink,proto3" json:"symlink,omitempty"`
	Checksum             *Checksum         `protobuf:"bytes,13,opt,name=checksum,proto3" json:"checksum,omitempty"`
	Owner                uint32            `protobuf:"varint,14,opt,name=owner,proto3" json:"owner,omitempty"`
	Group                uint32            `protobuf:"varint,15,opt,name=group,proto3" json:"group,omitempty"`
	OwnerRoot            bool              `protobuf:"varint,16,opt,name=owner_root,json=ownerRoot,proto3" json:"owner_root,omitempty"`
	GroupRoot            bool              `protobuf:"varint,17,opt,name=group_root,json=groupRoot,proto3" json:"group_root,omitempty"`
	RegexpFilename       []byte            `protobuf:"bytes,18,opt,name=regexp_filename,json=regexpFilename,proto3" json:"regexp_filename,omitempty"`
	RegexpDirname        []byte            `protobuf:"bytes,19,opt,name=regexp_dirname,json=regexpDirname,proto3" json:"regexp_dirname,omitempty"`
	Xattr                map[string][]byte `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*MDSelection) Descriptor

func (*MDSelection) Descriptor() ([]byte, []int)

func (*MDSelection) GetChecksum

func (m *MDSelection) GetChecksum() *Checksum

func (*MDSelection) GetChildren

func (m *MDSelection) GetChildren() *Limit

func (*MDSelection) GetCtime

func (m *MDSelection) GetCtime() *Limit

func (*MDSelection) GetFlags

func (m *MDSelection) GetFlags() uint64

func (*MDSelection) GetGroup

func (m *MDSelection) GetGroup() uint32

func (*MDSelection) GetGroupRoot

func (m *MDSelection) GetGroupRoot() bool

func (*MDSelection) GetLayoutid

func (m *MDSelection) GetLayoutid() uint64

func (*MDSelection) GetLocations

func (m *MDSelection) GetLocations() *Limit

func (*MDSelection) GetMtime

func (m *MDSelection) GetMtime() *Limit

func (*MDSelection) GetOwner

func (m *MDSelection) GetOwner() uint32

func (*MDSelection) GetOwnerRoot

func (m *MDSelection) GetOwnerRoot() bool

func (*MDSelection) GetRegexpDirname

func (m *MDSelection) GetRegexpDirname() []byte

func (*MDSelection) GetRegexpFilename

func (m *MDSelection) GetRegexpFilename() []byte

func (*MDSelection) GetSelect

func (m *MDSelection) GetSelect() bool

func (*MDSelection) GetSize

func (m *MDSelection) GetSize() *Limit

func (*MDSelection) GetStime

func (m *MDSelection) GetStime() *Limit
func (m *MDSelection) GetSymlink() bool

func (*MDSelection) GetTreesize

func (m *MDSelection) GetTreesize() *Limit

func (*MDSelection) GetUnlinkedLocations

func (m *MDSelection) GetUnlinkedLocations() *Limit

func (*MDSelection) GetXattr

func (m *MDSelection) GetXattr() map[string][]byte

func (*MDSelection) ProtoMessage

func (*MDSelection) ProtoMessage()

func (*MDSelection) Reset

func (m *MDSelection) Reset()

func (*MDSelection) String

func (m *MDSelection) String() string

func (*MDSelection) XXX_DiscardUnknown added in v1.8.1

func (m *MDSelection) XXX_DiscardUnknown()

func (*MDSelection) XXX_Marshal added in v1.8.1

func (m *MDSelection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MDSelection) XXX_Merge added in v1.8.1

func (m *MDSelection) XXX_Merge(src proto.Message)

func (*MDSelection) XXX_Size added in v1.8.1

func (m *MDSelection) XXX_Size() int

func (*MDSelection) XXX_Unmarshal added in v1.8.1

func (m *MDSelection) XXX_Unmarshal(b []byte) error

type ManilaRequest

type ManilaRequest struct {
	RequestType          MANILA_REQUEST_TYPE `` /* 128-byte string literal not displayed */
	AuthKey              string              `protobuf:"bytes,2,opt,name=auth_key,json=authKey,proto3" json:"auth_key,omitempty"`
	Protocol             string              `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"`
	ShareName            string              `protobuf:"bytes,4,opt,name=share_name,json=shareName,proto3" json:"share_name,omitempty"`
	Description          string              `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	ShareId              string              `protobuf:"bytes,6,opt,name=share_id,json=shareId,proto3" json:"share_id,omitempty"`
	ShareGroupId         string              `protobuf:"bytes,7,opt,name=share_group_id,json=shareGroupId,proto3" json:"share_group_id,omitempty"`
	Quota                int32               `protobuf:"varint,8,opt,name=quota,proto3" json:"quota,omitempty"`
	Creator              string              `protobuf:"bytes,9,opt,name=creator,proto3" json:"creator,omitempty"`
	Egroup               string              `protobuf:"bytes,10,opt,name=egroup,proto3" json:"egroup,omitempty"`
	AdminEgroup          string              `protobuf:"bytes,11,opt,name=admin_egroup,json=adminEgroup,proto3" json:"admin_egroup,omitempty"`
	ShareHost            string              `protobuf:"bytes,12,opt,name=share_host,json=shareHost,proto3" json:"share_host,omitempty"`
	ShareLocation        string              `protobuf:"bytes,13,opt,name=share_location,json=shareLocation,proto3" json:"share_location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ManilaRequest) Descriptor

func (*ManilaRequest) Descriptor() ([]byte, []int)

func (*ManilaRequest) GetAdminEgroup

func (m *ManilaRequest) GetAdminEgroup() string

func (*ManilaRequest) GetAuthKey

func (m *ManilaRequest) GetAuthKey() string

func (*ManilaRequest) GetCreator

func (m *ManilaRequest) GetCreator() string

func (*ManilaRequest) GetDescription

func (m *ManilaRequest) GetDescription() string

func (*ManilaRequest) GetEgroup

func (m *ManilaRequest) GetEgroup() string

func (*ManilaRequest) GetProtocol

func (m *ManilaRequest) GetProtocol() string

func (*ManilaRequest) GetQuota

func (m *ManilaRequest) GetQuota() int32

func (*ManilaRequest) GetRequestType

func (m *ManilaRequest) GetRequestType() MANILA_REQUEST_TYPE

func (*ManilaRequest) GetShareGroupId

func (m *ManilaRequest) GetShareGroupId() string

func (*ManilaRequest) GetShareHost

func (m *ManilaRequest) GetShareHost() string

func (*ManilaRequest) GetShareId

func (m *ManilaRequest) GetShareId() string

func (*ManilaRequest) GetShareLocation

func (m *ManilaRequest) GetShareLocation() string

func (*ManilaRequest) GetShareName

func (m *ManilaRequest) GetShareName() string

func (*ManilaRequest) ProtoMessage

func (*ManilaRequest) ProtoMessage()

func (*ManilaRequest) Reset

func (m *ManilaRequest) Reset()

func (*ManilaRequest) String

func (m *ManilaRequest) String() string

func (*ManilaRequest) XXX_DiscardUnknown added in v1.8.1

func (m *ManilaRequest) XXX_DiscardUnknown()

func (*ManilaRequest) XXX_Marshal added in v1.8.1

func (m *ManilaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManilaRequest) XXX_Merge added in v1.8.1

func (m *ManilaRequest) XXX_Merge(src proto.Message)

func (*ManilaRequest) XXX_Size added in v1.8.1

func (m *ManilaRequest) XXX_Size() int

func (*ManilaRequest) XXX_Unmarshal added in v1.8.1

func (m *ManilaRequest) XXX_Unmarshal(b []byte) error

type ManilaResponse

type ManilaResponse struct {
	Msg                  string   `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	Code                 int32    `protobuf:"varint,2,opt,name=code,proto3" json:"code,omitempty"`
	TotalUsed            int64    `protobuf:"varint,3,opt,name=total_used,json=totalUsed,proto3" json:"total_used,omitempty"`
	TotalCapacity        int64    `protobuf:"varint,4,opt,name=total_capacity,json=totalCapacity,proto3" json:"total_capacity,omitempty"`
	NewShareQuota        int64    `protobuf:"varint,5,opt,name=new_share_quota,json=newShareQuota,proto3" json:"new_share_quota,omitempty"`
	NewSharePath         string   `protobuf:"bytes,6,opt,name=new_share_path,json=newSharePath,proto3" json:"new_share_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ManilaResponse) Descriptor

func (*ManilaResponse) Descriptor() ([]byte, []int)

func (*ManilaResponse) GetCode

func (m *ManilaResponse) GetCode() int32

func (*ManilaResponse) GetMsg

func (m *ManilaResponse) GetMsg() string

func (*ManilaResponse) GetNewSharePath

func (m *ManilaResponse) GetNewSharePath() string

func (*ManilaResponse) GetNewShareQuota

func (m *ManilaResponse) GetNewShareQuota() int64

func (*ManilaResponse) GetTotalCapacity

func (m *ManilaResponse) GetTotalCapacity() int64

func (*ManilaResponse) GetTotalUsed

func (m *ManilaResponse) GetTotalUsed() int64

func (*ManilaResponse) ProtoMessage

func (*ManilaResponse) ProtoMessage()

func (*ManilaResponse) Reset

func (m *ManilaResponse) Reset()

func (*ManilaResponse) String

func (m *ManilaResponse) String() string

func (*ManilaResponse) XXX_DiscardUnknown added in v1.8.1

func (m *ManilaResponse) XXX_DiscardUnknown()

func (*ManilaResponse) XXX_Marshal added in v1.8.1

func (m *ManilaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManilaResponse) XXX_Merge added in v1.8.1

func (m *ManilaResponse) XXX_Merge(src proto.Message)

func (*ManilaResponse) XXX_Size added in v1.8.1

func (m *ManilaResponse) XXX_Size() int

func (*ManilaResponse) XXX_Unmarshal added in v1.8.1

func (m *ManilaResponse) XXX_Unmarshal(b []byte) error

type NSRequest

type NSRequest struct {
	Authkey string  `protobuf:"bytes,1,opt,name=authkey,proto3" json:"authkey,omitempty"`
	Role    *RoleId `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	// Actual request data object
	//
	// Types that are valid to be assigned to Command:
	//
	//	*NSRequest_Mkdir
	//	*NSRequest_Rmdir
	//	*NSRequest_Touch
	//	*NSRequest_Unlink
	//	*NSRequest_Rm
	//	*NSRequest_Rename
	//	*NSRequest_Symlink
	//	*NSRequest_Version
	//	*NSRequest_Recycle
	//	*NSRequest_Xattr
	//	*NSRequest_Chown
	//	*NSRequest_Chmod
	//	*NSRequest_Acl
	//	*NSRequest_Token
	//	*NSRequest_Quota
	//	*NSRequest_Share
	Command              isNSRequest_Command `protobuf_oneof:"command"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*NSRequest) Descriptor

func (*NSRequest) Descriptor() ([]byte, []int)

func (*NSRequest) GetAcl

func (m *NSRequest) GetAcl() *NSRequest_AclRequest

func (*NSRequest) GetAuthkey

func (m *NSRequest) GetAuthkey() string

func (*NSRequest) GetChmod

func (m *NSRequest) GetChmod() *NSRequest_ChmodRequest

func (*NSRequest) GetChown

func (m *NSRequest) GetChown() *NSRequest_ChownRequest

func (*NSRequest) GetCommand

func (m *NSRequest) GetCommand() isNSRequest_Command

func (*NSRequest) GetMkdir

func (m *NSRequest) GetMkdir() *NSRequest_MkdirRequest

func (*NSRequest) GetQuota

func (m *NSRequest) GetQuota() *NSRequest_QuotaRequest

func (*NSRequest) GetRecycle

func (m *NSRequest) GetRecycle() *NSRequest_RecycleRequest

func (*NSRequest) GetRename

func (m *NSRequest) GetRename() *NSRequest_RenameRequest

func (*NSRequest) GetRm

func (m *NSRequest) GetRm() *NSRequest_RmRequest

func (*NSRequest) GetRmdir

func (m *NSRequest) GetRmdir() *NSRequest_RmdirRequest

func (*NSRequest) GetRole

func (m *NSRequest) GetRole() *RoleId

func (*NSRequest) GetShare

func (m *NSRequest) GetShare() *NSRequest_ShareRequest
func (m *NSRequest) GetSymlink() *NSRequest_SymlinkRequest

func (*NSRequest) GetToken

func (m *NSRequest) GetToken() *NSRequest_TokenRequest

func (*NSRequest) GetTouch

func (m *NSRequest) GetTouch() *NSRequest_TouchRequest
func (m *NSRequest) GetUnlink() *NSRequest_UnlinkRequest

func (*NSRequest) GetVersion

func (m *NSRequest) GetVersion() *NSRequest_VersionRequest

func (*NSRequest) GetXattr

func (m *NSRequest) GetXattr() *NSRequest_SetXAttrRequest

func (*NSRequest) ProtoMessage

func (*NSRequest) ProtoMessage()

func (*NSRequest) Reset

func (m *NSRequest) Reset()

func (*NSRequest) String

func (m *NSRequest) String() string

func (*NSRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest) XXX_DiscardUnknown()

func (*NSRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest) XXX_Merge added in v1.8.1

func (m *NSRequest) XXX_Merge(src proto.Message)

func (*NSRequest) XXX_OneofWrappers added in v1.8.1

func (*NSRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*NSRequest) XXX_Size added in v1.8.1

func (m *NSRequest) XXX_Size() int

func (*NSRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Acl

type NSRequest_Acl struct {
	Acl *NSRequest_AclRequest `protobuf:"bytes,33,opt,name=acl,proto3,oneof"`
}

type NSRequest_AclRequest

type NSRequest_AclRequest struct {
	Id                   *MDId                            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Cmd                  NSRequest_AclRequest_ACL_COMMAND `protobuf:"varint,2,opt,name=cmd,proto3,enum=eos.rpc.NSRequest_AclRequest_ACL_COMMAND" json:"cmd,omitempty"`
	Recursive            bool                             `protobuf:"varint,3,opt,name=recursive,proto3" json:"recursive,omitempty"`
	Type                 NSRequest_AclRequest_ACL_TYPE    `protobuf:"varint,4,opt,name=type,proto3,enum=eos.rpc.NSRequest_AclRequest_ACL_TYPE" json:"type,omitempty"`
	Rule                 string                           `protobuf:"bytes,5,opt,name=rule,proto3" json:"rule,omitempty"`
	Position             uint32                           `protobuf:"varint,6,opt,name=position,proto3" json:"position,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*NSRequest_AclRequest) Descriptor

func (*NSRequest_AclRequest) Descriptor() ([]byte, []int)

func (*NSRequest_AclRequest) GetCmd

func (*NSRequest_AclRequest) GetId

func (m *NSRequest_AclRequest) GetId() *MDId

func (*NSRequest_AclRequest) GetPosition

func (m *NSRequest_AclRequest) GetPosition() uint32

func (*NSRequest_AclRequest) GetRecursive

func (m *NSRequest_AclRequest) GetRecursive() bool

func (*NSRequest_AclRequest) GetRule

func (m *NSRequest_AclRequest) GetRule() string

func (*NSRequest_AclRequest) GetType

func (*NSRequest_AclRequest) ProtoMessage

func (*NSRequest_AclRequest) ProtoMessage()

func (*NSRequest_AclRequest) Reset

func (m *NSRequest_AclRequest) Reset()

func (*NSRequest_AclRequest) String

func (m *NSRequest_AclRequest) String() string

func (*NSRequest_AclRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_AclRequest) XXX_DiscardUnknown()

func (*NSRequest_AclRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_AclRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_AclRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_AclRequest) XXX_Merge(src proto.Message)

func (*NSRequest_AclRequest) XXX_Size added in v1.8.1

func (m *NSRequest_AclRequest) XXX_Size() int

func (*NSRequest_AclRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_AclRequest) XXX_Unmarshal(b []byte) error

type NSRequest_AclRequest_ACL_COMMAND

type NSRequest_AclRequest_ACL_COMMAND int32
const (
	NSRequest_AclRequest_NONE   NSRequest_AclRequest_ACL_COMMAND = 0
	NSRequest_AclRequest_MODIFY NSRequest_AclRequest_ACL_COMMAND = 1
	NSRequest_AclRequest_LIST   NSRequest_AclRequest_ACL_COMMAND = 2
)

func (NSRequest_AclRequest_ACL_COMMAND) EnumDescriptor

func (NSRequest_AclRequest_ACL_COMMAND) EnumDescriptor() ([]byte, []int)

func (NSRequest_AclRequest_ACL_COMMAND) String

type NSRequest_AclRequest_ACL_TYPE

type NSRequest_AclRequest_ACL_TYPE int32
const (
	NSRequest_AclRequest_USER_ACL NSRequest_AclRequest_ACL_TYPE = 0
	NSRequest_AclRequest_SYS_ACL  NSRequest_AclRequest_ACL_TYPE = 1
)

func (NSRequest_AclRequest_ACL_TYPE) EnumDescriptor

func (NSRequest_AclRequest_ACL_TYPE) EnumDescriptor() ([]byte, []int)

func (NSRequest_AclRequest_ACL_TYPE) String

type NSRequest_Chmod

type NSRequest_Chmod struct {
	Chmod *NSRequest_ChmodRequest `protobuf:"bytes,32,opt,name=chmod,proto3,oneof"`
}

type NSRequest_ChmodRequest

type NSRequest_ChmodRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Mode                 int64    `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_ChmodRequest) Descriptor

func (*NSRequest_ChmodRequest) Descriptor() ([]byte, []int)

func (*NSRequest_ChmodRequest) GetId

func (m *NSRequest_ChmodRequest) GetId() *MDId

func (*NSRequest_ChmodRequest) GetMode

func (m *NSRequest_ChmodRequest) GetMode() int64

func (*NSRequest_ChmodRequest) ProtoMessage

func (*NSRequest_ChmodRequest) ProtoMessage()

func (*NSRequest_ChmodRequest) Reset

func (m *NSRequest_ChmodRequest) Reset()

func (*NSRequest_ChmodRequest) String

func (m *NSRequest_ChmodRequest) String() string

func (*NSRequest_ChmodRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_ChmodRequest) XXX_DiscardUnknown()

func (*NSRequest_ChmodRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_ChmodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_ChmodRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_ChmodRequest) XXX_Merge(src proto.Message)

func (*NSRequest_ChmodRequest) XXX_Size added in v1.8.1

func (m *NSRequest_ChmodRequest) XXX_Size() int

func (*NSRequest_ChmodRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_ChmodRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Chown

type NSRequest_Chown struct {
	Chown *NSRequest_ChownRequest `protobuf:"bytes,31,opt,name=chown,proto3,oneof"`
}

type NSRequest_ChownRequest

type NSRequest_ChownRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Owner                *RoleId  `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_ChownRequest) Descriptor

func (*NSRequest_ChownRequest) Descriptor() ([]byte, []int)

func (*NSRequest_ChownRequest) GetId

func (m *NSRequest_ChownRequest) GetId() *MDId

func (*NSRequest_ChownRequest) GetOwner

func (m *NSRequest_ChownRequest) GetOwner() *RoleId

func (*NSRequest_ChownRequest) ProtoMessage

func (*NSRequest_ChownRequest) ProtoMessage()

func (*NSRequest_ChownRequest) Reset

func (m *NSRequest_ChownRequest) Reset()

func (*NSRequest_ChownRequest) String

func (m *NSRequest_ChownRequest) String() string

func (*NSRequest_ChownRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_ChownRequest) XXX_DiscardUnknown()

func (*NSRequest_ChownRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_ChownRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_ChownRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_ChownRequest) XXX_Merge(src proto.Message)

func (*NSRequest_ChownRequest) XXX_Size added in v1.8.1

func (m *NSRequest_ChownRequest) XXX_Size() int

func (*NSRequest_ChownRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_ChownRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Mkdir

type NSRequest_Mkdir struct {
	Mkdir *NSRequest_MkdirRequest `protobuf:"bytes,21,opt,name=mkdir,proto3,oneof"`
}

type NSRequest_MkdirRequest

type NSRequest_MkdirRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Recursive            bool     `protobuf:"varint,2,opt,name=recursive,proto3" json:"recursive,omitempty"`
	Mode                 int64    `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_MkdirRequest) Descriptor

func (*NSRequest_MkdirRequest) Descriptor() ([]byte, []int)

func (*NSRequest_MkdirRequest) GetId

func (m *NSRequest_MkdirRequest) GetId() *MDId

func (*NSRequest_MkdirRequest) GetMode

func (m *NSRequest_MkdirRequest) GetMode() int64

func (*NSRequest_MkdirRequest) GetRecursive

func (m *NSRequest_MkdirRequest) GetRecursive() bool

func (*NSRequest_MkdirRequest) ProtoMessage

func (*NSRequest_MkdirRequest) ProtoMessage()

func (*NSRequest_MkdirRequest) Reset

func (m *NSRequest_MkdirRequest) Reset()

func (*NSRequest_MkdirRequest) String

func (m *NSRequest_MkdirRequest) String() string

func (*NSRequest_MkdirRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_MkdirRequest) XXX_DiscardUnknown()

func (*NSRequest_MkdirRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_MkdirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_MkdirRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_MkdirRequest) XXX_Merge(src proto.Message)

func (*NSRequest_MkdirRequest) XXX_Size added in v1.8.1

func (m *NSRequest_MkdirRequest) XXX_Size() int

func (*NSRequest_MkdirRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_MkdirRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Quota

type NSRequest_Quota struct {
	Quota *NSRequest_QuotaRequest `protobuf:"bytes,35,opt,name=quota,proto3,oneof"`
}

type NSRequest_QuotaRequest

type NSRequest_QuotaRequest struct {
	Path                 []byte     `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Id                   *RoleId    `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Op                   QUOTAOP    `protobuf:"varint,3,opt,name=op,proto3,enum=eos.rpc.QUOTAOP" json:"op,omitempty"`
	Maxfiles             uint64     `protobuf:"varint,4,opt,name=maxfiles,proto3" json:"maxfiles,omitempty"`
	Maxbytes             uint64     `protobuf:"varint,5,opt,name=maxbytes,proto3" json:"maxbytes,omitempty"`
	Entry                QUOTAENTRY `protobuf:"varint,6,opt,name=entry,proto3,enum=eos.rpc.QUOTAENTRY" json:"entry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*NSRequest_QuotaRequest) Descriptor

func (*NSRequest_QuotaRequest) Descriptor() ([]byte, []int)

func (*NSRequest_QuotaRequest) GetEntry

func (m *NSRequest_QuotaRequest) GetEntry() QUOTAENTRY

func (*NSRequest_QuotaRequest) GetId

func (m *NSRequest_QuotaRequest) GetId() *RoleId

func (*NSRequest_QuotaRequest) GetMaxbytes

func (m *NSRequest_QuotaRequest) GetMaxbytes() uint64

func (*NSRequest_QuotaRequest) GetMaxfiles

func (m *NSRequest_QuotaRequest) GetMaxfiles() uint64

func (*NSRequest_QuotaRequest) GetOp

func (m *NSRequest_QuotaRequest) GetOp() QUOTAOP

func (*NSRequest_QuotaRequest) GetPath

func (m *NSRequest_QuotaRequest) GetPath() []byte

func (*NSRequest_QuotaRequest) ProtoMessage

func (*NSRequest_QuotaRequest) ProtoMessage()

func (*NSRequest_QuotaRequest) Reset

func (m *NSRequest_QuotaRequest) Reset()

func (*NSRequest_QuotaRequest) String

func (m *NSRequest_QuotaRequest) String() string

func (*NSRequest_QuotaRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_QuotaRequest) XXX_DiscardUnknown()

func (*NSRequest_QuotaRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_QuotaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_QuotaRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_QuotaRequest) XXX_Merge(src proto.Message)

func (*NSRequest_QuotaRequest) XXX_Size added in v1.8.1

func (m *NSRequest_QuotaRequest) XXX_Size() int

func (*NSRequest_QuotaRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_QuotaRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Recycle

type NSRequest_Recycle struct {
	Recycle *NSRequest_RecycleRequest `protobuf:"bytes,29,opt,name=recycle,proto3,oneof"`
}

type NSRequest_RecycleRequest

type NSRequest_RecycleRequest struct {
	Key                  string                                 `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Cmd                  NSRequest_RecycleRequest_RECYCLE_CMD   `protobuf:"varint,2,opt,name=cmd,proto3,enum=eos.rpc.NSRequest_RecycleRequest_RECYCLE_CMD" json:"cmd,omitempty"`
	Restoreflag          *NSRequest_RecycleRequest_RestoreFlags `protobuf:"bytes,3,opt,name=restoreflag,proto3" json:"restoreflag,omitempty"`
	Purgedate            *NSRequest_RecycleRequest_PurgeDate    `protobuf:"bytes,4,opt,name=purgedate,proto3" json:"purgedate,omitempty"`
	Listflag             *NSRequest_RecycleRequest_ListFlags    `protobuf:"bytes,5,opt,name=listflag,proto3" json:"listflag,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*NSRequest_RecycleRequest) Descriptor

func (*NSRequest_RecycleRequest) Descriptor() ([]byte, []int)

func (*NSRequest_RecycleRequest) GetCmd

func (*NSRequest_RecycleRequest) GetKey

func (m *NSRequest_RecycleRequest) GetKey() string

func (*NSRequest_RecycleRequest) GetListflag added in v1.28.0

func (*NSRequest_RecycleRequest) GetPurgedate

func (*NSRequest_RecycleRequest) GetRestoreflag

func (*NSRequest_RecycleRequest) ProtoMessage

func (*NSRequest_RecycleRequest) ProtoMessage()

func (*NSRequest_RecycleRequest) Reset

func (m *NSRequest_RecycleRequest) Reset()

func (*NSRequest_RecycleRequest) String

func (m *NSRequest_RecycleRequest) String() string

func (*NSRequest_RecycleRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_RecycleRequest) XXX_DiscardUnknown()

func (*NSRequest_RecycleRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_RecycleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_RecycleRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_RecycleRequest) XXX_Merge(src proto.Message)

func (*NSRequest_RecycleRequest) XXX_Size added in v1.8.1

func (m *NSRequest_RecycleRequest) XXX_Size() int

func (*NSRequest_RecycleRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_RecycleRequest) XXX_Unmarshal(b []byte) error

type NSRequest_RecycleRequest_ListFlags added in v1.28.0

type NSRequest_RecycleRequest_ListFlags struct {
	Maxentries           int32    `protobuf:"varint,1,opt,name=maxentries,proto3" json:"maxentries,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_RecycleRequest_ListFlags) Descriptor added in v1.28.0

func (*NSRequest_RecycleRequest_ListFlags) Descriptor() ([]byte, []int)

func (*NSRequest_RecycleRequest_ListFlags) GetMaxentries added in v1.28.0

func (m *NSRequest_RecycleRequest_ListFlags) GetMaxentries() int32

func (*NSRequest_RecycleRequest_ListFlags) ProtoMessage added in v1.28.0

func (*NSRequest_RecycleRequest_ListFlags) ProtoMessage()

func (*NSRequest_RecycleRequest_ListFlags) Reset added in v1.28.0

func (*NSRequest_RecycleRequest_ListFlags) String added in v1.28.0

func (*NSRequest_RecycleRequest_ListFlags) XXX_DiscardUnknown added in v1.28.0

func (m *NSRequest_RecycleRequest_ListFlags) XXX_DiscardUnknown()

func (*NSRequest_RecycleRequest_ListFlags) XXX_Marshal added in v1.28.0

func (m *NSRequest_RecycleRequest_ListFlags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_RecycleRequest_ListFlags) XXX_Merge added in v1.28.0

func (*NSRequest_RecycleRequest_ListFlags) XXX_Size added in v1.28.0

func (*NSRequest_RecycleRequest_ListFlags) XXX_Unmarshal added in v1.28.0

func (m *NSRequest_RecycleRequest_ListFlags) XXX_Unmarshal(b []byte) error

type NSRequest_RecycleRequest_PurgeDate

type NSRequest_RecycleRequest_PurgeDate struct {
	Year                 int32    `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
	Month                int32    `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"`
	Day                  int32    `protobuf:"varint,3,opt,name=day,proto3" json:"day,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_RecycleRequest_PurgeDate) Descriptor

func (*NSRequest_RecycleRequest_PurgeDate) Descriptor() ([]byte, []int)

func (*NSRequest_RecycleRequest_PurgeDate) GetDay

func (*NSRequest_RecycleRequest_PurgeDate) GetMonth

func (*NSRequest_RecycleRequest_PurgeDate) GetYear

func (*NSRequest_RecycleRequest_PurgeDate) ProtoMessage

func (*NSRequest_RecycleRequest_PurgeDate) ProtoMessage()

func (*NSRequest_RecycleRequest_PurgeDate) Reset

func (*NSRequest_RecycleRequest_PurgeDate) String

func (*NSRequest_RecycleRequest_PurgeDate) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_RecycleRequest_PurgeDate) XXX_DiscardUnknown()

func (*NSRequest_RecycleRequest_PurgeDate) XXX_Marshal added in v1.8.1

func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_RecycleRequest_PurgeDate) XXX_Merge added in v1.8.1

func (*NSRequest_RecycleRequest_PurgeDate) XXX_Size added in v1.8.1

func (*NSRequest_RecycleRequest_PurgeDate) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Unmarshal(b []byte) error

type NSRequest_RecycleRequest_RECYCLE_CMD

type NSRequest_RecycleRequest_RECYCLE_CMD int32
const (
	NSRequest_RecycleRequest_RESTORE NSRequest_RecycleRequest_RECYCLE_CMD = 0
	NSRequest_RecycleRequest_PURGE   NSRequest_RecycleRequest_RECYCLE_CMD = 1
	NSRequest_RecycleRequest_LIST    NSRequest_RecycleRequest_RECYCLE_CMD = 2
)

func (NSRequest_RecycleRequest_RECYCLE_CMD) EnumDescriptor

func (NSRequest_RecycleRequest_RECYCLE_CMD) EnumDescriptor() ([]byte, []int)

func (NSRequest_RecycleRequest_RECYCLE_CMD) String

type NSRequest_RecycleRequest_RestoreFlags

type NSRequest_RecycleRequest_RestoreFlags struct {
	Force                bool     `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"`
	Mkpath               bool     `protobuf:"varint,2,opt,name=mkpath,proto3" json:"mkpath,omitempty"`
	Versions             bool     `protobuf:"varint,3,opt,name=versions,proto3" json:"versions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_RecycleRequest_RestoreFlags) Descriptor

func (*NSRequest_RecycleRequest_RestoreFlags) Descriptor() ([]byte, []int)

func (*NSRequest_RecycleRequest_RestoreFlags) GetForce

func (*NSRequest_RecycleRequest_RestoreFlags) GetMkpath

func (*NSRequest_RecycleRequest_RestoreFlags) GetVersions

func (*NSRequest_RecycleRequest_RestoreFlags) ProtoMessage

func (*NSRequest_RecycleRequest_RestoreFlags) ProtoMessage()

func (*NSRequest_RecycleRequest_RestoreFlags) Reset

func (*NSRequest_RecycleRequest_RestoreFlags) String

func (*NSRequest_RecycleRequest_RestoreFlags) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_DiscardUnknown()

func (*NSRequest_RecycleRequest_RestoreFlags) XXX_Marshal added in v1.8.1

func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_RecycleRequest_RestoreFlags) XXX_Merge added in v1.8.1

func (*NSRequest_RecycleRequest_RestoreFlags) XXX_Size added in v1.8.1

func (*NSRequest_RecycleRequest_RestoreFlags) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Unmarshal(b []byte) error

type NSRequest_Rename

type NSRequest_Rename struct {
	Rename *NSRequest_RenameRequest `protobuf:"bytes,26,opt,name=rename,proto3,oneof"`
}

type NSRequest_RenameRequest

type NSRequest_RenameRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Target               []byte   `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_RenameRequest) Descriptor

func (*NSRequest_RenameRequest) Descriptor() ([]byte, []int)

func (*NSRequest_RenameRequest) GetId

func (m *NSRequest_RenameRequest) GetId() *MDId

func (*NSRequest_RenameRequest) GetTarget

func (m *NSRequest_RenameRequest) GetTarget() []byte

func (*NSRequest_RenameRequest) ProtoMessage

func (*NSRequest_RenameRequest) ProtoMessage()

func (*NSRequest_RenameRequest) Reset

func (m *NSRequest_RenameRequest) Reset()

func (*NSRequest_RenameRequest) String

func (m *NSRequest_RenameRequest) String() string

func (*NSRequest_RenameRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_RenameRequest) XXX_DiscardUnknown()

func (*NSRequest_RenameRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_RenameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_RenameRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_RenameRequest) XXX_Merge(src proto.Message)

func (*NSRequest_RenameRequest) XXX_Size added in v1.8.1

func (m *NSRequest_RenameRequest) XXX_Size() int

func (*NSRequest_RenameRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_RenameRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Rm

type NSRequest_Rm struct {
	Rm *NSRequest_RmRequest `protobuf:"bytes,25,opt,name=rm,proto3,oneof"`
}

type NSRequest_RmRequest

type NSRequest_RmRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Recursive            bool     `protobuf:"varint,2,opt,name=recursive,proto3" json:"recursive,omitempty"`
	Norecycle            bool     `protobuf:"varint,3,opt,name=norecycle,proto3" json:"norecycle,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_RmRequest) Descriptor

func (*NSRequest_RmRequest) Descriptor() ([]byte, []int)

func (*NSRequest_RmRequest) GetId

func (m *NSRequest_RmRequest) GetId() *MDId

func (*NSRequest_RmRequest) GetNorecycle

func (m *NSRequest_RmRequest) GetNorecycle() bool

func (*NSRequest_RmRequest) GetRecursive

func (m *NSRequest_RmRequest) GetRecursive() bool

func (*NSRequest_RmRequest) ProtoMessage

func (*NSRequest_RmRequest) ProtoMessage()

func (*NSRequest_RmRequest) Reset

func (m *NSRequest_RmRequest) Reset()

func (*NSRequest_RmRequest) String

func (m *NSRequest_RmRequest) String() string

func (*NSRequest_RmRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_RmRequest) XXX_DiscardUnknown()

func (*NSRequest_RmRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_RmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_RmRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_RmRequest) XXX_Merge(src proto.Message)

func (*NSRequest_RmRequest) XXX_Size added in v1.8.1

func (m *NSRequest_RmRequest) XXX_Size() int

func (*NSRequest_RmRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_RmRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Rmdir

type NSRequest_Rmdir struct {
	Rmdir *NSRequest_RmdirRequest `protobuf:"bytes,22,opt,name=rmdir,proto3,oneof"`
}

type NSRequest_RmdirRequest

type NSRequest_RmdirRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_RmdirRequest) Descriptor

func (*NSRequest_RmdirRequest) Descriptor() ([]byte, []int)

func (*NSRequest_RmdirRequest) GetId

func (m *NSRequest_RmdirRequest) GetId() *MDId

func (*NSRequest_RmdirRequest) ProtoMessage

func (*NSRequest_RmdirRequest) ProtoMessage()

func (*NSRequest_RmdirRequest) Reset

func (m *NSRequest_RmdirRequest) Reset()

func (*NSRequest_RmdirRequest) String

func (m *NSRequest_RmdirRequest) String() string

func (*NSRequest_RmdirRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_RmdirRequest) XXX_DiscardUnknown()

func (*NSRequest_RmdirRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_RmdirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_RmdirRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_RmdirRequest) XXX_Merge(src proto.Message)

func (*NSRequest_RmdirRequest) XXX_Size added in v1.8.1

func (m *NSRequest_RmdirRequest) XXX_Size() int

func (*NSRequest_RmdirRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_RmdirRequest) XXX_Unmarshal(b []byte) error

type NSRequest_SetXAttrRequest

type NSRequest_SetXAttrRequest struct {
	Id                   *MDId             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Xattrs               map[string][]byte `` /* 153-byte string literal not displayed */
	Recursive            bool              `protobuf:"varint,3,opt,name=recursive,proto3" json:"recursive,omitempty"`
	Keystodelete         []string          `protobuf:"bytes,4,rep,name=keystodelete,proto3" json:"keystodelete,omitempty"`
	Create               bool              `protobuf:"varint,5,opt,name=create,proto3" json:"create,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*NSRequest_SetXAttrRequest) Descriptor

func (*NSRequest_SetXAttrRequest) Descriptor() ([]byte, []int)

func (*NSRequest_SetXAttrRequest) GetCreate

func (m *NSRequest_SetXAttrRequest) GetCreate() bool

func (*NSRequest_SetXAttrRequest) GetId

func (m *NSRequest_SetXAttrRequest) GetId() *MDId

func (*NSRequest_SetXAttrRequest) GetKeystodelete

func (m *NSRequest_SetXAttrRequest) GetKeystodelete() []string

func (*NSRequest_SetXAttrRequest) GetRecursive

func (m *NSRequest_SetXAttrRequest) GetRecursive() bool

func (*NSRequest_SetXAttrRequest) GetXattrs

func (m *NSRequest_SetXAttrRequest) GetXattrs() map[string][]byte

func (*NSRequest_SetXAttrRequest) ProtoMessage

func (*NSRequest_SetXAttrRequest) ProtoMessage()

func (*NSRequest_SetXAttrRequest) Reset

func (m *NSRequest_SetXAttrRequest) Reset()

func (*NSRequest_SetXAttrRequest) String

func (m *NSRequest_SetXAttrRequest) String() string

func (*NSRequest_SetXAttrRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_SetXAttrRequest) XXX_DiscardUnknown()

func (*NSRequest_SetXAttrRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_SetXAttrRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_SetXAttrRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_SetXAttrRequest) XXX_Merge(src proto.Message)

func (*NSRequest_SetXAttrRequest) XXX_Size added in v1.8.1

func (m *NSRequest_SetXAttrRequest) XXX_Size() int

func (*NSRequest_SetXAttrRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_SetXAttrRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Share

type NSRequest_Share struct {
	Share *NSRequest_ShareRequest `protobuf:"bytes,36,opt,name=share,proto3,oneof"`
}

type NSRequest_ShareRequest

type NSRequest_ShareRequest struct {
	// Types that are valid to be assigned to Subcmd:
	//
	//	*NSRequest_ShareRequest_Ls
	//	*NSRequest_ShareRequest_Op
	Subcmd               isNSRequest_ShareRequest_Subcmd `protobuf_oneof:"subcmd"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*NSRequest_ShareRequest) Descriptor

func (*NSRequest_ShareRequest) Descriptor() ([]byte, []int)

func (*NSRequest_ShareRequest) GetLs

func (*NSRequest_ShareRequest) GetOp

func (*NSRequest_ShareRequest) GetSubcmd

func (m *NSRequest_ShareRequest) GetSubcmd() isNSRequest_ShareRequest_Subcmd

func (*NSRequest_ShareRequest) ProtoMessage

func (*NSRequest_ShareRequest) ProtoMessage()

func (*NSRequest_ShareRequest) Reset

func (m *NSRequest_ShareRequest) Reset()

func (*NSRequest_ShareRequest) String

func (m *NSRequest_ShareRequest) String() string

func (*NSRequest_ShareRequest) XXX_DiscardUnknown added in v1.27.0

func (m *NSRequest_ShareRequest) XXX_DiscardUnknown()

func (*NSRequest_ShareRequest) XXX_Marshal added in v1.27.0

func (m *NSRequest_ShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_ShareRequest) XXX_Merge added in v1.27.0

func (m *NSRequest_ShareRequest) XXX_Merge(src proto.Message)

func (*NSRequest_ShareRequest) XXX_OneofWrappers added in v1.27.0

func (*NSRequest_ShareRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*NSRequest_ShareRequest) XXX_Size added in v1.27.0

func (m *NSRequest_ShareRequest) XXX_Size() int

func (*NSRequest_ShareRequest) XXX_Unmarshal added in v1.27.0

func (m *NSRequest_ShareRequest) XXX_Unmarshal(b []byte) error

type NSRequest_ShareRequest_Ls

type NSRequest_ShareRequest_Ls struct {
	Ls *NSRequest_ShareRequest_LsShare `protobuf:"bytes,1,opt,name=ls,proto3,oneof"`
}

type NSRequest_ShareRequest_LsShare

type NSRequest_ShareRequest_LsShare struct {
	Outformat            NSRequest_ShareRequest_LsShare_OutFormat `` /* 126-byte string literal not displayed */
	Selection            string                                   `protobuf:"bytes,2,opt,name=selection,proto3" json:"selection,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*NSRequest_ShareRequest_LsShare) Descriptor

func (*NSRequest_ShareRequest_LsShare) Descriptor() ([]byte, []int)

func (*NSRequest_ShareRequest_LsShare) GetOutformat

func (*NSRequest_ShareRequest_LsShare) GetSelection

func (m *NSRequest_ShareRequest_LsShare) GetSelection() string

func (*NSRequest_ShareRequest_LsShare) ProtoMessage

func (*NSRequest_ShareRequest_LsShare) ProtoMessage()

func (*NSRequest_ShareRequest_LsShare) Reset

func (m *NSRequest_ShareRequest_LsShare) Reset()

func (*NSRequest_ShareRequest_LsShare) String

func (*NSRequest_ShareRequest_LsShare) XXX_DiscardUnknown added in v1.27.0

func (m *NSRequest_ShareRequest_LsShare) XXX_DiscardUnknown()

func (*NSRequest_ShareRequest_LsShare) XXX_Marshal added in v1.27.0

func (m *NSRequest_ShareRequest_LsShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_ShareRequest_LsShare) XXX_Merge added in v1.27.0

func (m *NSRequest_ShareRequest_LsShare) XXX_Merge(src proto.Message)

func (*NSRequest_ShareRequest_LsShare) XXX_Size added in v1.27.0

func (m *NSRequest_ShareRequest_LsShare) XXX_Size() int

func (*NSRequest_ShareRequest_LsShare) XXX_Unmarshal added in v1.27.0

func (m *NSRequest_ShareRequest_LsShare) XXX_Unmarshal(b []byte) error

type NSRequest_ShareRequest_LsShare_OutFormat

type NSRequest_ShareRequest_LsShare_OutFormat int32
const (
	NSRequest_ShareRequest_LsShare_NONE       NSRequest_ShareRequest_LsShare_OutFormat = 0
	NSRequest_ShareRequest_LsShare_MONITORING NSRequest_ShareRequest_LsShare_OutFormat = 1
	NSRequest_ShareRequest_LsShare_LISTING    NSRequest_ShareRequest_LsShare_OutFormat = 2
	NSRequest_ShareRequest_LsShare_JSON       NSRequest_ShareRequest_LsShare_OutFormat = 3
)

func (NSRequest_ShareRequest_LsShare_OutFormat) EnumDescriptor

func (NSRequest_ShareRequest_LsShare_OutFormat) EnumDescriptor() ([]byte, []int)

func (NSRequest_ShareRequest_LsShare_OutFormat) String

type NSRequest_ShareRequest_Op

type NSRequest_ShareRequest_Op struct {
	Op *NSRequest_ShareRequest_OperateShare `protobuf:"bytes,2,opt,name=op,proto3,oneof"`
}

type NSRequest_ShareRequest_OperateShare

type NSRequest_ShareRequest_OperateShare struct {
	Op                   NSRequest_ShareRequest_OperateShare_Op `protobuf:"varint,1,opt,name=op,proto3,enum=eos.rpc.NSRequest_ShareRequest_OperateShare_Op" json:"op,omitempty"`
	Share                string                                 `protobuf:"bytes,2,opt,name=share,proto3" json:"share,omitempty"`
	Acl                  string                                 `protobuf:"bytes,3,opt,name=acl,proto3" json:"acl,omitempty"`
	Path                 string                                 `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	User                 string                                 `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	Group                string                                 `protobuf:"bytes,6,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*NSRequest_ShareRequest_OperateShare) Descriptor

func (*NSRequest_ShareRequest_OperateShare) Descriptor() ([]byte, []int)

func (*NSRequest_ShareRequest_OperateShare) GetAcl

func (*NSRequest_ShareRequest_OperateShare) GetGroup

func (*NSRequest_ShareRequest_OperateShare) GetOp

func (*NSRequest_ShareRequest_OperateShare) GetPath

func (*NSRequest_ShareRequest_OperateShare) GetShare

func (*NSRequest_ShareRequest_OperateShare) GetUser

func (*NSRequest_ShareRequest_OperateShare) ProtoMessage

func (*NSRequest_ShareRequest_OperateShare) ProtoMessage()

func (*NSRequest_ShareRequest_OperateShare) Reset

func (*NSRequest_ShareRequest_OperateShare) String

func (*NSRequest_ShareRequest_OperateShare) XXX_DiscardUnknown added in v1.27.0

func (m *NSRequest_ShareRequest_OperateShare) XXX_DiscardUnknown()

func (*NSRequest_ShareRequest_OperateShare) XXX_Marshal added in v1.27.0

func (m *NSRequest_ShareRequest_OperateShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_ShareRequest_OperateShare) XXX_Merge added in v1.27.0

func (*NSRequest_ShareRequest_OperateShare) XXX_Size added in v1.27.0

func (*NSRequest_ShareRequest_OperateShare) XXX_Unmarshal added in v1.27.0

func (m *NSRequest_ShareRequest_OperateShare) XXX_Unmarshal(b []byte) error

type NSRequest_ShareRequest_OperateShare_Op

type NSRequest_ShareRequest_OperateShare_Op int32
const (
	NSRequest_ShareRequest_OperateShare_CREATE  NSRequest_ShareRequest_OperateShare_Op = 0
	NSRequest_ShareRequest_OperateShare_REMOVE  NSRequest_ShareRequest_OperateShare_Op = 1
	NSRequest_ShareRequest_OperateShare_SHARE   NSRequest_ShareRequest_OperateShare_Op = 2
	NSRequest_ShareRequest_OperateShare_UNSHARE NSRequest_ShareRequest_OperateShare_Op = 3
	NSRequest_ShareRequest_OperateShare_ACCESS  NSRequest_ShareRequest_OperateShare_Op = 4
	NSRequest_ShareRequest_OperateShare_MODIFY  NSRequest_ShareRequest_OperateShare_Op = 5
)

func (NSRequest_ShareRequest_OperateShare_Op) EnumDescriptor

func (NSRequest_ShareRequest_OperateShare_Op) EnumDescriptor() ([]byte, []int)

func (NSRequest_ShareRequest_OperateShare_Op) String

type NSRequest_Symlink struct {
	Symlink *NSRequest_SymlinkRequest `protobuf:"bytes,27,opt,name=symlink,proto3,oneof"`
}

type NSRequest_SymlinkRequest

type NSRequest_SymlinkRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Target               []byte   `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_SymlinkRequest) Descriptor

func (*NSRequest_SymlinkRequest) Descriptor() ([]byte, []int)

func (*NSRequest_SymlinkRequest) GetId

func (m *NSRequest_SymlinkRequest) GetId() *MDId

func (*NSRequest_SymlinkRequest) GetTarget

func (m *NSRequest_SymlinkRequest) GetTarget() []byte

func (*NSRequest_SymlinkRequest) ProtoMessage

func (*NSRequest_SymlinkRequest) ProtoMessage()

func (*NSRequest_SymlinkRequest) Reset

func (m *NSRequest_SymlinkRequest) Reset()

func (*NSRequest_SymlinkRequest) String

func (m *NSRequest_SymlinkRequest) String() string

func (*NSRequest_SymlinkRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_SymlinkRequest) XXX_DiscardUnknown()

func (*NSRequest_SymlinkRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_SymlinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_SymlinkRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_SymlinkRequest) XXX_Merge(src proto.Message)

func (*NSRequest_SymlinkRequest) XXX_Size added in v1.8.1

func (m *NSRequest_SymlinkRequest) XXX_Size() int

func (*NSRequest_SymlinkRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_SymlinkRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Token

type NSRequest_Token struct {
	Token *NSRequest_TokenRequest `protobuf:"bytes,34,opt,name=token,proto3,oneof"`
}

type NSRequest_TokenRequest

type NSRequest_TokenRequest struct {
	Token                *ShareToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*NSRequest_TokenRequest) Descriptor

func (*NSRequest_TokenRequest) Descriptor() ([]byte, []int)

func (*NSRequest_TokenRequest) GetToken

func (m *NSRequest_TokenRequest) GetToken() *ShareToken

func (*NSRequest_TokenRequest) ProtoMessage

func (*NSRequest_TokenRequest) ProtoMessage()

func (*NSRequest_TokenRequest) Reset

func (m *NSRequest_TokenRequest) Reset()

func (*NSRequest_TokenRequest) String

func (m *NSRequest_TokenRequest) String() string

func (*NSRequest_TokenRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_TokenRequest) XXX_DiscardUnknown()

func (*NSRequest_TokenRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_TokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_TokenRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_TokenRequest) XXX_Merge(src proto.Message)

func (*NSRequest_TokenRequest) XXX_Size added in v1.8.1

func (m *NSRequest_TokenRequest) XXX_Size() int

func (*NSRequest_TokenRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_TokenRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Touch

type NSRequest_Touch struct {
	Touch *NSRequest_TouchRequest `protobuf:"bytes,23,opt,name=touch,proto3,oneof"`
}

type NSRequest_TouchRequest

type NSRequest_TouchRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_TouchRequest) Descriptor

func (*NSRequest_TouchRequest) Descriptor() ([]byte, []int)

func (*NSRequest_TouchRequest) GetId

func (m *NSRequest_TouchRequest) GetId() *MDId

func (*NSRequest_TouchRequest) ProtoMessage

func (*NSRequest_TouchRequest) ProtoMessage()

func (*NSRequest_TouchRequest) Reset

func (m *NSRequest_TouchRequest) Reset()

func (*NSRequest_TouchRequest) String

func (m *NSRequest_TouchRequest) String() string

func (*NSRequest_TouchRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_TouchRequest) XXX_DiscardUnknown()

func (*NSRequest_TouchRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_TouchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_TouchRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_TouchRequest) XXX_Merge(src proto.Message)

func (*NSRequest_TouchRequest) XXX_Size added in v1.8.1

func (m *NSRequest_TouchRequest) XXX_Size() int

func (*NSRequest_TouchRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_TouchRequest) XXX_Unmarshal(b []byte) error
type NSRequest_Unlink struct {
	Unlink *NSRequest_UnlinkRequest `protobuf:"bytes,24,opt,name=unlink,proto3,oneof"`
}

type NSRequest_UnlinkRequest

type NSRequest_UnlinkRequest struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Norecycle            bool     `protobuf:"varint,3,opt,name=norecycle,proto3" json:"norecycle,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSRequest_UnlinkRequest) Descriptor

func (*NSRequest_UnlinkRequest) Descriptor() ([]byte, []int)

func (*NSRequest_UnlinkRequest) GetId

func (m *NSRequest_UnlinkRequest) GetId() *MDId

func (*NSRequest_UnlinkRequest) GetNorecycle

func (m *NSRequest_UnlinkRequest) GetNorecycle() bool

func (*NSRequest_UnlinkRequest) ProtoMessage

func (*NSRequest_UnlinkRequest) ProtoMessage()

func (*NSRequest_UnlinkRequest) Reset

func (m *NSRequest_UnlinkRequest) Reset()

func (*NSRequest_UnlinkRequest) String

func (m *NSRequest_UnlinkRequest) String() string

func (*NSRequest_UnlinkRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_UnlinkRequest) XXX_DiscardUnknown()

func (*NSRequest_UnlinkRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_UnlinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_UnlinkRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_UnlinkRequest) XXX_Merge(src proto.Message)

func (*NSRequest_UnlinkRequest) XXX_Size added in v1.8.1

func (m *NSRequest_UnlinkRequest) XXX_Size() int

func (*NSRequest_UnlinkRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_UnlinkRequest) XXX_Unmarshal(b []byte) error

type NSRequest_Version

type NSRequest_Version struct {
	Version *NSRequest_VersionRequest `protobuf:"bytes,28,opt,name=version,proto3,oneof"`
}

type NSRequest_VersionRequest

type NSRequest_VersionRequest struct {
	Id                   *MDId                                `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Cmd                  NSRequest_VersionRequest_VERSION_CMD `protobuf:"varint,2,opt,name=cmd,proto3,enum=eos.rpc.NSRequest_VersionRequest_VERSION_CMD" json:"cmd,omitempty"`
	Maxversion           int32                                `protobuf:"varint,3,opt,name=maxversion,proto3" json:"maxversion,omitempty"`
	Grabversion          string                               `protobuf:"bytes,4,opt,name=grabversion,proto3" json:"grabversion,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*NSRequest_VersionRequest) Descriptor

func (*NSRequest_VersionRequest) Descriptor() ([]byte, []int)

func (*NSRequest_VersionRequest) GetCmd

func (*NSRequest_VersionRequest) GetGrabversion

func (m *NSRequest_VersionRequest) GetGrabversion() string

func (*NSRequest_VersionRequest) GetId

func (m *NSRequest_VersionRequest) GetId() *MDId

func (*NSRequest_VersionRequest) GetMaxversion

func (m *NSRequest_VersionRequest) GetMaxversion() int32

func (*NSRequest_VersionRequest) ProtoMessage

func (*NSRequest_VersionRequest) ProtoMessage()

func (*NSRequest_VersionRequest) Reset

func (m *NSRequest_VersionRequest) Reset()

func (*NSRequest_VersionRequest) String

func (m *NSRequest_VersionRequest) String() string

func (*NSRequest_VersionRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NSRequest_VersionRequest) XXX_DiscardUnknown()

func (*NSRequest_VersionRequest) XXX_Marshal added in v1.8.1

func (m *NSRequest_VersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSRequest_VersionRequest) XXX_Merge added in v1.8.1

func (m *NSRequest_VersionRequest) XXX_Merge(src proto.Message)

func (*NSRequest_VersionRequest) XXX_Size added in v1.8.1

func (m *NSRequest_VersionRequest) XXX_Size() int

func (*NSRequest_VersionRequest) XXX_Unmarshal added in v1.8.1

func (m *NSRequest_VersionRequest) XXX_Unmarshal(b []byte) error

type NSRequest_VersionRequest_VERSION_CMD

type NSRequest_VersionRequest_VERSION_CMD int32
const (
	NSRequest_VersionRequest_CREATE NSRequest_VersionRequest_VERSION_CMD = 0
	NSRequest_VersionRequest_PURGE  NSRequest_VersionRequest_VERSION_CMD = 1
	NSRequest_VersionRequest_LIST   NSRequest_VersionRequest_VERSION_CMD = 2
	NSRequest_VersionRequest_GRAB   NSRequest_VersionRequest_VERSION_CMD = 3
)

func (NSRequest_VersionRequest_VERSION_CMD) EnumDescriptor

func (NSRequest_VersionRequest_VERSION_CMD) EnumDescriptor() ([]byte, []int)

func (NSRequest_VersionRequest_VERSION_CMD) String

type NSRequest_Xattr

type NSRequest_Xattr struct {
	Xattr *NSRequest_SetXAttrRequest `protobuf:"bytes,30,opt,name=xattr,proto3,oneof"`
}

type NSResponse

type NSResponse struct {
	Error                *NSResponse_ErrorResponse   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Version              *NSResponse_VersionResponse `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Recycle              *NSResponse_RecycleResponse `protobuf:"bytes,3,opt,name=recycle,proto3" json:"recycle,omitempty"`
	Acl                  *NSResponse_AclResponse     `protobuf:"bytes,4,opt,name=acl,proto3" json:"acl,omitempty"`
	Quota                *NSResponse_QuotaResponse   `protobuf:"bytes,5,opt,name=quota,proto3" json:"quota,omitempty"`
	Share                *NSResponse_ShareResponse   `protobuf:"bytes,6,opt,name=share,proto3" json:"share,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*NSResponse) Descriptor

func (*NSResponse) Descriptor() ([]byte, []int)

func (*NSResponse) GetAcl

func (m *NSResponse) GetAcl() *NSResponse_AclResponse

func (*NSResponse) GetError

func (m *NSResponse) GetError() *NSResponse_ErrorResponse

func (*NSResponse) GetQuota

func (m *NSResponse) GetQuota() *NSResponse_QuotaResponse

func (*NSResponse) GetRecycle

func (m *NSResponse) GetRecycle() *NSResponse_RecycleResponse

func (*NSResponse) GetShare

func (m *NSResponse) GetShare() *NSResponse_ShareResponse

func (*NSResponse) GetVersion

func (m *NSResponse) GetVersion() *NSResponse_VersionResponse

func (*NSResponse) ProtoMessage

func (*NSResponse) ProtoMessage()

func (*NSResponse) Reset

func (m *NSResponse) Reset()

func (*NSResponse) String

func (m *NSResponse) String() string

func (*NSResponse) XXX_DiscardUnknown added in v1.8.1

func (m *NSResponse) XXX_DiscardUnknown()

func (*NSResponse) XXX_Marshal added in v1.8.1

func (m *NSResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse) XXX_Merge added in v1.8.1

func (m *NSResponse) XXX_Merge(src proto.Message)

func (*NSResponse) XXX_Size added in v1.8.1

func (m *NSResponse) XXX_Size() int

func (*NSResponse) XXX_Unmarshal added in v1.8.1

func (m *NSResponse) XXX_Unmarshal(b []byte) error

type NSResponse_AclResponse

type NSResponse_AclResponse struct {
	Code                 int64    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg                  string   `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Rule                 string   `protobuf:"bytes,3,opt,name=rule,proto3" json:"rule,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSResponse_AclResponse) Descriptor

func (*NSResponse_AclResponse) Descriptor() ([]byte, []int)

func (*NSResponse_AclResponse) GetCode

func (m *NSResponse_AclResponse) GetCode() int64

func (*NSResponse_AclResponse) GetMsg

func (m *NSResponse_AclResponse) GetMsg() string

func (*NSResponse_AclResponse) GetRule

func (m *NSResponse_AclResponse) GetRule() string

func (*NSResponse_AclResponse) ProtoMessage

func (*NSResponse_AclResponse) ProtoMessage()

func (*NSResponse_AclResponse) Reset

func (m *NSResponse_AclResponse) Reset()

func (*NSResponse_AclResponse) String

func (m *NSResponse_AclResponse) String() string

func (*NSResponse_AclResponse) XXX_DiscardUnknown added in v1.8.1

func (m *NSResponse_AclResponse) XXX_DiscardUnknown()

func (*NSResponse_AclResponse) XXX_Marshal added in v1.8.1

func (m *NSResponse_AclResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_AclResponse) XXX_Merge added in v1.8.1

func (m *NSResponse_AclResponse) XXX_Merge(src proto.Message)

func (*NSResponse_AclResponse) XXX_Size added in v1.8.1

func (m *NSResponse_AclResponse) XXX_Size() int

func (*NSResponse_AclResponse) XXX_Unmarshal added in v1.8.1

func (m *NSResponse_AclResponse) XXX_Unmarshal(b []byte) error

type NSResponse_ErrorResponse

type NSResponse_ErrorResponse struct {
	Code                 int64    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg                  string   `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSResponse_ErrorResponse) Descriptor

func (*NSResponse_ErrorResponse) Descriptor() ([]byte, []int)

func (*NSResponse_ErrorResponse) GetCode

func (m *NSResponse_ErrorResponse) GetCode() int64

func (*NSResponse_ErrorResponse) GetMsg

func (m *NSResponse_ErrorResponse) GetMsg() string

func (*NSResponse_ErrorResponse) ProtoMessage

func (*NSResponse_ErrorResponse) ProtoMessage()

func (*NSResponse_ErrorResponse) Reset

func (m *NSResponse_ErrorResponse) Reset()

func (*NSResponse_ErrorResponse) String

func (m *NSResponse_ErrorResponse) String() string

func (*NSResponse_ErrorResponse) XXX_DiscardUnknown added in v1.8.1

func (m *NSResponse_ErrorResponse) XXX_DiscardUnknown()

func (*NSResponse_ErrorResponse) XXX_Marshal added in v1.8.1

func (m *NSResponse_ErrorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_ErrorResponse) XXX_Merge added in v1.8.1

func (m *NSResponse_ErrorResponse) XXX_Merge(src proto.Message)

func (*NSResponse_ErrorResponse) XXX_Size added in v1.8.1

func (m *NSResponse_ErrorResponse) XXX_Size() int

func (*NSResponse_ErrorResponse) XXX_Unmarshal added in v1.8.1

func (m *NSResponse_ErrorResponse) XXX_Unmarshal(b []byte) error

type NSResponse_QuotaResponse

type NSResponse_QuotaResponse struct {
	Code                 int64         `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg                  string        `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Quotanode            []*QuotaProto `protobuf:"bytes,3,rep,name=quotanode,proto3" json:"quotanode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*NSResponse_QuotaResponse) Descriptor

func (*NSResponse_QuotaResponse) Descriptor() ([]byte, []int)

func (*NSResponse_QuotaResponse) GetCode

func (m *NSResponse_QuotaResponse) GetCode() int64

func (*NSResponse_QuotaResponse) GetMsg

func (m *NSResponse_QuotaResponse) GetMsg() string

func (*NSResponse_QuotaResponse) GetQuotanode

func (m *NSResponse_QuotaResponse) GetQuotanode() []*QuotaProto

func (*NSResponse_QuotaResponse) ProtoMessage

func (*NSResponse_QuotaResponse) ProtoMessage()

func (*NSResponse_QuotaResponse) Reset

func (m *NSResponse_QuotaResponse) Reset()

func (*NSResponse_QuotaResponse) String

func (m *NSResponse_QuotaResponse) String() string

func (*NSResponse_QuotaResponse) XXX_DiscardUnknown added in v1.8.1

func (m *NSResponse_QuotaResponse) XXX_DiscardUnknown()

func (*NSResponse_QuotaResponse) XXX_Marshal added in v1.8.1

func (m *NSResponse_QuotaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_QuotaResponse) XXX_Merge added in v1.8.1

func (m *NSResponse_QuotaResponse) XXX_Merge(src proto.Message)

func (*NSResponse_QuotaResponse) XXX_Size added in v1.8.1

func (m *NSResponse_QuotaResponse) XXX_Size() int

func (*NSResponse_QuotaResponse) XXX_Unmarshal added in v1.8.1

func (m *NSResponse_QuotaResponse) XXX_Unmarshal(b []byte) error

type NSResponse_RecycleResponse

type NSResponse_RecycleResponse struct {
	Code                 int64                                     `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg                  string                                    `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Recycles             []*NSResponse_RecycleResponse_RecycleInfo `protobuf:"bytes,3,rep,name=recycles,proto3" json:"recycles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*NSResponse_RecycleResponse) Descriptor

func (*NSResponse_RecycleResponse) Descriptor() ([]byte, []int)

func (*NSResponse_RecycleResponse) GetCode

func (m *NSResponse_RecycleResponse) GetCode() int64

func (*NSResponse_RecycleResponse) GetMsg

func (m *NSResponse_RecycleResponse) GetMsg() string

func (*NSResponse_RecycleResponse) GetRecycles

func (*NSResponse_RecycleResponse) ProtoMessage

func (*NSResponse_RecycleResponse) ProtoMessage()

func (*NSResponse_RecycleResponse) Reset

func (m *NSResponse_RecycleResponse) Reset()

func (*NSResponse_RecycleResponse) String

func (m *NSResponse_RecycleResponse) String() string

func (*NSResponse_RecycleResponse) XXX_DiscardUnknown added in v1.8.1

func (m *NSResponse_RecycleResponse) XXX_DiscardUnknown()

func (*NSResponse_RecycleResponse) XXX_Marshal added in v1.8.1

func (m *NSResponse_RecycleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_RecycleResponse) XXX_Merge added in v1.8.1

func (m *NSResponse_RecycleResponse) XXX_Merge(src proto.Message)

func (*NSResponse_RecycleResponse) XXX_Size added in v1.8.1

func (m *NSResponse_RecycleResponse) XXX_Size() int

func (*NSResponse_RecycleResponse) XXX_Unmarshal added in v1.8.1

func (m *NSResponse_RecycleResponse) XXX_Unmarshal(b []byte) error

type NSResponse_RecycleResponse_RecycleInfo

type NSResponse_RecycleResponse_RecycleInfo struct {
	Id                   *MDId                                               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Owner                *RoleId                                             `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Dtime                *Time                                               `protobuf:"bytes,3,opt,name=dtime,proto3" json:"dtime,omitempty"`
	Size                 uint64                                              `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	Type                 NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE `` /* 127-byte string literal not displayed */
	Key                  string                                              `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

func (*NSResponse_RecycleResponse_RecycleInfo) Descriptor

func (*NSResponse_RecycleResponse_RecycleInfo) Descriptor() ([]byte, []int)

func (*NSResponse_RecycleResponse_RecycleInfo) GetDtime

func (*NSResponse_RecycleResponse_RecycleInfo) GetId

func (*NSResponse_RecycleResponse_RecycleInfo) GetKey

func (*NSResponse_RecycleResponse_RecycleInfo) GetOwner

func (*NSResponse_RecycleResponse_RecycleInfo) GetSize

func (*NSResponse_RecycleResponse_RecycleInfo) GetType

func (*NSResponse_RecycleResponse_RecycleInfo) ProtoMessage

func (*NSResponse_RecycleResponse_RecycleInfo) Reset

func (*NSResponse_RecycleResponse_RecycleInfo) String

func (*NSResponse_RecycleResponse_RecycleInfo) XXX_DiscardUnknown added in v1.8.1

func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_DiscardUnknown()

func (*NSResponse_RecycleResponse_RecycleInfo) XXX_Marshal added in v1.8.1

func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_RecycleResponse_RecycleInfo) XXX_Merge added in v1.8.1

func (*NSResponse_RecycleResponse_RecycleInfo) XXX_Size added in v1.8.1

func (*NSResponse_RecycleResponse_RecycleInfo) XXX_Unmarshal added in v1.8.1

func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Unmarshal(b []byte) error

type NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE

type NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE int32
const (
	NSResponse_RecycleResponse_RecycleInfo_FILE NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE = 0
	NSResponse_RecycleResponse_RecycleInfo_TREE NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE = 1
)

func (NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE) EnumDescriptor

func (NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE) String

type NSResponse_ShareAccess

type NSResponse_ShareAccess struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Granted              bool     `protobuf:"varint,2,opt,name=granted,proto3" json:"granted,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSResponse_ShareAccess) Descriptor

func (*NSResponse_ShareAccess) Descriptor() ([]byte, []int)

func (*NSResponse_ShareAccess) GetGranted

func (m *NSResponse_ShareAccess) GetGranted() bool

func (*NSResponse_ShareAccess) GetName

func (m *NSResponse_ShareAccess) GetName() string

func (*NSResponse_ShareAccess) ProtoMessage

func (*NSResponse_ShareAccess) ProtoMessage()

func (*NSResponse_ShareAccess) Reset

func (m *NSResponse_ShareAccess) Reset()

func (*NSResponse_ShareAccess) String

func (m *NSResponse_ShareAccess) String() string

func (*NSResponse_ShareAccess) XXX_DiscardUnknown added in v1.27.0

func (m *NSResponse_ShareAccess) XXX_DiscardUnknown()

func (*NSResponse_ShareAccess) XXX_Marshal added in v1.27.0

func (m *NSResponse_ShareAccess) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_ShareAccess) XXX_Merge added in v1.27.0

func (m *NSResponse_ShareAccess) XXX_Merge(src proto.Message)

func (*NSResponse_ShareAccess) XXX_Size added in v1.27.0

func (m *NSResponse_ShareAccess) XXX_Size() int

func (*NSResponse_ShareAccess) XXX_Unmarshal added in v1.27.0

func (m *NSResponse_ShareAccess) XXX_Unmarshal(b []byte) error

type NSResponse_ShareInfo

type NSResponse_ShareInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Root                 string   `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty"`
	Rule                 string   `protobuf:"bytes,3,opt,name=rule,proto3" json:"rule,omitempty"`
	Uid                  uint64   `protobuf:"varint,4,opt,name=uid,proto3" json:"uid,omitempty"`
	Nshared              uint64   `protobuf:"varint,5,opt,name=nshared,proto3" json:"nshared,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSResponse_ShareInfo) Descriptor

func (*NSResponse_ShareInfo) Descriptor() ([]byte, []int)

func (*NSResponse_ShareInfo) GetName

func (m *NSResponse_ShareInfo) GetName() string

func (*NSResponse_ShareInfo) GetNshared

func (m *NSResponse_ShareInfo) GetNshared() uint64

func (*NSResponse_ShareInfo) GetRoot

func (m *NSResponse_ShareInfo) GetRoot() string

func (*NSResponse_ShareInfo) GetRule

func (m *NSResponse_ShareInfo) GetRule() string

func (*NSResponse_ShareInfo) GetUid

func (m *NSResponse_ShareInfo) GetUid() uint64

func (*NSResponse_ShareInfo) ProtoMessage

func (*NSResponse_ShareInfo) ProtoMessage()

func (*NSResponse_ShareInfo) Reset

func (m *NSResponse_ShareInfo) Reset()

func (*NSResponse_ShareInfo) String

func (m *NSResponse_ShareInfo) String() string

func (*NSResponse_ShareInfo) XXX_DiscardUnknown added in v1.27.0

func (m *NSResponse_ShareInfo) XXX_DiscardUnknown()

func (*NSResponse_ShareInfo) XXX_Marshal added in v1.27.0

func (m *NSResponse_ShareInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_ShareInfo) XXX_Merge added in v1.27.0

func (m *NSResponse_ShareInfo) XXX_Merge(src proto.Message)

func (*NSResponse_ShareInfo) XXX_Size added in v1.27.0

func (m *NSResponse_ShareInfo) XXX_Size() int

func (*NSResponse_ShareInfo) XXX_Unmarshal added in v1.27.0

func (m *NSResponse_ShareInfo) XXX_Unmarshal(b []byte) error

type NSResponse_ShareResponse

type NSResponse_ShareResponse struct {
	Code                 int64                     `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg                  string                    `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Shares               []*NSResponse_ShareInfo   `protobuf:"bytes,3,rep,name=shares,proto3" json:"shares,omitempty"`
	Access               []*NSResponse_ShareAccess `protobuf:"bytes,4,rep,name=access,proto3" json:"access,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*NSResponse_ShareResponse) Descriptor

func (*NSResponse_ShareResponse) Descriptor() ([]byte, []int)

func (*NSResponse_ShareResponse) GetAccess

func (*NSResponse_ShareResponse) GetCode

func (m *NSResponse_ShareResponse) GetCode() int64

func (*NSResponse_ShareResponse) GetMsg

func (m *NSResponse_ShareResponse) GetMsg() string

func (*NSResponse_ShareResponse) GetShares

func (*NSResponse_ShareResponse) ProtoMessage

func (*NSResponse_ShareResponse) ProtoMessage()

func (*NSResponse_ShareResponse) Reset

func (m *NSResponse_ShareResponse) Reset()

func (*NSResponse_ShareResponse) String

func (m *NSResponse_ShareResponse) String() string

func (*NSResponse_ShareResponse) XXX_DiscardUnknown added in v1.27.0

func (m *NSResponse_ShareResponse) XXX_DiscardUnknown()

func (*NSResponse_ShareResponse) XXX_Marshal added in v1.27.0

func (m *NSResponse_ShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_ShareResponse) XXX_Merge added in v1.27.0

func (m *NSResponse_ShareResponse) XXX_Merge(src proto.Message)

func (*NSResponse_ShareResponse) XXX_Size added in v1.27.0

func (m *NSResponse_ShareResponse) XXX_Size() int

func (*NSResponse_ShareResponse) XXX_Unmarshal added in v1.27.0

func (m *NSResponse_ShareResponse) XXX_Unmarshal(b []byte) error

type NSResponse_VersionResponse

type NSResponse_VersionResponse struct {
	Code                 int64                                     `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg                  string                                    `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Versions             []*NSResponse_VersionResponse_VersionInfo `protobuf:"bytes,3,rep,name=versions,proto3" json:"versions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*NSResponse_VersionResponse) Descriptor

func (*NSResponse_VersionResponse) Descriptor() ([]byte, []int)

func (*NSResponse_VersionResponse) GetCode

func (m *NSResponse_VersionResponse) GetCode() int64

func (*NSResponse_VersionResponse) GetMsg

func (m *NSResponse_VersionResponse) GetMsg() string

func (*NSResponse_VersionResponse) GetVersions

func (*NSResponse_VersionResponse) ProtoMessage

func (*NSResponse_VersionResponse) ProtoMessage()

func (*NSResponse_VersionResponse) Reset

func (m *NSResponse_VersionResponse) Reset()

func (*NSResponse_VersionResponse) String

func (m *NSResponse_VersionResponse) String() string

func (*NSResponse_VersionResponse) XXX_DiscardUnknown added in v1.8.1

func (m *NSResponse_VersionResponse) XXX_DiscardUnknown()

func (*NSResponse_VersionResponse) XXX_Marshal added in v1.8.1

func (m *NSResponse_VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_VersionResponse) XXX_Merge added in v1.8.1

func (m *NSResponse_VersionResponse) XXX_Merge(src proto.Message)

func (*NSResponse_VersionResponse) XXX_Size added in v1.8.1

func (m *NSResponse_VersionResponse) XXX_Size() int

func (*NSResponse_VersionResponse) XXX_Unmarshal added in v1.8.1

func (m *NSResponse_VersionResponse) XXX_Unmarshal(b []byte) error

type NSResponse_VersionResponse_VersionInfo

type NSResponse_VersionResponse_VersionInfo struct {
	Id                   *MDId    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Mtime                *Time    `protobuf:"bytes,2,opt,name=mtime,proto3" json:"mtime,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSResponse_VersionResponse_VersionInfo) Descriptor

func (*NSResponse_VersionResponse_VersionInfo) Descriptor() ([]byte, []int)

func (*NSResponse_VersionResponse_VersionInfo) GetId

func (*NSResponse_VersionResponse_VersionInfo) GetMtime

func (*NSResponse_VersionResponse_VersionInfo) ProtoMessage

func (*NSResponse_VersionResponse_VersionInfo) Reset

func (*NSResponse_VersionResponse_VersionInfo) String

func (*NSResponse_VersionResponse_VersionInfo) XXX_DiscardUnknown added in v1.8.1

func (m *NSResponse_VersionResponse_VersionInfo) XXX_DiscardUnknown()

func (*NSResponse_VersionResponse_VersionInfo) XXX_Marshal added in v1.8.1

func (m *NSResponse_VersionResponse_VersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NSResponse_VersionResponse_VersionInfo) XXX_Merge added in v1.8.1

func (*NSResponse_VersionResponse_VersionInfo) XXX_Size added in v1.8.1

func (*NSResponse_VersionResponse_VersionInfo) XXX_Unmarshal added in v1.8.1

func (m *NSResponse_VersionResponse_VersionInfo) XXX_Unmarshal(b []byte) error

type NsStatRequest

type NsStatRequest struct {
	Authkey              string   `protobuf:"bytes,1,opt,name=authkey,proto3" json:"authkey,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NsStatRequest) Descriptor

func (*NsStatRequest) Descriptor() ([]byte, []int)

func (*NsStatRequest) GetAuthkey

func (m *NsStatRequest) GetAuthkey() string

func (*NsStatRequest) ProtoMessage

func (*NsStatRequest) ProtoMessage()

func (*NsStatRequest) Reset

func (m *NsStatRequest) Reset()

func (*NsStatRequest) String

func (m *NsStatRequest) String() string

func (*NsStatRequest) XXX_DiscardUnknown added in v1.8.1

func (m *NsStatRequest) XXX_DiscardUnknown()

func (*NsStatRequest) XXX_Marshal added in v1.8.1

func (m *NsStatRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NsStatRequest) XXX_Merge added in v1.8.1

func (m *NsStatRequest) XXX_Merge(src proto.Message)

func (*NsStatRequest) XXX_Size added in v1.8.1

func (m *NsStatRequest) XXX_Size() int

func (*NsStatRequest) XXX_Unmarshal added in v1.8.1

func (m *NsStatRequest) XXX_Unmarshal(b []byte) error

type NsStatResponse

type NsStatResponse struct {
	Code                 int64    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Emsg                 string   `protobuf:"bytes,2,opt,name=emsg,proto3" json:"emsg,omitempty"`
	State                string   `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	Nfiles               uint64   `protobuf:"varint,4,opt,name=nfiles,proto3" json:"nfiles,omitempty"`
	Ncontainers          uint64   `protobuf:"varint,5,opt,name=ncontainers,proto3" json:"ncontainers,omitempty"`
	BootTime             uint64   `protobuf:"varint,6,opt,name=boot_time,json=bootTime,proto3" json:"boot_time,omitempty"`
	CurrentFid           uint64   `protobuf:"varint,7,opt,name=current_fid,json=currentFid,proto3" json:"current_fid,omitempty"`
	CurrentCid           uint64   `protobuf:"varint,8,opt,name=current_cid,json=currentCid,proto3" json:"current_cid,omitempty"`
	MemVirtual           uint64   `protobuf:"varint,9,opt,name=mem_virtual,json=memVirtual,proto3" json:"mem_virtual,omitempty"`
	MemResident          uint64   `protobuf:"varint,10,opt,name=mem_resident,json=memResident,proto3" json:"mem_resident,omitempty"`
	MemShare             uint64   `protobuf:"varint,11,opt,name=mem_share,json=memShare,proto3" json:"mem_share,omitempty"`
	MemGrowth            uint64   `protobuf:"varint,12,opt,name=mem_growth,json=memGrowth,proto3" json:"mem_growth,omitempty"`
	Threads              uint64   `protobuf:"varint,13,opt,name=threads,proto3" json:"threads,omitempty"`
	Fds                  uint64   `protobuf:"varint,14,opt,name=fds,proto3" json:"fds,omitempty"`
	Uptime               uint64   `protobuf:"varint,15,opt,name=uptime,proto3" json:"uptime,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NsStatResponse) Descriptor

func (*NsStatResponse) Descriptor() ([]byte, []int)

func (*NsStatResponse) GetBootTime

func (m *NsStatResponse) GetBootTime() uint64

func (*NsStatResponse) GetCode

func (m *NsStatResponse) GetCode() int64

func (*NsStatResponse) GetCurrentCid

func (m *NsStatResponse) GetCurrentCid() uint64

func (*NsStatResponse) GetCurrentFid

func (m *NsStatResponse) GetCurrentFid() uint64

func (*NsStatResponse) GetEmsg

func (m *NsStatResponse) GetEmsg() string

func (*NsStatResponse) GetFds

func (m *NsStatResponse) GetFds() uint64

func (*NsStatResponse) GetMemGrowth

func (m *NsStatResponse) GetMemGrowth() uint64

func (*NsStatResponse) GetMemResident

func (m *NsStatResponse) GetMemResident() uint64

func (*NsStatResponse) GetMemShare

func (m *NsStatResponse) GetMemShare() uint64

func (*NsStatResponse) GetMemVirtual

func (m *NsStatResponse) GetMemVirtual() uint64

func (*NsStatResponse) GetNcontainers

func (m *NsStatResponse) GetNcontainers() uint64

func (*NsStatResponse) GetNfiles

func (m *NsStatResponse) GetNfiles() uint64

func (*NsStatResponse) GetState

func (m *NsStatResponse) GetState() string

func (*NsStatResponse) GetThreads

func (m *NsStatResponse) GetThreads() uint64

func (*NsStatResponse) GetUptime

func (m *NsStatResponse) GetUptime() uint64

func (*NsStatResponse) ProtoMessage

func (*NsStatResponse) ProtoMessage()

func (*NsStatResponse) Reset

func (m *NsStatResponse) Reset()

func (*NsStatResponse) String

func (m *NsStatResponse) String() string

func (*NsStatResponse) XXX_DiscardUnknown added in v1.8.1

func (m *NsStatResponse) XXX_DiscardUnknown()

func (*NsStatResponse) XXX_Marshal added in v1.8.1

func (m *NsStatResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NsStatResponse) XXX_Merge added in v1.8.1

func (m *NsStatResponse) XXX_Merge(src proto.Message)

func (*NsStatResponse) XXX_Size added in v1.8.1

func (m *NsStatResponse) XXX_Size() int

func (*NsStatResponse) XXX_Unmarshal added in v1.8.1

func (m *NsStatResponse) XXX_Unmarshal(b []byte) error

type PingReply

type PingReply struct {
	Message              []byte   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PingReply) Descriptor

func (*PingReply) Descriptor() ([]byte, []int)

func (*PingReply) GetMessage

func (m *PingReply) GetMessage() []byte

func (*PingReply) ProtoMessage

func (*PingReply) ProtoMessage()

func (*PingReply) Reset

func (m *PingReply) Reset()

func (*PingReply) String

func (m *PingReply) String() string

func (*PingReply) XXX_DiscardUnknown added in v1.8.1

func (m *PingReply) XXX_DiscardUnknown()

func (*PingReply) XXX_Marshal added in v1.8.1

func (m *PingReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PingReply) XXX_Merge added in v1.8.1

func (m *PingReply) XXX_Merge(src proto.Message)

func (*PingReply) XXX_Size added in v1.8.1

func (m *PingReply) XXX_Size() int

func (*PingReply) XXX_Unmarshal added in v1.8.1

func (m *PingReply) XXX_Unmarshal(b []byte) error

type PingRequest

type PingRequest struct {
	Authkey              string   `protobuf:"bytes,1,opt,name=authkey,proto3" json:"authkey,omitempty"`
	Message              []byte   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PingRequest) Descriptor

func (*PingRequest) Descriptor() ([]byte, []int)

func (*PingRequest) GetAuthkey

func (m *PingRequest) GetAuthkey() string

func (*PingRequest) GetMessage

func (m *PingRequest) GetMessage() []byte

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) Reset

func (m *PingRequest) Reset()

func (*PingRequest) String

func (m *PingRequest) String() string

func (*PingRequest) XXX_DiscardUnknown added in v1.8.1

func (m *PingRequest) XXX_DiscardUnknown()

func (*PingRequest) XXX_Marshal added in v1.8.1

func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PingRequest) XXX_Merge added in v1.8.1

func (m *PingRequest) XXX_Merge(src proto.Message)

func (*PingRequest) XXX_Size added in v1.8.1

func (m *PingRequest) XXX_Size() int

func (*PingRequest) XXX_Unmarshal added in v1.8.1

func (m *PingRequest) XXX_Unmarshal(b []byte) error

type QUOTAENTRY

type QUOTAENTRY int32
const (
	QUOTAENTRY_NONE   QUOTAENTRY = 0
	QUOTAENTRY_VOLUME QUOTAENTRY = 1
	QUOTAENTRY_INODE  QUOTAENTRY = 2
)

func (QUOTAENTRY) EnumDescriptor

func (QUOTAENTRY) EnumDescriptor() ([]byte, []int)

func (QUOTAENTRY) String

func (x QUOTAENTRY) String() string

type QUOTAOP

type QUOTAOP int32
const (
	QUOTAOP_GET    QUOTAOP = 0
	QUOTAOP_SET    QUOTAOP = 1
	QUOTAOP_RM     QUOTAOP = 2
	QUOTAOP_RMNODE QUOTAOP = 3
)

func (QUOTAOP) EnumDescriptor

func (QUOTAOP) EnumDescriptor() ([]byte, []int)

func (QUOTAOP) String

func (x QUOTAOP) String() string

type QUOTATYPE

type QUOTATYPE int32
const (
	QUOTATYPE_USER    QUOTATYPE = 0
	QUOTATYPE_GROUP   QUOTATYPE = 2
	QUOTATYPE_PROJECT QUOTATYPE = 3
)

func (QUOTATYPE) EnumDescriptor

func (QUOTATYPE) EnumDescriptor() ([]byte, []int)

func (QUOTATYPE) String

func (x QUOTATYPE) String() string

type QuotaProto

type QuotaProto struct {
	Path                 []byte    `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Name                 string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type                 QUOTATYPE `protobuf:"varint,3,opt,name=type,proto3,enum=eos.rpc.QUOTATYPE" json:"type,omitempty"`
	Usedbytes            uint64    `protobuf:"varint,4,opt,name=usedbytes,proto3" json:"usedbytes,omitempty"`
	Usedlogicalbytes     uint64    `protobuf:"varint,5,opt,name=usedlogicalbytes,proto3" json:"usedlogicalbytes,omitempty"`
	Usedfiles            uint64    `protobuf:"varint,6,opt,name=usedfiles,proto3" json:"usedfiles,omitempty"`
	Maxbytes             uint64    `protobuf:"varint,7,opt,name=maxbytes,proto3" json:"maxbytes,omitempty"`
	Maxlogicalbytes      uint64    `protobuf:"varint,8,opt,name=maxlogicalbytes,proto3" json:"maxlogicalbytes,omitempty"`
	Maxfiles             uint64    `protobuf:"varint,9,opt,name=maxfiles,proto3" json:"maxfiles,omitempty"`
	Percentageusedbytes  float32   `protobuf:"fixed32,10,opt,name=percentageusedbytes,proto3" json:"percentageusedbytes,omitempty"`
	Percentageusedfiles  float32   `protobuf:"fixed32,11,opt,name=percentageusedfiles,proto3" json:"percentageusedfiles,omitempty"`
	Statusbytes          string    `protobuf:"bytes,12,opt,name=statusbytes,proto3" json:"statusbytes,omitempty"`
	Statusfiles          string    `protobuf:"bytes,13,opt,name=statusfiles,proto3" json:"statusfiles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*QuotaProto) Descriptor

func (*QuotaProto) Descriptor() ([]byte, []int)

func (*QuotaProto) GetMaxbytes

func (m *QuotaProto) GetMaxbytes() uint64

func (*QuotaProto) GetMaxfiles

func (m *QuotaProto) GetMaxfiles() uint64

func (*QuotaProto) GetMaxlogicalbytes

func (m *QuotaProto) GetMaxlogicalbytes() uint64

func (*QuotaProto) GetName

func (m *QuotaProto) GetName() string

func (*QuotaProto) GetPath

func (m *QuotaProto) GetPath() []byte

func (*QuotaProto) GetPercentageusedbytes

func (m *QuotaProto) GetPercentageusedbytes() float32

func (*QuotaProto) GetPercentageusedfiles

func (m *QuotaProto) GetPercentageusedfiles() float32

func (*QuotaProto) GetStatusbytes

func (m *QuotaProto) GetStatusbytes() string

func (*QuotaProto) GetStatusfiles

func (m *QuotaProto) GetStatusfiles() string

func (*QuotaProto) GetType

func (m *QuotaProto) GetType() QUOTATYPE

func (*QuotaProto) GetUsedbytes

func (m *QuotaProto) GetUsedbytes() uint64

func (*QuotaProto) GetUsedfiles

func (m *QuotaProto) GetUsedfiles() uint64

func (*QuotaProto) GetUsedlogicalbytes

func (m *QuotaProto) GetUsedlogicalbytes() uint64

func (*QuotaProto) ProtoMessage

func (*QuotaProto) ProtoMessage()

func (*QuotaProto) Reset

func (m *QuotaProto) Reset()

func (*QuotaProto) String

func (m *QuotaProto) String() string

func (*QuotaProto) XXX_DiscardUnknown added in v1.8.1

func (m *QuotaProto) XXX_DiscardUnknown()

func (*QuotaProto) XXX_Marshal added in v1.8.1

func (m *QuotaProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QuotaProto) XXX_Merge added in v1.8.1

func (m *QuotaProto) XXX_Merge(src proto.Message)

func (*QuotaProto) XXX_Size added in v1.8.1

func (m *QuotaProto) XXX_Size() int

func (*QuotaProto) XXX_Unmarshal added in v1.8.1

func (m *QuotaProto) XXX_Unmarshal(b []byte) error

type RoleId

type RoleId struct {
	Uid                  uint64   `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Gid                  uint64   `protobuf:"varint,2,opt,name=gid,proto3" json:"gid,omitempty"`
	Username             string   `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Groupname            string   `protobuf:"bytes,4,opt,name=groupname,proto3" json:"groupname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoleId) Descriptor

func (*RoleId) Descriptor() ([]byte, []int)

func (*RoleId) GetGid

func (m *RoleId) GetGid() uint64

func (*RoleId) GetGroupname

func (m *RoleId) GetGroupname() string

func (*RoleId) GetUid

func (m *RoleId) GetUid() uint64

func (*RoleId) GetUsername

func (m *RoleId) GetUsername() string

func (*RoleId) ProtoMessage

func (*RoleId) ProtoMessage()

func (*RoleId) Reset

func (m *RoleId) Reset()

func (*RoleId) String

func (m *RoleId) String() string

func (*RoleId) XXX_DiscardUnknown added in v1.8.1

func (m *RoleId) XXX_DiscardUnknown()

func (*RoleId) XXX_Marshal added in v1.8.1

func (m *RoleId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RoleId) XXX_Merge added in v1.8.1

func (m *RoleId) XXX_Merge(src proto.Message)

func (*RoleId) XXX_Size added in v1.8.1

func (m *RoleId) XXX_Size() int

func (*RoleId) XXX_Unmarshal added in v1.8.1

func (m *RoleId) XXX_Unmarshal(b []byte) error

type ShareAuth

type ShareAuth struct {
	Prot                 string   `protobuf:"bytes,1,opt,name=prot,proto3" json:"prot,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Host                 string   `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShareAuth) Descriptor

func (*ShareAuth) Descriptor() ([]byte, []int)

func (*ShareAuth) GetHost

func (m *ShareAuth) GetHost() string

func (*ShareAuth) GetName

func (m *ShareAuth) GetName() string

func (*ShareAuth) GetProt

func (m *ShareAuth) GetProt() string

func (*ShareAuth) ProtoMessage

func (*ShareAuth) ProtoMessage()

func (*ShareAuth) Reset

func (m *ShareAuth) Reset()

func (*ShareAuth) String

func (m *ShareAuth) String() string

func (*ShareAuth) XXX_DiscardUnknown added in v1.8.1

func (m *ShareAuth) XXX_DiscardUnknown()

func (*ShareAuth) XXX_Marshal added in v1.8.1

func (m *ShareAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareAuth) XXX_Merge added in v1.8.1

func (m *ShareAuth) XXX_Merge(src proto.Message)

func (*ShareAuth) XXX_Size added in v1.8.1

func (m *ShareAuth) XXX_Size() int

func (*ShareAuth) XXX_Unmarshal added in v1.8.1

func (m *ShareAuth) XXX_Unmarshal(b []byte) error

type ShareProto

type ShareProto struct {
	Permission           string       `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"`
	Expires              uint64       `protobuf:"varint,2,opt,name=expires,proto3" json:"expires,omitempty"`
	Owner                string       `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	Group                string       `protobuf:"bytes,4,opt,name=group,proto3" json:"group,omitempty"`
	Generation           uint64       `protobuf:"varint,5,opt,name=generation,proto3" json:"generation,omitempty"`
	Path                 string       `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	Allowtree            bool         `protobuf:"varint,7,opt,name=allowtree,proto3" json:"allowtree,omitempty"`
	Vtoken               string       `protobuf:"bytes,8,opt,name=vtoken,proto3" json:"vtoken,omitempty"`
	Origins              []*ShareAuth `protobuf:"bytes,9,rep,name=origins,proto3" json:"origins,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ShareProto) Descriptor

func (*ShareProto) Descriptor() ([]byte, []int)

func (*ShareProto) GetAllowtree

func (m *ShareProto) GetAllowtree() bool

func (*ShareProto) GetExpires

func (m *ShareProto) GetExpires() uint64

func (*ShareProto) GetGeneration

func (m *ShareProto) GetGeneration() uint64

func (*ShareProto) GetGroup

func (m *ShareProto) GetGroup() string

func (*ShareProto) GetOrigins

func (m *ShareProto) GetOrigins() []*ShareAuth

func (*ShareProto) GetOwner

func (m *ShareProto) GetOwner() string

func (*ShareProto) GetPath

func (m *ShareProto) GetPath() string

func (*ShareProto) GetPermission

func (m *ShareProto) GetPermission() string

func (*ShareProto) GetVtoken

func (m *ShareProto) GetVtoken() string

func (*ShareProto) ProtoMessage

func (*ShareProto) ProtoMessage()

func (*ShareProto) Reset

func (m *ShareProto) Reset()

func (*ShareProto) String

func (m *ShareProto) String() string

func (*ShareProto) XXX_DiscardUnknown added in v1.8.1

func (m *ShareProto) XXX_DiscardUnknown()

func (*ShareProto) XXX_Marshal added in v1.8.1

func (m *ShareProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareProto) XXX_Merge added in v1.8.1

func (m *ShareProto) XXX_Merge(src proto.Message)

func (*ShareProto) XXX_Size added in v1.8.1

func (m *ShareProto) XXX_Size() int

func (*ShareProto) XXX_Unmarshal added in v1.8.1

func (m *ShareProto) XXX_Unmarshal(b []byte) error

type ShareToken

type ShareToken struct {
	Token                *ShareProto `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Signature            []byte      `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	Serialized           []byte      `protobuf:"bytes,3,opt,name=serialized,proto3" json:"serialized,omitempty"`
	Seed                 int32       `protobuf:"varint,4,opt,name=seed,proto3" json:"seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ShareToken) Descriptor

func (*ShareToken) Descriptor() ([]byte, []int)

func (*ShareToken) GetSeed

func (m *ShareToken) GetSeed() int32

func (*ShareToken) GetSerialized

func (m *ShareToken) GetSerialized() []byte

func (*ShareToken) GetSignature

func (m *ShareToken) GetSignature() []byte

func (*ShareToken) GetToken

func (m *ShareToken) GetToken() *ShareProto

func (*ShareToken) ProtoMessage

func (*ShareToken) ProtoMessage()

func (*ShareToken) Reset

func (m *ShareToken) Reset()

func (*ShareToken) String

func (m *ShareToken) String() string

func (*ShareToken) XXX_DiscardUnknown added in v1.8.1

func (m *ShareToken) XXX_DiscardUnknown()

func (*ShareToken) XXX_Marshal added in v1.8.1

func (m *ShareToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareToken) XXX_Merge added in v1.8.1

func (m *ShareToken) XXX_Merge(src proto.Message)

func (*ShareToken) XXX_Size added in v1.8.1

func (m *ShareToken) XXX_Size() int

func (*ShareToken) XXX_Unmarshal added in v1.8.1

func (m *ShareToken) XXX_Unmarshal(b []byte) error

type TYPE

type TYPE int32
const (
	TYPE_FILE      TYPE = 0
	TYPE_CONTAINER TYPE = 1
	TYPE_LISTING   TYPE = 2
	TYPE_STAT      TYPE = 3
)

func (TYPE) EnumDescriptor

func (TYPE) EnumDescriptor() ([]byte, []int)

func (TYPE) String

func (x TYPE) String() string

type Time

type Time struct {
	Sec                  uint64   `protobuf:"varint,1,opt,name=sec,proto3" json:"sec,omitempty"`
	NSec                 uint64   `protobuf:"varint,2,opt,name=n_sec,json=nSec,proto3" json:"n_sec,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Time) Descriptor

func (*Time) Descriptor() ([]byte, []int)

func (*Time) GetNSec

func (m *Time) GetNSec() uint64

func (*Time) GetSec

func (m *Time) GetSec() uint64

func (*Time) ProtoMessage

func (*Time) ProtoMessage()

func (*Time) Reset

func (m *Time) Reset()

func (*Time) String

func (m *Time) String() string

func (*Time) XXX_DiscardUnknown added in v1.8.1

func (m *Time) XXX_DiscardUnknown()

func (*Time) XXX_Marshal added in v1.8.1

func (m *Time) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Time) XXX_Merge added in v1.8.1

func (m *Time) XXX_Merge(src proto.Message)

func (*Time) XXX_Size added in v1.8.1

func (m *Time) XXX_Size() int

func (*Time) XXX_Unmarshal added in v1.8.1

func (m *Time) XXX_Unmarshal(b []byte) error

type UnimplementedEosServer

type UnimplementedEosServer struct {
}

UnimplementedEosServer can be embedded to have forward compatible implementations.

func (*UnimplementedEosServer) ContainerInsert

func (*UnimplementedEosServer) Exec

func (*UnimplementedEosServer) FileInsert

func (*UnimplementedEosServer) Find

func (*UnimplementedEosServer) MD

func (*UnimplementedEosServer) ManilaServerRequest

func (*UnimplementedEosServer) ManilaServerRequest(ctx context.Context, req *ManilaRequest) (*ManilaResponse, error)

func (*UnimplementedEosServer) NsStat

func (*UnimplementedEosServer) Ping

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL