Documentation ¶
Index ¶
- Variables
- func RegisterEosServer(s *grpc.Server, srv EosServer)
- type Checksum
- func (*Checksum) Descriptor() ([]byte, []int)
- func (m *Checksum) GetType() string
- func (m *Checksum) GetValue() []byte
- func (*Checksum) ProtoMessage()
- func (m *Checksum) Reset()
- func (m *Checksum) String() string
- func (m *Checksum) XXX_DiscardUnknown()
- func (m *Checksum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Checksum) XXX_Merge(src proto.Message)
- func (m *Checksum) XXX_Size() int
- func (m *Checksum) XXX_Unmarshal(b []byte) error
- type ContainerInsertRequest
- func (*ContainerInsertRequest) Descriptor() ([]byte, []int)
- func (m *ContainerInsertRequest) GetAuthkey() string
- func (m *ContainerInsertRequest) GetContainer() []*ContainerMdProto
- func (m *ContainerInsertRequest) GetInheritMd() bool
- func (*ContainerInsertRequest) ProtoMessage()
- func (m *ContainerInsertRequest) Reset()
- func (m *ContainerInsertRequest) String() string
- func (m *ContainerInsertRequest) XXX_DiscardUnknown()
- func (m *ContainerInsertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerInsertRequest) XXX_Merge(src proto.Message)
- func (m *ContainerInsertRequest) XXX_Size() int
- func (m *ContainerInsertRequest) XXX_Unmarshal(b []byte) error
- type ContainerMdProto
- func (*ContainerMdProto) Descriptor() ([]byte, []int)
- func (m *ContainerMdProto) GetCtime() *Time
- func (m *ContainerMdProto) GetEtag() string
- func (m *ContainerMdProto) GetFlags() uint32
- func (m *ContainerMdProto) GetGid() uint64
- func (m *ContainerMdProto) GetId() uint64
- func (m *ContainerMdProto) GetMode() uint32
- func (m *ContainerMdProto) GetMtime() *Time
- func (m *ContainerMdProto) GetName() []byte
- func (m *ContainerMdProto) GetParentId() uint64
- func (m *ContainerMdProto) GetPath() []byte
- func (m *ContainerMdProto) GetStime() *Time
- func (m *ContainerMdProto) GetTreeSize() int64
- func (m *ContainerMdProto) GetUid() uint64
- func (m *ContainerMdProto) GetXattrs() map[string][]byte
- func (*ContainerMdProto) ProtoMessage()
- func (m *ContainerMdProto) Reset()
- func (m *ContainerMdProto) String() string
- func (m *ContainerMdProto) XXX_DiscardUnknown()
- func (m *ContainerMdProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerMdProto) XXX_Merge(src proto.Message)
- func (m *ContainerMdProto) XXX_Size() int
- func (m *ContainerMdProto) XXX_Unmarshal(b []byte) error
- type EosClient
- type EosServer
- type Eos_FindClient
- type Eos_FindServer
- type Eos_MDClient
- type Eos_MDServer
- type FileInsertRequest
- func (*FileInsertRequest) Descriptor() ([]byte, []int)
- func (m *FileInsertRequest) GetAuthkey() string
- func (m *FileInsertRequest) GetFiles() []*FileMdProto
- func (*FileInsertRequest) ProtoMessage()
- func (m *FileInsertRequest) Reset()
- func (m *FileInsertRequest) String() string
- func (m *FileInsertRequest) XXX_DiscardUnknown()
- func (m *FileInsertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileInsertRequest) XXX_Merge(src proto.Message)
- func (m *FileInsertRequest) XXX_Size() int
- func (m *FileInsertRequest) XXX_Unmarshal(b []byte) error
- type FileMdProto
- func (*FileMdProto) Descriptor() ([]byte, []int)
- func (m *FileMdProto) GetChecksum() *Checksum
- func (m *FileMdProto) GetContId() uint64
- func (m *FileMdProto) GetCtime() *Time
- func (m *FileMdProto) GetEtag() string
- func (m *FileMdProto) GetFlags() uint32
- func (m *FileMdProto) GetGid() uint64
- func (m *FileMdProto) GetId() uint64
- func (m *FileMdProto) GetLayoutId() uint32
- func (m *FileMdProto) GetLinkName() []byte
- func (m *FileMdProto) GetLocations() []uint32
- func (m *FileMdProto) GetMtime() *Time
- func (m *FileMdProto) GetName() []byte
- func (m *FileMdProto) GetPath() []byte
- func (m *FileMdProto) GetSize() uint64
- func (m *FileMdProto) GetUid() uint64
- func (m *FileMdProto) GetUnlinkLocations() []uint32
- func (m *FileMdProto) GetXattrs() map[string][]byte
- func (*FileMdProto) ProtoMessage()
- func (m *FileMdProto) Reset()
- func (m *FileMdProto) String() string
- func (m *FileMdProto) XXX_DiscardUnknown()
- func (m *FileMdProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileMdProto) XXX_Merge(src proto.Message)
- func (m *FileMdProto) XXX_Size() int
- func (m *FileMdProto) XXX_Unmarshal(b []byte) error
- type FindRequest
- func (*FindRequest) Descriptor() ([]byte, []int)
- func (m *FindRequest) GetAuthkey() string
- func (m *FindRequest) GetId() *MDId
- func (m *FindRequest) GetMaxdepth() uint64
- func (m *FindRequest) GetRole() *RoleId
- func (m *FindRequest) GetSelection() *MDSelection
- func (m *FindRequest) GetType() TYPE
- func (*FindRequest) ProtoMessage()
- func (m *FindRequest) Reset()
- func (m *FindRequest) String() string
- func (m *FindRequest) XXX_DiscardUnknown()
- func (m *FindRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FindRequest) XXX_Merge(src proto.Message)
- func (m *FindRequest) XXX_Size() int
- func (m *FindRequest) XXX_Unmarshal(b []byte) error
- type InsertReply
- func (*InsertReply) Descriptor() ([]byte, []int)
- func (m *InsertReply) GetMessage() []string
- func (m *InsertReply) GetRetc() []uint32
- func (*InsertReply) ProtoMessage()
- func (m *InsertReply) Reset()
- func (m *InsertReply) String() string
- func (m *InsertReply) XXX_DiscardUnknown()
- func (m *InsertReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InsertReply) XXX_Merge(src proto.Message)
- func (m *InsertReply) XXX_Size() int
- func (m *InsertReply) XXX_Unmarshal(b []byte) error
- type Limit
- func (*Limit) Descriptor() ([]byte, []int)
- func (m *Limit) GetMax() uint64
- func (m *Limit) GetMin() uint64
- func (m *Limit) GetZero() bool
- func (*Limit) ProtoMessage()
- func (m *Limit) Reset()
- func (m *Limit) String() string
- func (m *Limit) XXX_DiscardUnknown()
- func (m *Limit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Limit) XXX_Merge(src proto.Message)
- func (m *Limit) XXX_Size() int
- func (m *Limit) XXX_Unmarshal(b []byte) error
- type MANILA_REQUEST_TYPE
- type MDId
- func (*MDId) Descriptor() ([]byte, []int)
- func (m *MDId) GetId() uint64
- func (m *MDId) GetIno() uint64
- func (m *MDId) GetPath() []byte
- func (m *MDId) GetType() TYPE
- func (*MDId) ProtoMessage()
- func (m *MDId) Reset()
- func (m *MDId) String() string
- func (m *MDId) XXX_DiscardUnknown()
- func (m *MDId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MDId) XXX_Merge(src proto.Message)
- func (m *MDId) XXX_Size() int
- func (m *MDId) XXX_Unmarshal(b []byte) error
- type MDRequest
- func (*MDRequest) Descriptor() ([]byte, []int)
- func (m *MDRequest) GetAuthkey() string
- func (m *MDRequest) GetId() *MDId
- func (m *MDRequest) GetRole() *RoleId
- func (m *MDRequest) GetSelection() *MDSelection
- func (m *MDRequest) GetType() TYPE
- func (*MDRequest) ProtoMessage()
- func (m *MDRequest) Reset()
- func (m *MDRequest) String() string
- func (m *MDRequest) XXX_DiscardUnknown()
- func (m *MDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MDRequest) XXX_Merge(src proto.Message)
- func (m *MDRequest) XXX_Size() int
- func (m *MDRequest) XXX_Unmarshal(b []byte) error
- type MDResponse
- func (*MDResponse) Descriptor() ([]byte, []int)
- func (m *MDResponse) GetCmd() *ContainerMdProto
- func (m *MDResponse) GetFmd() *FileMdProto
- func (m *MDResponse) GetType() TYPE
- func (*MDResponse) ProtoMessage()
- func (m *MDResponse) Reset()
- func (m *MDResponse) String() string
- func (m *MDResponse) XXX_DiscardUnknown()
- func (m *MDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MDResponse) XXX_Merge(src proto.Message)
- func (m *MDResponse) XXX_Size() int
- func (m *MDResponse) XXX_Unmarshal(b []byte) error
- type MDSelection
- func (*MDSelection) Descriptor() ([]byte, []int)
- func (m *MDSelection) GetChecksum() *Checksum
- func (m *MDSelection) GetChildren() *Limit
- func (m *MDSelection) GetCtime() *Limit
- func (m *MDSelection) GetFlags() uint64
- func (m *MDSelection) GetGroup() uint32
- func (m *MDSelection) GetGroupRoot() bool
- func (m *MDSelection) GetLayoutid() uint64
- func (m *MDSelection) GetLocations() *Limit
- func (m *MDSelection) GetMtime() *Limit
- func (m *MDSelection) GetOwner() uint32
- func (m *MDSelection) GetOwnerRoot() bool
- func (m *MDSelection) GetRegexpDirname() []byte
- func (m *MDSelection) GetRegexpFilename() []byte
- func (m *MDSelection) GetSelect() bool
- func (m *MDSelection) GetSize() *Limit
- func (m *MDSelection) GetStime() *Limit
- func (m *MDSelection) GetSymlink() bool
- func (m *MDSelection) GetTreesize() *Limit
- func (m *MDSelection) GetUnlinkedLocations() *Limit
- func (m *MDSelection) GetXattr() map[string][]byte
- func (*MDSelection) ProtoMessage()
- func (m *MDSelection) Reset()
- func (m *MDSelection) String() string
- func (m *MDSelection) XXX_DiscardUnknown()
- func (m *MDSelection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MDSelection) XXX_Merge(src proto.Message)
- func (m *MDSelection) XXX_Size() int
- func (m *MDSelection) XXX_Unmarshal(b []byte) error
- type ManilaRequest
- func (*ManilaRequest) Descriptor() ([]byte, []int)
- func (m *ManilaRequest) GetAdminEgroup() string
- func (m *ManilaRequest) GetAuthKey() string
- func (m *ManilaRequest) GetCreator() string
- func (m *ManilaRequest) GetDescription() string
- func (m *ManilaRequest) GetEgroup() string
- func (m *ManilaRequest) GetProtocol() string
- func (m *ManilaRequest) GetQuota() int32
- func (m *ManilaRequest) GetRequestType() MANILA_REQUEST_TYPE
- func (m *ManilaRequest) GetShareGroupId() string
- func (m *ManilaRequest) GetShareHost() string
- func (m *ManilaRequest) GetShareId() string
- func (m *ManilaRequest) GetShareLocation() string
- func (m *ManilaRequest) GetShareName() string
- func (*ManilaRequest) ProtoMessage()
- func (m *ManilaRequest) Reset()
- func (m *ManilaRequest) String() string
- func (m *ManilaRequest) XXX_DiscardUnknown()
- func (m *ManilaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ManilaRequest) XXX_Merge(src proto.Message)
- func (m *ManilaRequest) XXX_Size() int
- func (m *ManilaRequest) XXX_Unmarshal(b []byte) error
- type ManilaResponse
- func (*ManilaResponse) Descriptor() ([]byte, []int)
- func (m *ManilaResponse) GetCode() int32
- func (m *ManilaResponse) GetMsg() string
- func (m *ManilaResponse) GetNewSharePath() string
- func (m *ManilaResponse) GetNewShareQuota() int64
- func (m *ManilaResponse) GetTotalCapacity() int64
- func (m *ManilaResponse) GetTotalUsed() int64
- func (*ManilaResponse) ProtoMessage()
- func (m *ManilaResponse) Reset()
- func (m *ManilaResponse) String() string
- func (m *ManilaResponse) XXX_DiscardUnknown()
- func (m *ManilaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ManilaResponse) XXX_Merge(src proto.Message)
- func (m *ManilaResponse) XXX_Size() int
- func (m *ManilaResponse) XXX_Unmarshal(b []byte) error
- type NSRequest
- func (*NSRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest) GetAcl() *NSRequest_AclRequest
- func (m *NSRequest) GetAuthkey() string
- func (m *NSRequest) GetChmod() *NSRequest_ChmodRequest
- func (m *NSRequest) GetChown() *NSRequest_ChownRequest
- func (m *NSRequest) GetCommand() isNSRequest_Command
- func (m *NSRequest) GetMkdir() *NSRequest_MkdirRequest
- func (m *NSRequest) GetQuota() *NSRequest_QuotaRequest
- func (m *NSRequest) GetRecycle() *NSRequest_RecycleRequest
- func (m *NSRequest) GetRename() *NSRequest_RenameRequest
- func (m *NSRequest) GetRm() *NSRequest_RmRequest
- func (m *NSRequest) GetRmdir() *NSRequest_RmdirRequest
- func (m *NSRequest) GetRole() *RoleId
- func (m *NSRequest) GetSymlink() *NSRequest_SymlinkRequest
- func (m *NSRequest) GetToken() *NSRequest_TokenRequest
- func (m *NSRequest) GetTouch() *NSRequest_TouchRequest
- func (m *NSRequest) GetUnlink() *NSRequest_UnlinkRequest
- func (m *NSRequest) GetVersion() *NSRequest_VersionRequest
- func (m *NSRequest) GetXattr() *NSRequest_SetXAttrRequest
- func (*NSRequest) ProtoMessage()
- func (m *NSRequest) Reset()
- func (m *NSRequest) String() string
- func (m *NSRequest) XXX_DiscardUnknown()
- func (m *NSRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest) XXX_Merge(src proto.Message)
- func (*NSRequest) XXX_OneofWrappers() []interface{}
- func (m *NSRequest) XXX_Size() int
- func (m *NSRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Acl
- type NSRequest_AclRequest
- func (*NSRequest_AclRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_AclRequest) GetCmd() NSRequest_AclRequest_ACL_COMMAND
- func (m *NSRequest_AclRequest) GetId() *MDId
- func (m *NSRequest_AclRequest) GetPosition() uint32
- func (m *NSRequest_AclRequest) GetRecursive() bool
- func (m *NSRequest_AclRequest) GetRule() string
- func (m *NSRequest_AclRequest) GetType() NSRequest_AclRequest_ACL_TYPE
- func (*NSRequest_AclRequest) ProtoMessage()
- func (m *NSRequest_AclRequest) Reset()
- func (m *NSRequest_AclRequest) String() string
- func (m *NSRequest_AclRequest) XXX_DiscardUnknown()
- func (m *NSRequest_AclRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_AclRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_AclRequest) XXX_Size() int
- func (m *NSRequest_AclRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_AclRequest_ACL_COMMAND
- type NSRequest_AclRequest_ACL_TYPE
- type NSRequest_Chmod
- type NSRequest_ChmodRequest
- func (*NSRequest_ChmodRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_ChmodRequest) GetId() *MDId
- func (m *NSRequest_ChmodRequest) GetMode() int64
- func (*NSRequest_ChmodRequest) ProtoMessage()
- func (m *NSRequest_ChmodRequest) Reset()
- func (m *NSRequest_ChmodRequest) String() string
- func (m *NSRequest_ChmodRequest) XXX_DiscardUnknown()
- func (m *NSRequest_ChmodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_ChmodRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_ChmodRequest) XXX_Size() int
- func (m *NSRequest_ChmodRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Chown
- type NSRequest_ChownRequest
- func (*NSRequest_ChownRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_ChownRequest) GetId() *MDId
- func (m *NSRequest_ChownRequest) GetOwner() *RoleId
- func (*NSRequest_ChownRequest) ProtoMessage()
- func (m *NSRequest_ChownRequest) Reset()
- func (m *NSRequest_ChownRequest) String() string
- func (m *NSRequest_ChownRequest) XXX_DiscardUnknown()
- func (m *NSRequest_ChownRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_ChownRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_ChownRequest) XXX_Size() int
- func (m *NSRequest_ChownRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Mkdir
- type NSRequest_MkdirRequest
- func (*NSRequest_MkdirRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_MkdirRequest) GetId() *MDId
- func (m *NSRequest_MkdirRequest) GetMode() int64
- func (m *NSRequest_MkdirRequest) GetRecursive() bool
- func (*NSRequest_MkdirRequest) ProtoMessage()
- func (m *NSRequest_MkdirRequest) Reset()
- func (m *NSRequest_MkdirRequest) String() string
- func (m *NSRequest_MkdirRequest) XXX_DiscardUnknown()
- func (m *NSRequest_MkdirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_MkdirRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_MkdirRequest) XXX_Size() int
- func (m *NSRequest_MkdirRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Quota
- type NSRequest_QuotaRequest
- func (*NSRequest_QuotaRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_QuotaRequest) GetEntry() QUOTAENTRY
- func (m *NSRequest_QuotaRequest) GetId() *RoleId
- func (m *NSRequest_QuotaRequest) GetMaxbytes() uint64
- func (m *NSRequest_QuotaRequest) GetMaxfiles() uint64
- func (m *NSRequest_QuotaRequest) GetOp() QUOTAOP
- func (m *NSRequest_QuotaRequest) GetPath() []byte
- func (*NSRequest_QuotaRequest) ProtoMessage()
- func (m *NSRequest_QuotaRequest) Reset()
- func (m *NSRequest_QuotaRequest) String() string
- func (m *NSRequest_QuotaRequest) XXX_DiscardUnknown()
- func (m *NSRequest_QuotaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_QuotaRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_QuotaRequest) XXX_Size() int
- func (m *NSRequest_QuotaRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Recycle
- type NSRequest_RecycleRequest
- func (*NSRequest_RecycleRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_RecycleRequest) GetCmd() NSRequest_RecycleRequest_RECYCLE_CMD
- func (m *NSRequest_RecycleRequest) GetKey() string
- func (m *NSRequest_RecycleRequest) GetPurgedate() *NSRequest_RecycleRequest_PurgeDate
- func (m *NSRequest_RecycleRequest) GetRestoreflag() *NSRequest_RecycleRequest_RestoreFlags
- func (*NSRequest_RecycleRequest) ProtoMessage()
- func (m *NSRequest_RecycleRequest) Reset()
- func (m *NSRequest_RecycleRequest) String() string
- func (m *NSRequest_RecycleRequest) XXX_DiscardUnknown()
- func (m *NSRequest_RecycleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_RecycleRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_RecycleRequest) XXX_Size() int
- func (m *NSRequest_RecycleRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_RecycleRequest_PurgeDate
- func (*NSRequest_RecycleRequest_PurgeDate) Descriptor() ([]byte, []int)
- func (m *NSRequest_RecycleRequest_PurgeDate) GetDay() int32
- func (m *NSRequest_RecycleRequest_PurgeDate) GetMonth() int32
- func (m *NSRequest_RecycleRequest_PurgeDate) GetYear() int32
- func (*NSRequest_RecycleRequest_PurgeDate) ProtoMessage()
- func (m *NSRequest_RecycleRequest_PurgeDate) Reset()
- func (m *NSRequest_RecycleRequest_PurgeDate) String() string
- func (m *NSRequest_RecycleRequest_PurgeDate) XXX_DiscardUnknown()
- func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Merge(src proto.Message)
- func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Size() int
- func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Unmarshal(b []byte) error
- type NSRequest_RecycleRequest_RECYCLE_CMD
- type NSRequest_RecycleRequest_RestoreFlags
- func (*NSRequest_RecycleRequest_RestoreFlags) Descriptor() ([]byte, []int)
- func (m *NSRequest_RecycleRequest_RestoreFlags) GetForce() bool
- func (m *NSRequest_RecycleRequest_RestoreFlags) GetMkpath() bool
- func (m *NSRequest_RecycleRequest_RestoreFlags) GetVersions() bool
- func (*NSRequest_RecycleRequest_RestoreFlags) ProtoMessage()
- func (m *NSRequest_RecycleRequest_RestoreFlags) Reset()
- func (m *NSRequest_RecycleRequest_RestoreFlags) String() string
- func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_DiscardUnknown()
- func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Merge(src proto.Message)
- func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Size() int
- func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Unmarshal(b []byte) error
- type NSRequest_Rename
- type NSRequest_RenameRequest
- func (*NSRequest_RenameRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_RenameRequest) GetId() *MDId
- func (m *NSRequest_RenameRequest) GetTarget() []byte
- func (*NSRequest_RenameRequest) ProtoMessage()
- func (m *NSRequest_RenameRequest) Reset()
- func (m *NSRequest_RenameRequest) String() string
- func (m *NSRequest_RenameRequest) XXX_DiscardUnknown()
- func (m *NSRequest_RenameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_RenameRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_RenameRequest) XXX_Size() int
- func (m *NSRequest_RenameRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Rm
- type NSRequest_RmRequest
- func (*NSRequest_RmRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_RmRequest) GetId() *MDId
- func (m *NSRequest_RmRequest) GetNorecycle() bool
- func (m *NSRequest_RmRequest) GetRecursive() bool
- func (*NSRequest_RmRequest) ProtoMessage()
- func (m *NSRequest_RmRequest) Reset()
- func (m *NSRequest_RmRequest) String() string
- func (m *NSRequest_RmRequest) XXX_DiscardUnknown()
- func (m *NSRequest_RmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_RmRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_RmRequest) XXX_Size() int
- func (m *NSRequest_RmRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Rmdir
- type NSRequest_RmdirRequest
- func (*NSRequest_RmdirRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_RmdirRequest) GetId() *MDId
- func (*NSRequest_RmdirRequest) ProtoMessage()
- func (m *NSRequest_RmdirRequest) Reset()
- func (m *NSRequest_RmdirRequest) String() string
- func (m *NSRequest_RmdirRequest) XXX_DiscardUnknown()
- func (m *NSRequest_RmdirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_RmdirRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_RmdirRequest) XXX_Size() int
- func (m *NSRequest_RmdirRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_SetXAttrRequest
- func (*NSRequest_SetXAttrRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_SetXAttrRequest) GetId() *MDId
- func (m *NSRequest_SetXAttrRequest) GetKeystodelete() []string
- func (m *NSRequest_SetXAttrRequest) GetRecursive() bool
- func (m *NSRequest_SetXAttrRequest) GetXattrs() map[string][]byte
- func (*NSRequest_SetXAttrRequest) ProtoMessage()
- func (m *NSRequest_SetXAttrRequest) Reset()
- func (m *NSRequest_SetXAttrRequest) String() string
- func (m *NSRequest_SetXAttrRequest) XXX_DiscardUnknown()
- func (m *NSRequest_SetXAttrRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_SetXAttrRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_SetXAttrRequest) XXX_Size() int
- func (m *NSRequest_SetXAttrRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Symlink
- type NSRequest_SymlinkRequest
- func (*NSRequest_SymlinkRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_SymlinkRequest) GetId() *MDId
- func (m *NSRequest_SymlinkRequest) GetTarget() []byte
- func (*NSRequest_SymlinkRequest) ProtoMessage()
- func (m *NSRequest_SymlinkRequest) Reset()
- func (m *NSRequest_SymlinkRequest) String() string
- func (m *NSRequest_SymlinkRequest) XXX_DiscardUnknown()
- func (m *NSRequest_SymlinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_SymlinkRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_SymlinkRequest) XXX_Size() int
- func (m *NSRequest_SymlinkRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Token
- type NSRequest_TokenRequest
- func (*NSRequest_TokenRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_TokenRequest) GetToken() *ShareToken
- func (*NSRequest_TokenRequest) ProtoMessage()
- func (m *NSRequest_TokenRequest) Reset()
- func (m *NSRequest_TokenRequest) String() string
- func (m *NSRequest_TokenRequest) XXX_DiscardUnknown()
- func (m *NSRequest_TokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_TokenRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_TokenRequest) XXX_Size() int
- func (m *NSRequest_TokenRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Touch
- type NSRequest_TouchRequest
- func (*NSRequest_TouchRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_TouchRequest) GetId() *MDId
- func (*NSRequest_TouchRequest) ProtoMessage()
- func (m *NSRequest_TouchRequest) Reset()
- func (m *NSRequest_TouchRequest) String() string
- func (m *NSRequest_TouchRequest) XXX_DiscardUnknown()
- func (m *NSRequest_TouchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_TouchRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_TouchRequest) XXX_Size() int
- func (m *NSRequest_TouchRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Unlink
- type NSRequest_UnlinkRequest
- func (*NSRequest_UnlinkRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_UnlinkRequest) GetId() *MDId
- func (m *NSRequest_UnlinkRequest) GetNorecycle() bool
- func (*NSRequest_UnlinkRequest) ProtoMessage()
- func (m *NSRequest_UnlinkRequest) Reset()
- func (m *NSRequest_UnlinkRequest) String() string
- func (m *NSRequest_UnlinkRequest) XXX_DiscardUnknown()
- func (m *NSRequest_UnlinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_UnlinkRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_UnlinkRequest) XXX_Size() int
- func (m *NSRequest_UnlinkRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_Version
- type NSRequest_VersionRequest
- func (*NSRequest_VersionRequest) Descriptor() ([]byte, []int)
- func (m *NSRequest_VersionRequest) GetCmd() NSRequest_VersionRequest_VERSION_CMD
- func (m *NSRequest_VersionRequest) GetGrabversion() string
- func (m *NSRequest_VersionRequest) GetId() *MDId
- func (m *NSRequest_VersionRequest) GetMaxversion() int32
- func (*NSRequest_VersionRequest) ProtoMessage()
- func (m *NSRequest_VersionRequest) Reset()
- func (m *NSRequest_VersionRequest) String() string
- func (m *NSRequest_VersionRequest) XXX_DiscardUnknown()
- func (m *NSRequest_VersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSRequest_VersionRequest) XXX_Merge(src proto.Message)
- func (m *NSRequest_VersionRequest) XXX_Size() int
- func (m *NSRequest_VersionRequest) XXX_Unmarshal(b []byte) error
- type NSRequest_VersionRequest_VERSION_CMD
- type NSRequest_Xattr
- type NSResponse
- func (*NSResponse) Descriptor() ([]byte, []int)
- func (m *NSResponse) GetAcl() *NSResponse_AclResponse
- func (m *NSResponse) GetError() *NSResponse_ErrorResponse
- func (m *NSResponse) GetQuota() *NSResponse_QuotaResponse
- func (m *NSResponse) GetRecycle() *NSResponse_RecycleResponse
- func (m *NSResponse) GetVersion() *NSResponse_VersionResponse
- func (*NSResponse) ProtoMessage()
- func (m *NSResponse) Reset()
- func (m *NSResponse) String() string
- func (m *NSResponse) XXX_DiscardUnknown()
- func (m *NSResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSResponse) XXX_Merge(src proto.Message)
- func (m *NSResponse) XXX_Size() int
- func (m *NSResponse) XXX_Unmarshal(b []byte) error
- type NSResponse_AclResponse
- func (*NSResponse_AclResponse) Descriptor() ([]byte, []int)
- func (m *NSResponse_AclResponse) GetCode() int64
- func (m *NSResponse_AclResponse) GetMsg() string
- func (m *NSResponse_AclResponse) GetRule() string
- func (*NSResponse_AclResponse) ProtoMessage()
- func (m *NSResponse_AclResponse) Reset()
- func (m *NSResponse_AclResponse) String() string
- func (m *NSResponse_AclResponse) XXX_DiscardUnknown()
- func (m *NSResponse_AclResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSResponse_AclResponse) XXX_Merge(src proto.Message)
- func (m *NSResponse_AclResponse) XXX_Size() int
- func (m *NSResponse_AclResponse) XXX_Unmarshal(b []byte) error
- type NSResponse_ErrorResponse
- func (*NSResponse_ErrorResponse) Descriptor() ([]byte, []int)
- func (m *NSResponse_ErrorResponse) GetCode() int64
- func (m *NSResponse_ErrorResponse) GetMsg() string
- func (*NSResponse_ErrorResponse) ProtoMessage()
- func (m *NSResponse_ErrorResponse) Reset()
- func (m *NSResponse_ErrorResponse) String() string
- func (m *NSResponse_ErrorResponse) XXX_DiscardUnknown()
- func (m *NSResponse_ErrorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSResponse_ErrorResponse) XXX_Merge(src proto.Message)
- func (m *NSResponse_ErrorResponse) XXX_Size() int
- func (m *NSResponse_ErrorResponse) XXX_Unmarshal(b []byte) error
- type NSResponse_QuotaResponse
- func (*NSResponse_QuotaResponse) Descriptor() ([]byte, []int)
- func (m *NSResponse_QuotaResponse) GetCode() int64
- func (m *NSResponse_QuotaResponse) GetMsg() string
- func (m *NSResponse_QuotaResponse) GetQuotanode() []*QuotaProto
- func (*NSResponse_QuotaResponse) ProtoMessage()
- func (m *NSResponse_QuotaResponse) Reset()
- func (m *NSResponse_QuotaResponse) String() string
- func (m *NSResponse_QuotaResponse) XXX_DiscardUnknown()
- func (m *NSResponse_QuotaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSResponse_QuotaResponse) XXX_Merge(src proto.Message)
- func (m *NSResponse_QuotaResponse) XXX_Size() int
- func (m *NSResponse_QuotaResponse) XXX_Unmarshal(b []byte) error
- type NSResponse_RecycleResponse
- func (*NSResponse_RecycleResponse) Descriptor() ([]byte, []int)
- func (m *NSResponse_RecycleResponse) GetCode() int64
- func (m *NSResponse_RecycleResponse) GetMsg() string
- func (m *NSResponse_RecycleResponse) GetRecycles() []*NSResponse_RecycleResponse_RecycleInfo
- func (*NSResponse_RecycleResponse) ProtoMessage()
- func (m *NSResponse_RecycleResponse) Reset()
- func (m *NSResponse_RecycleResponse) String() string
- func (m *NSResponse_RecycleResponse) XXX_DiscardUnknown()
- func (m *NSResponse_RecycleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSResponse_RecycleResponse) XXX_Merge(src proto.Message)
- func (m *NSResponse_RecycleResponse) XXX_Size() int
- func (m *NSResponse_RecycleResponse) XXX_Unmarshal(b []byte) error
- type NSResponse_RecycleResponse_RecycleInfo
- func (*NSResponse_RecycleResponse_RecycleInfo) Descriptor() ([]byte, []int)
- func (m *NSResponse_RecycleResponse_RecycleInfo) GetDtime() *Time
- func (m *NSResponse_RecycleResponse_RecycleInfo) GetId() *MDId
- func (m *NSResponse_RecycleResponse_RecycleInfo) GetKey() string
- func (m *NSResponse_RecycleResponse_RecycleInfo) GetOwner() *RoleId
- func (m *NSResponse_RecycleResponse_RecycleInfo) GetSize() uint64
- func (m *NSResponse_RecycleResponse_RecycleInfo) GetType() NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE
- func (*NSResponse_RecycleResponse_RecycleInfo) ProtoMessage()
- func (m *NSResponse_RecycleResponse_RecycleInfo) Reset()
- func (m *NSResponse_RecycleResponse_RecycleInfo) String() string
- func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_DiscardUnknown()
- func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Merge(src proto.Message)
- func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Size() int
- func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Unmarshal(b []byte) error
- type NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE
- type NSResponse_VersionResponse
- func (*NSResponse_VersionResponse) Descriptor() ([]byte, []int)
- func (m *NSResponse_VersionResponse) GetCode() int64
- func (m *NSResponse_VersionResponse) GetMsg() string
- func (m *NSResponse_VersionResponse) GetVersions() []*NSResponse_VersionResponse_VersionInfo
- func (*NSResponse_VersionResponse) ProtoMessage()
- func (m *NSResponse_VersionResponse) Reset()
- func (m *NSResponse_VersionResponse) String() string
- func (m *NSResponse_VersionResponse) XXX_DiscardUnknown()
- func (m *NSResponse_VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSResponse_VersionResponse) XXX_Merge(src proto.Message)
- func (m *NSResponse_VersionResponse) XXX_Size() int
- func (m *NSResponse_VersionResponse) XXX_Unmarshal(b []byte) error
- type NSResponse_VersionResponse_VersionInfo
- func (*NSResponse_VersionResponse_VersionInfo) Descriptor() ([]byte, []int)
- func (m *NSResponse_VersionResponse_VersionInfo) GetId() *MDId
- func (m *NSResponse_VersionResponse_VersionInfo) GetMtime() *Time
- func (*NSResponse_VersionResponse_VersionInfo) ProtoMessage()
- func (m *NSResponse_VersionResponse_VersionInfo) Reset()
- func (m *NSResponse_VersionResponse_VersionInfo) String() string
- func (m *NSResponse_VersionResponse_VersionInfo) XXX_DiscardUnknown()
- func (m *NSResponse_VersionResponse_VersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NSResponse_VersionResponse_VersionInfo) XXX_Merge(src proto.Message)
- func (m *NSResponse_VersionResponse_VersionInfo) XXX_Size() int
- func (m *NSResponse_VersionResponse_VersionInfo) XXX_Unmarshal(b []byte) error
- type NsStatRequest
- func (*NsStatRequest) Descriptor() ([]byte, []int)
- func (m *NsStatRequest) GetAuthkey() string
- func (*NsStatRequest) ProtoMessage()
- func (m *NsStatRequest) Reset()
- func (m *NsStatRequest) String() string
- func (m *NsStatRequest) XXX_DiscardUnknown()
- func (m *NsStatRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NsStatRequest) XXX_Merge(src proto.Message)
- func (m *NsStatRequest) XXX_Size() int
- func (m *NsStatRequest) XXX_Unmarshal(b []byte) error
- type NsStatResponse
- func (*NsStatResponse) Descriptor() ([]byte, []int)
- func (m *NsStatResponse) GetBootTime() uint64
- func (m *NsStatResponse) GetCode() int64
- func (m *NsStatResponse) GetCurrentCid() uint64
- func (m *NsStatResponse) GetCurrentFid() uint64
- func (m *NsStatResponse) GetEmsg() string
- func (m *NsStatResponse) GetFds() uint64
- func (m *NsStatResponse) GetMemGrowth() uint64
- func (m *NsStatResponse) GetMemResident() uint64
- func (m *NsStatResponse) GetMemShare() uint64
- func (m *NsStatResponse) GetMemVirtual() uint64
- func (m *NsStatResponse) GetNcontainers() uint64
- func (m *NsStatResponse) GetNfiles() uint64
- func (m *NsStatResponse) GetState() string
- func (m *NsStatResponse) GetThreads() uint64
- func (m *NsStatResponse) GetUptime() uint64
- func (*NsStatResponse) ProtoMessage()
- func (m *NsStatResponse) Reset()
- func (m *NsStatResponse) String() string
- func (m *NsStatResponse) XXX_DiscardUnknown()
- func (m *NsStatResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NsStatResponse) XXX_Merge(src proto.Message)
- func (m *NsStatResponse) XXX_Size() int
- func (m *NsStatResponse) XXX_Unmarshal(b []byte) error
- type PingReply
- func (*PingReply) Descriptor() ([]byte, []int)
- func (m *PingReply) GetMessage() []byte
- func (*PingReply) ProtoMessage()
- func (m *PingReply) Reset()
- func (m *PingReply) String() string
- func (m *PingReply) XXX_DiscardUnknown()
- func (m *PingReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PingReply) XXX_Merge(src proto.Message)
- func (m *PingReply) XXX_Size() int
- func (m *PingReply) XXX_Unmarshal(b []byte) error
- type PingRequest
- func (*PingRequest) Descriptor() ([]byte, []int)
- func (m *PingRequest) GetAuthkey() string
- func (m *PingRequest) GetMessage() []byte
- func (*PingRequest) ProtoMessage()
- func (m *PingRequest) Reset()
- func (m *PingRequest) String() string
- func (m *PingRequest) XXX_DiscardUnknown()
- func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PingRequest) XXX_Merge(src proto.Message)
- func (m *PingRequest) XXX_Size() int
- func (m *PingRequest) XXX_Unmarshal(b []byte) error
- type QUOTAENTRY
- type QUOTAOP
- type QUOTATYPE
- type QuotaProto
- func (*QuotaProto) Descriptor() ([]byte, []int)
- func (m *QuotaProto) GetMaxbytes() uint64
- func (m *QuotaProto) GetMaxfiles() uint64
- func (m *QuotaProto) GetMaxlogicalbytes() uint64
- func (m *QuotaProto) GetName() string
- func (m *QuotaProto) GetPath() []byte
- func (m *QuotaProto) GetPercentageusedbytes() float32
- func (m *QuotaProto) GetPercentageusedfiles() float32
- func (m *QuotaProto) GetStatusbytes() string
- func (m *QuotaProto) GetStatusfiles() string
- func (m *QuotaProto) GetType() QUOTATYPE
- func (m *QuotaProto) GetUsedbytes() uint64
- func (m *QuotaProto) GetUsedfiles() uint64
- func (m *QuotaProto) GetUsedlogicalbytes() uint64
- func (*QuotaProto) ProtoMessage()
- func (m *QuotaProto) Reset()
- func (m *QuotaProto) String() string
- func (m *QuotaProto) XXX_DiscardUnknown()
- func (m *QuotaProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuotaProto) XXX_Merge(src proto.Message)
- func (m *QuotaProto) XXX_Size() int
- func (m *QuotaProto) XXX_Unmarshal(b []byte) error
- type RoleId
- func (*RoleId) Descriptor() ([]byte, []int)
- func (m *RoleId) GetGid() uint64
- func (m *RoleId) GetGroupname() string
- func (m *RoleId) GetUid() uint64
- func (m *RoleId) GetUsername() string
- func (*RoleId) ProtoMessage()
- func (m *RoleId) Reset()
- func (m *RoleId) String() string
- func (m *RoleId) XXX_DiscardUnknown()
- func (m *RoleId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RoleId) XXX_Merge(src proto.Message)
- func (m *RoleId) XXX_Size() int
- func (m *RoleId) XXX_Unmarshal(b []byte) error
- type ShareAuth
- func (*ShareAuth) Descriptor() ([]byte, []int)
- func (m *ShareAuth) GetHost() string
- func (m *ShareAuth) GetName() string
- func (m *ShareAuth) GetProt() string
- func (*ShareAuth) ProtoMessage()
- func (m *ShareAuth) Reset()
- func (m *ShareAuth) String() string
- func (m *ShareAuth) XXX_DiscardUnknown()
- func (m *ShareAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ShareAuth) XXX_Merge(src proto.Message)
- func (m *ShareAuth) XXX_Size() int
- func (m *ShareAuth) XXX_Unmarshal(b []byte) error
- type ShareProto
- func (*ShareProto) Descriptor() ([]byte, []int)
- func (m *ShareProto) GetAllowtree() bool
- func (m *ShareProto) GetExpires() uint64
- func (m *ShareProto) GetGeneration() uint64
- func (m *ShareProto) GetGroup() string
- func (m *ShareProto) GetOrigins() []*ShareAuth
- func (m *ShareProto) GetOwner() string
- func (m *ShareProto) GetPath() string
- func (m *ShareProto) GetPermission() string
- func (m *ShareProto) GetVtoken() string
- func (*ShareProto) ProtoMessage()
- func (m *ShareProto) Reset()
- func (m *ShareProto) String() string
- func (m *ShareProto) XXX_DiscardUnknown()
- func (m *ShareProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ShareProto) XXX_Merge(src proto.Message)
- func (m *ShareProto) XXX_Size() int
- func (m *ShareProto) XXX_Unmarshal(b []byte) error
- type ShareToken
- func (*ShareToken) Descriptor() ([]byte, []int)
- func (m *ShareToken) GetSeed() int32
- func (m *ShareToken) GetSerialized() []byte
- func (m *ShareToken) GetSignature() []byte
- func (m *ShareToken) GetToken() *ShareProto
- func (*ShareToken) ProtoMessage()
- func (m *ShareToken) Reset()
- func (m *ShareToken) String() string
- func (m *ShareToken) XXX_DiscardUnknown()
- func (m *ShareToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ShareToken) XXX_Merge(src proto.Message)
- func (m *ShareToken) XXX_Size() int
- func (m *ShareToken) XXX_Unmarshal(b []byte) error
- type TYPE
- type Time
- func (*Time) Descriptor() ([]byte, []int)
- func (m *Time) GetNSec() uint64
- func (m *Time) GetSec() uint64
- func (*Time) ProtoMessage()
- func (m *Time) Reset()
- func (m *Time) String() string
- func (m *Time) XXX_DiscardUnknown()
- func (m *Time) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Time) XXX_Merge(src proto.Message)
- func (m *Time) XXX_Size() int
- func (m *Time) XXX_Unmarshal(b []byte) error
- type UnimplementedEosServer
- func (*UnimplementedEosServer) ContainerInsert(ctx context.Context, req *ContainerInsertRequest) (*InsertReply, error)
- func (*UnimplementedEosServer) Exec(ctx context.Context, req *NSRequest) (*NSResponse, error)
- func (*UnimplementedEosServer) FileInsert(ctx context.Context, req *FileInsertRequest) (*InsertReply, error)
- func (*UnimplementedEosServer) Find(req *FindRequest, srv Eos_FindServer) error
- func (*UnimplementedEosServer) MD(req *MDRequest, srv Eos_MDServer) error
- func (*UnimplementedEosServer) ManilaServerRequest(ctx context.Context, req *ManilaRequest) (*ManilaResponse, error)
- func (*UnimplementedEosServer) NsStat(ctx context.Context, req *NsStatRequest) (*NsStatResponse, error)
- func (*UnimplementedEosServer) Ping(ctx context.Context, req *PingRequest) (*PingReply, error)
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_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 ¶
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) ProtoMessage ¶
func (*Checksum) ProtoMessage()
func (*Checksum) XXX_DiscardUnknown ¶
func (m *Checksum) XXX_DiscardUnknown()
func (*Checksum) XXX_Marshal ¶
func (*Checksum) XXX_Unmarshal ¶
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 ¶
func (m *ContainerInsertRequest) XXX_DiscardUnknown()
func (*ContainerInsertRequest) XXX_Marshal ¶
func (m *ContainerInsertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerInsertRequest) XXX_Merge ¶
func (m *ContainerInsertRequest) XXX_Merge(src proto.Message)
func (*ContainerInsertRequest) XXX_Size ¶
func (m *ContainerInsertRequest) XXX_Size() int
func (*ContainerInsertRequest) XXX_Unmarshal ¶
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContainerMdProto) Descriptor ¶
func (*ContainerMdProto) Descriptor() ([]byte, []int)
func (*ContainerMdProto) GetCtime ¶
func (m *ContainerMdProto) GetCtime() *Time
func (*ContainerMdProto) GetEtag ¶
func (m *ContainerMdProto) GetEtag() string
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) 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 ¶
func (m *ContainerMdProto) XXX_DiscardUnknown()
func (*ContainerMdProto) XXX_Marshal ¶
func (m *ContainerMdProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerMdProto) XXX_Merge ¶
func (m *ContainerMdProto) XXX_Merge(src proto.Message)
func (*ContainerMdProto) XXX_Size ¶
func (m *ContainerMdProto) XXX_Size() int
func (*ContainerMdProto) XXX_Unmarshal ¶
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.ClientConn) 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 ¶
func (m *FileInsertRequest) XXX_DiscardUnknown()
func (*FileInsertRequest) XXX_Marshal ¶
func (m *FileInsertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FileInsertRequest) XXX_Merge ¶
func (m *FileInsertRequest) XXX_Merge(src proto.Message)
func (*FileInsertRequest) XXX_Size ¶
func (m *FileInsertRequest) XXX_Size() int
func (*FileInsertRequest) XXX_Unmarshal ¶
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"` 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) 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 ¶
func (m *FileMdProto) XXX_DiscardUnknown()
func (*FileMdProto) XXX_Marshal ¶
func (m *FileMdProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FileMdProto) XXX_Merge ¶
func (m *FileMdProto) XXX_Merge(src proto.Message)
func (*FileMdProto) XXX_Size ¶
func (m *FileMdProto) XXX_Size() int
func (*FileMdProto) XXX_Unmarshal ¶
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 ¶
func (m *FindRequest) XXX_DiscardUnknown()
func (*FindRequest) XXX_Marshal ¶
func (m *FindRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FindRequest) XXX_Merge ¶
func (m *FindRequest) XXX_Merge(src proto.Message)
func (*FindRequest) XXX_Size ¶
func (m *FindRequest) XXX_Size() int
func (*FindRequest) XXX_Unmarshal ¶
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 ¶
func (m *InsertReply) XXX_DiscardUnknown()
func (*InsertReply) XXX_Marshal ¶
func (m *InsertReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InsertReply) XXX_Merge ¶
func (m *InsertReply) XXX_Merge(src proto.Message)
func (*InsertReply) XXX_Size ¶
func (m *InsertReply) XXX_Size() int
func (*InsertReply) XXX_Unmarshal ¶
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) ProtoMessage ¶
func (*Limit) ProtoMessage()
func (*Limit) XXX_DiscardUnknown ¶
func (m *Limit) XXX_DiscardUnknown()
func (*Limit) XXX_Marshal ¶
func (*Limit) XXX_Unmarshal ¶
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) ProtoMessage ¶
func (*MDId) ProtoMessage()
func (*MDId) XXX_DiscardUnknown ¶
func (m *MDId) XXX_DiscardUnknown()
func (*MDId) XXX_Unmarshal ¶
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) GetAuthkey ¶
func (*MDRequest) GetSelection ¶
func (m *MDRequest) GetSelection() *MDSelection
func (*MDRequest) ProtoMessage ¶
func (*MDRequest) ProtoMessage()
func (*MDRequest) XXX_DiscardUnknown ¶
func (m *MDRequest) XXX_DiscardUnknown()
func (*MDRequest) XXX_Marshal ¶
func (*MDRequest) XXX_Unmarshal ¶
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 ¶
func (m *MDResponse) XXX_DiscardUnknown()
func (*MDResponse) XXX_Marshal ¶
func (m *MDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MDResponse) XXX_Merge ¶
func (m *MDResponse) XXX_Merge(src proto.Message)
func (*MDResponse) XXX_Size ¶
func (m *MDResponse) XXX_Size() int
func (*MDResponse) XXX_Unmarshal ¶
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 (*MDSelection) GetSymlink ¶
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 ¶
func (m *MDSelection) XXX_DiscardUnknown()
func (*MDSelection) XXX_Marshal ¶
func (m *MDSelection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MDSelection) XXX_Merge ¶
func (m *MDSelection) XXX_Merge(src proto.Message)
func (*MDSelection) XXX_Size ¶
func (m *MDSelection) XXX_Size() int
func (*MDSelection) XXX_Unmarshal ¶
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"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,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"` 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 ¶
func (m *ManilaRequest) XXX_DiscardUnknown()
func (*ManilaRequest) XXX_Marshal ¶
func (m *ManilaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ManilaRequest) XXX_Merge ¶
func (m *ManilaRequest) XXX_Merge(src proto.Message)
func (*ManilaRequest) XXX_Size ¶
func (m *ManilaRequest) XXX_Size() int
func (*ManilaRequest) XXX_Unmarshal ¶
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"` 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 ¶
func (m *ManilaResponse) XXX_DiscardUnknown()
func (*ManilaResponse) XXX_Marshal ¶
func (m *ManilaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ManilaResponse) XXX_Merge ¶
func (m *ManilaResponse) XXX_Merge(src proto.Message)
func (*ManilaResponse) XXX_Size ¶
func (m *ManilaResponse) XXX_Size() int
func (*ManilaResponse) XXX_Unmarshal ¶
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 Command isNSRequest_Command `protobuf_oneof:"command"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NSRequest) Descriptor ¶
func (*NSRequest) GetAcl ¶
func (m *NSRequest) GetAcl() *NSRequest_AclRequest
func (*NSRequest) GetAuthkey ¶
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) GetSymlink ¶
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 (*NSRequest) GetUnlink ¶
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) XXX_DiscardUnknown ¶
func (m *NSRequest) XXX_DiscardUnknown()
func (*NSRequest) XXX_Marshal ¶
func (*NSRequest) XXX_OneofWrappers ¶
func (*NSRequest) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*NSRequest) XXX_Unmarshal ¶
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 (m *NSRequest_AclRequest) GetCmd() NSRequest_AclRequest_ACL_COMMAND
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 (m *NSRequest_AclRequest) GetType() NSRequest_AclRequest_ACL_TYPE
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 ¶
func (m *NSRequest_AclRequest) XXX_DiscardUnknown()
func (*NSRequest_AclRequest) XXX_Marshal ¶
func (m *NSRequest_AclRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_AclRequest) XXX_Merge ¶
func (m *NSRequest_AclRequest) XXX_Merge(src proto.Message)
func (*NSRequest_AclRequest) XXX_Size ¶
func (m *NSRequest_AclRequest) XXX_Size() int
func (*NSRequest_AclRequest) XXX_Unmarshal ¶
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 ¶
func (x NSRequest_AclRequest_ACL_COMMAND) String() 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 ¶
func (x NSRequest_AclRequest_ACL_TYPE) String() 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 ¶
func (m *NSRequest_ChmodRequest) XXX_DiscardUnknown()
func (*NSRequest_ChmodRequest) XXX_Marshal ¶
func (m *NSRequest_ChmodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_ChmodRequest) XXX_Merge ¶
func (m *NSRequest_ChmodRequest) XXX_Merge(src proto.Message)
func (*NSRequest_ChmodRequest) XXX_Size ¶
func (m *NSRequest_ChmodRequest) XXX_Size() int
func (*NSRequest_ChmodRequest) XXX_Unmarshal ¶
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 ¶
func (m *NSRequest_ChownRequest) XXX_DiscardUnknown()
func (*NSRequest_ChownRequest) XXX_Marshal ¶
func (m *NSRequest_ChownRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_ChownRequest) XXX_Merge ¶
func (m *NSRequest_ChownRequest) XXX_Merge(src proto.Message)
func (*NSRequest_ChownRequest) XXX_Size ¶
func (m *NSRequest_ChownRequest) XXX_Size() int
func (*NSRequest_ChownRequest) XXX_Unmarshal ¶
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 ¶
func (m *NSRequest_MkdirRequest) XXX_DiscardUnknown()
func (*NSRequest_MkdirRequest) XXX_Marshal ¶
func (m *NSRequest_MkdirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_MkdirRequest) XXX_Merge ¶
func (m *NSRequest_MkdirRequest) XXX_Merge(src proto.Message)
func (*NSRequest_MkdirRequest) XXX_Size ¶
func (m *NSRequest_MkdirRequest) XXX_Size() int
func (*NSRequest_MkdirRequest) XXX_Unmarshal ¶
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 ¶
func (m *NSRequest_QuotaRequest) XXX_DiscardUnknown()
func (*NSRequest_QuotaRequest) XXX_Marshal ¶
func (m *NSRequest_QuotaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_QuotaRequest) XXX_Merge ¶
func (m *NSRequest_QuotaRequest) XXX_Merge(src proto.Message)
func (*NSRequest_QuotaRequest) XXX_Size ¶
func (m *NSRequest_QuotaRequest) XXX_Size() int
func (*NSRequest_QuotaRequest) XXX_Unmarshal ¶
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"` 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 (m *NSRequest_RecycleRequest) GetCmd() NSRequest_RecycleRequest_RECYCLE_CMD
func (*NSRequest_RecycleRequest) GetKey ¶
func (m *NSRequest_RecycleRequest) GetKey() string
func (*NSRequest_RecycleRequest) GetPurgedate ¶
func (m *NSRequest_RecycleRequest) GetPurgedate() *NSRequest_RecycleRequest_PurgeDate
func (*NSRequest_RecycleRequest) GetRestoreflag ¶
func (m *NSRequest_RecycleRequest) GetRestoreflag() *NSRequest_RecycleRequest_RestoreFlags
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 ¶
func (m *NSRequest_RecycleRequest) XXX_DiscardUnknown()
func (*NSRequest_RecycleRequest) XXX_Marshal ¶
func (m *NSRequest_RecycleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_RecycleRequest) XXX_Merge ¶
func (m *NSRequest_RecycleRequest) XXX_Merge(src proto.Message)
func (*NSRequest_RecycleRequest) XXX_Size ¶
func (m *NSRequest_RecycleRequest) XXX_Size() int
func (*NSRequest_RecycleRequest) XXX_Unmarshal ¶
func (m *NSRequest_RecycleRequest) 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 (m *NSRequest_RecycleRequest_PurgeDate) GetDay() int32
func (*NSRequest_RecycleRequest_PurgeDate) GetMonth ¶
func (m *NSRequest_RecycleRequest_PurgeDate) GetMonth() int32
func (*NSRequest_RecycleRequest_PurgeDate) GetYear ¶
func (m *NSRequest_RecycleRequest_PurgeDate) GetYear() int32
func (*NSRequest_RecycleRequest_PurgeDate) ProtoMessage ¶
func (*NSRequest_RecycleRequest_PurgeDate) ProtoMessage()
func (*NSRequest_RecycleRequest_PurgeDate) Reset ¶
func (m *NSRequest_RecycleRequest_PurgeDate) Reset()
func (*NSRequest_RecycleRequest_PurgeDate) String ¶
func (m *NSRequest_RecycleRequest_PurgeDate) String() string
func (*NSRequest_RecycleRequest_PurgeDate) XXX_DiscardUnknown ¶
func (m *NSRequest_RecycleRequest_PurgeDate) XXX_DiscardUnknown()
func (*NSRequest_RecycleRequest_PurgeDate) XXX_Marshal ¶
func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_RecycleRequest_PurgeDate) XXX_Merge ¶
func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Merge(src proto.Message)
func (*NSRequest_RecycleRequest_PurgeDate) XXX_Size ¶
func (m *NSRequest_RecycleRequest_PurgeDate) XXX_Size() int
func (*NSRequest_RecycleRequest_PurgeDate) XXX_Unmarshal ¶
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 ¶
func (x NSRequest_RecycleRequest_RECYCLE_CMD) String() 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 (m *NSRequest_RecycleRequest_RestoreFlags) GetForce() bool
func (*NSRequest_RecycleRequest_RestoreFlags) GetMkpath ¶
func (m *NSRequest_RecycleRequest_RestoreFlags) GetMkpath() bool
func (*NSRequest_RecycleRequest_RestoreFlags) GetVersions ¶
func (m *NSRequest_RecycleRequest_RestoreFlags) GetVersions() bool
func (*NSRequest_RecycleRequest_RestoreFlags) ProtoMessage ¶
func (*NSRequest_RecycleRequest_RestoreFlags) ProtoMessage()
func (*NSRequest_RecycleRequest_RestoreFlags) Reset ¶
func (m *NSRequest_RecycleRequest_RestoreFlags) Reset()
func (*NSRequest_RecycleRequest_RestoreFlags) String ¶
func (m *NSRequest_RecycleRequest_RestoreFlags) String() string
func (*NSRequest_RecycleRequest_RestoreFlags) XXX_DiscardUnknown ¶
func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_DiscardUnknown()
func (*NSRequest_RecycleRequest_RestoreFlags) XXX_Marshal ¶
func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_RecycleRequest_RestoreFlags) XXX_Merge ¶
func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Merge(src proto.Message)
func (*NSRequest_RecycleRequest_RestoreFlags) XXX_Size ¶
func (m *NSRequest_RecycleRequest_RestoreFlags) XXX_Size() int
func (*NSRequest_RecycleRequest_RestoreFlags) XXX_Unmarshal ¶
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 ¶
func (m *NSRequest_RenameRequest) XXX_DiscardUnknown()
func (*NSRequest_RenameRequest) XXX_Marshal ¶
func (m *NSRequest_RenameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_RenameRequest) XXX_Merge ¶
func (m *NSRequest_RenameRequest) XXX_Merge(src proto.Message)
func (*NSRequest_RenameRequest) XXX_Size ¶
func (m *NSRequest_RenameRequest) XXX_Size() int
func (*NSRequest_RenameRequest) XXX_Unmarshal ¶
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 ¶
func (m *NSRequest_RmRequest) XXX_DiscardUnknown()
func (*NSRequest_RmRequest) XXX_Marshal ¶
func (m *NSRequest_RmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_RmRequest) XXX_Merge ¶
func (m *NSRequest_RmRequest) XXX_Merge(src proto.Message)
func (*NSRequest_RmRequest) XXX_Size ¶
func (m *NSRequest_RmRequest) XXX_Size() int
func (*NSRequest_RmRequest) XXX_Unmarshal ¶
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 ¶
func (m *NSRequest_RmdirRequest) XXX_DiscardUnknown()
func (*NSRequest_RmdirRequest) XXX_Marshal ¶
func (m *NSRequest_RmdirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_RmdirRequest) XXX_Merge ¶
func (m *NSRequest_RmdirRequest) XXX_Merge(src proto.Message)
func (*NSRequest_RmdirRequest) XXX_Size ¶
func (m *NSRequest_RmdirRequest) XXX_Size() int
func (*NSRequest_RmdirRequest) XXX_Unmarshal ¶
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"` 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) 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 ¶
func (m *NSRequest_SetXAttrRequest) XXX_DiscardUnknown()
func (*NSRequest_SetXAttrRequest) XXX_Marshal ¶
func (m *NSRequest_SetXAttrRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_SetXAttrRequest) XXX_Merge ¶
func (m *NSRequest_SetXAttrRequest) XXX_Merge(src proto.Message)
func (*NSRequest_SetXAttrRequest) XXX_Size ¶
func (m *NSRequest_SetXAttrRequest) XXX_Size() int
func (*NSRequest_SetXAttrRequest) XXX_Unmarshal ¶
func (m *NSRequest_SetXAttrRequest) XXX_Unmarshal(b []byte) error
type NSRequest_Symlink ¶
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 ¶
func (m *NSRequest_SymlinkRequest) XXX_DiscardUnknown()
func (*NSRequest_SymlinkRequest) XXX_Marshal ¶
func (m *NSRequest_SymlinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_SymlinkRequest) XXX_Merge ¶
func (m *NSRequest_SymlinkRequest) XXX_Merge(src proto.Message)
func (*NSRequest_SymlinkRequest) XXX_Size ¶
func (m *NSRequest_SymlinkRequest) XXX_Size() int
func (*NSRequest_SymlinkRequest) XXX_Unmarshal ¶
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 ¶
func (m *NSRequest_TokenRequest) XXX_DiscardUnknown()
func (*NSRequest_TokenRequest) XXX_Marshal ¶
func (m *NSRequest_TokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_TokenRequest) XXX_Merge ¶
func (m *NSRequest_TokenRequest) XXX_Merge(src proto.Message)
func (*NSRequest_TokenRequest) XXX_Size ¶
func (m *NSRequest_TokenRequest) XXX_Size() int
func (*NSRequest_TokenRequest) XXX_Unmarshal ¶
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 ¶
func (m *NSRequest_TouchRequest) XXX_DiscardUnknown()
func (*NSRequest_TouchRequest) XXX_Marshal ¶
func (m *NSRequest_TouchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_TouchRequest) XXX_Merge ¶
func (m *NSRequest_TouchRequest) XXX_Merge(src proto.Message)
func (*NSRequest_TouchRequest) XXX_Size ¶
func (m *NSRequest_TouchRequest) XXX_Size() int
func (*NSRequest_TouchRequest) XXX_Unmarshal ¶
func (m *NSRequest_TouchRequest) XXX_Unmarshal(b []byte) error
type NSRequest_Unlink ¶
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 ¶
func (m *NSRequest_UnlinkRequest) XXX_DiscardUnknown()
func (*NSRequest_UnlinkRequest) XXX_Marshal ¶
func (m *NSRequest_UnlinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_UnlinkRequest) XXX_Merge ¶
func (m *NSRequest_UnlinkRequest) XXX_Merge(src proto.Message)
func (*NSRequest_UnlinkRequest) XXX_Size ¶
func (m *NSRequest_UnlinkRequest) XXX_Size() int
func (*NSRequest_UnlinkRequest) XXX_Unmarshal ¶
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 (m *NSRequest_VersionRequest) GetCmd() NSRequest_VersionRequest_VERSION_CMD
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 ¶
func (m *NSRequest_VersionRequest) XXX_DiscardUnknown()
func (*NSRequest_VersionRequest) XXX_Marshal ¶
func (m *NSRequest_VersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSRequest_VersionRequest) XXX_Merge ¶
func (m *NSRequest_VersionRequest) XXX_Merge(src proto.Message)
func (*NSRequest_VersionRequest) XXX_Size ¶
func (m *NSRequest_VersionRequest) XXX_Size() int
func (*NSRequest_VersionRequest) XXX_Unmarshal ¶
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 ¶
func (x NSRequest_VersionRequest_VERSION_CMD) String() 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"` 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) 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 ¶
func (m *NSResponse) XXX_DiscardUnknown()
func (*NSResponse) XXX_Marshal ¶
func (m *NSResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSResponse) XXX_Merge ¶
func (m *NSResponse) XXX_Merge(src proto.Message)
func (*NSResponse) XXX_Size ¶
func (m *NSResponse) XXX_Size() int
func (*NSResponse) XXX_Unmarshal ¶
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 ¶
func (m *NSResponse_AclResponse) XXX_DiscardUnknown()
func (*NSResponse_AclResponse) XXX_Marshal ¶
func (m *NSResponse_AclResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSResponse_AclResponse) XXX_Merge ¶
func (m *NSResponse_AclResponse) XXX_Merge(src proto.Message)
func (*NSResponse_AclResponse) XXX_Size ¶
func (m *NSResponse_AclResponse) XXX_Size() int
func (*NSResponse_AclResponse) XXX_Unmarshal ¶
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 ¶
func (m *NSResponse_ErrorResponse) XXX_DiscardUnknown()
func (*NSResponse_ErrorResponse) XXX_Marshal ¶
func (m *NSResponse_ErrorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSResponse_ErrorResponse) XXX_Merge ¶
func (m *NSResponse_ErrorResponse) XXX_Merge(src proto.Message)
func (*NSResponse_ErrorResponse) XXX_Size ¶
func (m *NSResponse_ErrorResponse) XXX_Size() int
func (*NSResponse_ErrorResponse) XXX_Unmarshal ¶
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 ¶
func (m *NSResponse_QuotaResponse) XXX_DiscardUnknown()
func (*NSResponse_QuotaResponse) XXX_Marshal ¶
func (m *NSResponse_QuotaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSResponse_QuotaResponse) XXX_Merge ¶
func (m *NSResponse_QuotaResponse) XXX_Merge(src proto.Message)
func (*NSResponse_QuotaResponse) XXX_Size ¶
func (m *NSResponse_QuotaResponse) XXX_Size() int
func (*NSResponse_QuotaResponse) XXX_Unmarshal ¶
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 (m *NSResponse_RecycleResponse) GetRecycles() []*NSResponse_RecycleResponse_RecycleInfo
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 ¶
func (m *NSResponse_RecycleResponse) XXX_DiscardUnknown()
func (*NSResponse_RecycleResponse) XXX_Marshal ¶
func (m *NSResponse_RecycleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSResponse_RecycleResponse) XXX_Merge ¶
func (m *NSResponse_RecycleResponse) XXX_Merge(src proto.Message)
func (*NSResponse_RecycleResponse) XXX_Size ¶
func (m *NSResponse_RecycleResponse) XXX_Size() int
func (*NSResponse_RecycleResponse) XXX_Unmarshal ¶
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 (m *NSResponse_RecycleResponse_RecycleInfo) GetDtime() *Time
func (*NSResponse_RecycleResponse_RecycleInfo) GetId ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) GetId() *MDId
func (*NSResponse_RecycleResponse_RecycleInfo) GetKey ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) GetKey() string
func (*NSResponse_RecycleResponse_RecycleInfo) GetOwner ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) GetOwner() *RoleId
func (*NSResponse_RecycleResponse_RecycleInfo) GetSize ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) GetSize() uint64
func (*NSResponse_RecycleResponse_RecycleInfo) ProtoMessage ¶
func (*NSResponse_RecycleResponse_RecycleInfo) ProtoMessage()
func (*NSResponse_RecycleResponse_RecycleInfo) Reset ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) Reset()
func (*NSResponse_RecycleResponse_RecycleInfo) String ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) String() string
func (*NSResponse_RecycleResponse_RecycleInfo) XXX_DiscardUnknown ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_DiscardUnknown()
func (*NSResponse_RecycleResponse_RecycleInfo) XXX_Marshal ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSResponse_RecycleResponse_RecycleInfo) XXX_Merge ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Merge(src proto.Message)
func (*NSResponse_RecycleResponse_RecycleInfo) XXX_Size ¶
func (m *NSResponse_RecycleResponse_RecycleInfo) XXX_Size() int
func (*NSResponse_RecycleResponse_RecycleInfo) XXX_Unmarshal ¶
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) EnumDescriptor() ([]byte, []int)
func (NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE) String ¶
func (x NSResponse_RecycleResponse_RecycleInfo_DELETIONTYPE) String() string
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 (m *NSResponse_VersionResponse) GetVersions() []*NSResponse_VersionResponse_VersionInfo
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 ¶
func (m *NSResponse_VersionResponse) XXX_DiscardUnknown()
func (*NSResponse_VersionResponse) XXX_Marshal ¶
func (m *NSResponse_VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSResponse_VersionResponse) XXX_Merge ¶
func (m *NSResponse_VersionResponse) XXX_Merge(src proto.Message)
func (*NSResponse_VersionResponse) XXX_Size ¶
func (m *NSResponse_VersionResponse) XXX_Size() int
func (*NSResponse_VersionResponse) XXX_Unmarshal ¶
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 (m *NSResponse_VersionResponse_VersionInfo) GetId() *MDId
func (*NSResponse_VersionResponse_VersionInfo) GetMtime ¶
func (m *NSResponse_VersionResponse_VersionInfo) GetMtime() *Time
func (*NSResponse_VersionResponse_VersionInfo) ProtoMessage ¶
func (*NSResponse_VersionResponse_VersionInfo) ProtoMessage()
func (*NSResponse_VersionResponse_VersionInfo) Reset ¶
func (m *NSResponse_VersionResponse_VersionInfo) Reset()
func (*NSResponse_VersionResponse_VersionInfo) String ¶
func (m *NSResponse_VersionResponse_VersionInfo) String() string
func (*NSResponse_VersionResponse_VersionInfo) XXX_DiscardUnknown ¶
func (m *NSResponse_VersionResponse_VersionInfo) XXX_DiscardUnknown()
func (*NSResponse_VersionResponse_VersionInfo) XXX_Marshal ¶
func (m *NSResponse_VersionResponse_VersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NSResponse_VersionResponse_VersionInfo) XXX_Merge ¶
func (m *NSResponse_VersionResponse_VersionInfo) XXX_Merge(src proto.Message)
func (*NSResponse_VersionResponse_VersionInfo) XXX_Size ¶
func (m *NSResponse_VersionResponse_VersionInfo) XXX_Size() int
func (*NSResponse_VersionResponse_VersionInfo) XXX_Unmarshal ¶
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 ¶
func (m *NsStatRequest) XXX_DiscardUnknown()
func (*NsStatRequest) XXX_Marshal ¶
func (m *NsStatRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NsStatRequest) XXX_Merge ¶
func (m *NsStatRequest) XXX_Merge(src proto.Message)
func (*NsStatRequest) XXX_Size ¶
func (m *NsStatRequest) XXX_Size() int
func (*NsStatRequest) XXX_Unmarshal ¶
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"` 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 ¶
func (m *NsStatResponse) XXX_DiscardUnknown()
func (*NsStatResponse) XXX_Marshal ¶
func (m *NsStatResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NsStatResponse) XXX_Merge ¶
func (m *NsStatResponse) XXX_Merge(src proto.Message)
func (*NsStatResponse) XXX_Size ¶
func (m *NsStatResponse) XXX_Size() int
func (*NsStatResponse) XXX_Unmarshal ¶
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) GetMessage ¶
func (*PingReply) ProtoMessage ¶
func (*PingReply) ProtoMessage()
func (*PingReply) XXX_DiscardUnknown ¶
func (m *PingReply) XXX_DiscardUnknown()
func (*PingReply) XXX_Marshal ¶
func (*PingReply) XXX_Unmarshal ¶
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 ¶
func (m *PingRequest) XXX_DiscardUnknown()
func (*PingRequest) XXX_Marshal ¶
func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PingRequest) XXX_Merge ¶
func (m *PingRequest) XXX_Merge(src proto.Message)
func (*PingRequest) XXX_Size ¶
func (m *PingRequest) XXX_Size() int
func (*PingRequest) XXX_Unmarshal ¶
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 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 ¶
func (m *QuotaProto) XXX_DiscardUnknown()
func (*QuotaProto) XXX_Marshal ¶
func (m *QuotaProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuotaProto) XXX_Merge ¶
func (m *QuotaProto) XXX_Merge(src proto.Message)
func (*QuotaProto) XXX_Size ¶
func (m *QuotaProto) XXX_Size() int
func (*QuotaProto) XXX_Unmarshal ¶
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) GetGroupname ¶
func (*RoleId) GetUsername ¶
func (*RoleId) ProtoMessage ¶
func (*RoleId) ProtoMessage()
func (*RoleId) XXX_DiscardUnknown ¶
func (m *RoleId) XXX_DiscardUnknown()
func (*RoleId) XXX_Marshal ¶
func (*RoleId) XXX_Unmarshal ¶
type ShareAuth ¶
type ShareAuth struct {}
func (*ShareAuth) Descriptor ¶
func (*ShareAuth) ProtoMessage ¶
func (*ShareAuth) ProtoMessage()
func (*ShareAuth) XXX_DiscardUnknown ¶
func (m *ShareAuth) XXX_DiscardUnknown()
func (*ShareAuth) XXX_Marshal ¶
func (*ShareAuth) XXX_Unmarshal ¶
type ShareProto ¶
type ShareProto struct {}
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 ¶
func (m *ShareProto) XXX_DiscardUnknown()
func (*ShareProto) XXX_Marshal ¶
func (m *ShareProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ShareProto) XXX_Merge ¶
func (m *ShareProto) XXX_Merge(src proto.Message)
func (*ShareProto) XXX_Size ¶
func (m *ShareProto) XXX_Size() int
func (*ShareProto) XXX_Unmarshal ¶
func (m *ShareProto) XXX_Unmarshal(b []byte) error
type ShareToken ¶
type ShareToken struct {}
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 ¶
func (m *ShareToken) XXX_DiscardUnknown()
func (*ShareToken) XXX_Marshal ¶
func (m *ShareToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ShareToken) XXX_Merge ¶
func (m *ShareToken) XXX_Merge(src proto.Message)
func (*ShareToken) XXX_Size ¶
func (m *ShareToken) XXX_Size() int
func (*ShareToken) XXX_Unmarshal ¶
func (m *ShareToken) XXX_Unmarshal(b []byte) error
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) ProtoMessage ¶
func (*Time) ProtoMessage()
func (*Time) XXX_DiscardUnknown ¶
func (m *Time) XXX_DiscardUnknown()
func (*Time) XXX_Unmarshal ¶
type UnimplementedEosServer ¶
type UnimplementedEosServer struct { }
UnimplementedEosServer can be embedded to have forward compatible implementations.
func (*UnimplementedEosServer) ContainerInsert ¶
func (*UnimplementedEosServer) ContainerInsert(ctx context.Context, req *ContainerInsertRequest) (*InsertReply, error)
func (*UnimplementedEosServer) Exec ¶
func (*UnimplementedEosServer) Exec(ctx context.Context, req *NSRequest) (*NSResponse, error)
func (*UnimplementedEosServer) FileInsert ¶
func (*UnimplementedEosServer) FileInsert(ctx context.Context, req *FileInsertRequest) (*InsertReply, error)
func (*UnimplementedEosServer) Find ¶
func (*UnimplementedEosServer) Find(req *FindRequest, srv Eos_FindServer) error
func (*UnimplementedEosServer) MD ¶
func (*UnimplementedEosServer) MD(req *MDRequest, srv Eos_MDServer) error
func (*UnimplementedEosServer) ManilaServerRequest ¶
func (*UnimplementedEosServer) ManilaServerRequest(ctx context.Context, req *ManilaRequest) (*ManilaResponse, error)
func (*UnimplementedEosServer) NsStat ¶
func (*UnimplementedEosServer) NsStat(ctx context.Context, req *NsStatRequest) (*NsStatResponse, error)
func (*UnimplementedEosServer) Ping ¶
func (*UnimplementedEosServer) Ping(ctx context.Context, req *PingRequest) (*PingReply, error)
Click to show internal directories.
Click to hide internal directories.