@ -133,6 +133,7 @@ type ListEntriesRequest struct {
InclusiveStartFrom bool ` protobuf:"varint,4,opt,name=inclusiveStartFrom,proto3" json:"inclusiveStartFrom,omitempty" `
InclusiveStartFrom bool ` protobuf:"varint,4,opt,name=inclusiveStartFrom,proto3" json:"inclusiveStartFrom,omitempty" `
Limit uint32 ` protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty" `
Limit uint32 ` protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty" `
Recursive bool ` protobuf:"varint,6,opt,name=recursive,proto3" json:"recursive,omitempty" `
Recursive bool ` protobuf:"varint,6,opt,name=recursive,proto3" json:"recursive,omitempty" `
Delimiter bool ` protobuf:"varint,7,opt,name=delimiter,proto3" json:"delimiter,omitempty" `
}
}
func ( x * ListEntriesRequest ) Reset ( ) {
func ( x * ListEntriesRequest ) Reset ( ) {
@ -209,13 +210,20 @@ func (x *ListEntriesRequest) GetRecursive() bool {
return false
return false
}
}
func ( x * ListEntriesRequest ) GetDelimiter ( ) bool {
if x != nil {
return x . Delimiter
}
return false
}
type ListEntriesResponse struct {
type ListEntriesResponse struct {
state protoimpl . MessageState
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
unknownFields protoimpl . UnknownFields
Entry * Entry ` protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty" `
Entry * Entry ` protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty" `
Dir string ` protobuf:"bytes,2,opt,name=dir,proto3" json:"dir,omitempty" `
Path string ` protobuf:"bytes,2,opt,name=path,proto3" json:"path ,omitempty" `
}
}
func ( x * ListEntriesResponse ) Reset ( ) {
func ( x * ListEntriesResponse ) Reset ( ) {
@ -257,9 +265,9 @@ func (x *ListEntriesResponse) GetEntry() *Entry {
return nil
return nil
}
}
func ( x * ListEntriesResponse ) GetDir ( ) string {
func ( x * ListEntriesResponse ) GetPath ( ) string {
if x != nil {
if x != nil {
return x . Dir
return x . Path
}
}
return ""
return ""
}
}
@ -4368,7 +4376,7 @@ var file_filer_proto_rawDesc = []byte{
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x25 , 0x0a , 0x05 , 0x65 , 0x6e , 0x74 , 0x72 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x25 , 0x0a , 0x05 , 0x65 , 0x6e , 0x74 , 0x72 ,
0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x0f , 0x2e , 0x66 , 0x69 , 0x6c , 0x65 , 0x72 , 0x5f ,
0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x0f , 0x2e , 0x66 , 0x69 , 0x6c , 0x65 , 0x72 , 0x5f ,
0x70 , 0x62 , 0x2e , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x52 , 0x05 , 0x65 , 0x6e , 0x74 , 0x72 , 0x79 , 0x22 ,
0x70 , 0x62 , 0x2e , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x52 , 0x05 , 0x65 , 0x6e , 0x74 , 0x72 , 0x79 , 0x22 ,
0xdc , 0x01 , 0x0a , 0x12 , 0x4c , 0x69 , 0x73 , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x69 , 0x65 , 0x73 , 0x52 ,
0xfa , 0x01 , 0x0a , 0x12 , 0x4c , 0x69 , 0x73 , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x69 , 0x65 , 0x73 , 0x52 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1c , 0x0a , 0x09 , 0x64 , 0x69 , 0x72 , 0x65 , 0x63 , 0x74 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1c , 0x0a , 0x09 , 0x64 , 0x69 , 0x72 , 0x65 , 0x63 , 0x74 ,
0x6f , 0x72 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x09 , 0x64 , 0x69 , 0x72 , 0x65 , 0x63 ,
0x6f , 0x72 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x09 , 0x64 , 0x69 , 0x72 , 0x65 , 0x63 ,
0x74 , 0x6f , 0x72 , 0x79 , 0x12 , 0x16 , 0x0a , 0x06 , 0x70 , 0x72 , 0x65 , 0x66 , 0x69 , 0x78 , 0x18 , 0x02 ,
0x74 , 0x6f , 0x72 , 0x79 , 0x12 , 0x16 , 0x0a , 0x06 , 0x70 , 0x72 , 0x65 , 0x66 , 0x69 , 0x78 , 0x18 , 0x02 ,
@ -4381,12 +4389,14 @@ var file_filer_proto_rawDesc = []byte{
0x65 , 0x53 , 0x74 , 0x61 , 0x72 , 0x74 , 0x46 , 0x72 , 0x6f , 0x6d , 0x12 , 0x14 , 0x0a , 0x05 , 0x6c , 0x69 ,
0x65 , 0x53 , 0x74 , 0x61 , 0x72 , 0x74 , 0x46 , 0x72 , 0x6f , 0x6d , 0x12 , 0x14 , 0x0a , 0x05 , 0x6c , 0x69 ,
0x6d , 0x69 , 0x74 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x05 , 0x6c , 0x69 , 0x6d , 0x69 , 0x74 ,
0x6d , 0x69 , 0x74 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x05 , 0x6c , 0x69 , 0x6d , 0x69 , 0x74 ,
0x12 , 0x1c , 0x0a , 0x09 , 0x72 , 0x65 , 0x63 , 0x75 , 0x72 , 0x73 , 0x69 , 0x76 , 0x65 , 0x18 , 0x06 , 0x20 ,
0x12 , 0x1c , 0x0a , 0x09 , 0x72 , 0x65 , 0x63 , 0x75 , 0x72 , 0x73 , 0x69 , 0x76 , 0x65 , 0x18 , 0x06 , 0x20 ,
0x01 , 0x28 , 0x08 , 0x52 , 0x09 , 0x72 , 0x65 , 0x63 , 0x75 , 0x72 , 0x73 , 0x69 , 0x76 , 0x65 , 0x22 , 0x4e ,
0x0a , 0x13 , 0x4c , 0x69 , 0x73 , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x69 , 0x65 , 0x73 , 0x52 , 0x65 , 0x73 ,
0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x25 , 0x0a , 0x05 , 0x65 , 0x6e , 0x74 , 0x72 , 0x79 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x0f , 0x2e , 0x66 , 0x69 , 0x6c , 0x65 , 0x72 , 0x5f , 0x70 , 0x62 , 0x2e ,
0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x52 , 0x05 , 0x65 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 ,
0x64 , 0x69 , 0x72 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x64 , 0x69 , 0x72 , 0x22 , 0xc8 ,
0x01 , 0x28 , 0x08 , 0x52 , 0x09 , 0x72 , 0x65 , 0x63 , 0x75 , 0x72 , 0x73 , 0x69 , 0x76 , 0x65 , 0x12 , 0x1c ,
0x0a , 0x09 , 0x64 , 0x65 , 0x6c , 0x69 , 0x6d , 0x69 , 0x74 , 0x65 , 0x72 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 ,
0x08 , 0x52 , 0x09 , 0x64 , 0x65 , 0x6c , 0x69 , 0x6d , 0x69 , 0x74 , 0x65 , 0x72 , 0x22 , 0x50 , 0x0a , 0x13 ,
0x4c , 0x69 , 0x73 , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x69 , 0x65 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f ,
0x6e , 0x73 , 0x65 , 0x12 , 0x25 , 0x0a , 0x05 , 0x65 , 0x6e , 0x74 , 0x72 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 ,
0x28 , 0x0b , 0x32 , 0x0f , 0x2e , 0x66 , 0x69 , 0x6c , 0x65 , 0x72 , 0x5f , 0x70 , 0x62 , 0x2e , 0x45 , 0x6e ,
0x74 , 0x72 , 0x79 , 0x52 , 0x05 , 0x65 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x12 , 0x0a , 0x04 , 0x70 , 0x61 ,
0x74 , 0x68 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x70 , 0x61 , 0x74 , 0x68 , 0x22 , 0xc8 ,
0x01 , 0x0a , 0x0b , 0x52 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x21 ,
0x01 , 0x0a , 0x0b , 0x52 , 0x65 , 0x6d , 0x6f , 0x74 , 0x65 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x21 ,
0x0a , 0x0c , 0x73 , 0x74 , 0x6f , 0x72 , 0x61 , 0x67 , 0x65 , 0x5f , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 ,
0x0a , 0x0c , 0x73 , 0x74 , 0x6f , 0x72 , 0x61 , 0x67 , 0x65 , 0x5f , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b , 0x73 , 0x74 , 0x6f , 0x72 , 0x61 , 0x67 , 0x65 , 0x4e , 0x61 , 0x6d ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b , 0x73 , 0x74 , 0x6f , 0x72 , 0x61 , 0x67 , 0x65 , 0x4e , 0x61 , 0x6d ,