@ -11,6 +11,7 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
reflect "reflect"
sync "sync"
)
@ -126,15 +127,16 @@ type Inbox struct {
unknownFields protoimpl . UnknownFields
// The name of the inbox.
// Format: inbox /{id}
// Format: inbox es /{id}
Name string ` protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" `
// Format: users/{username}
Sender string ` protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty" `
// Format: users/{username}
Receiver string ` protobuf:"bytes,3,opt,name=receiver,proto3" json:"receiver,omitempty" `
Status Inbox_Status ` protobuf:"varint,4,opt,name=status,proto3,enum=memos.api.v2.Inbox_Status" json:"status,omitempty" `
Type Inbox_Type ` protobuf:"varint,5,opt,name=type,proto3,enum=memos.api.v2.Inbox_Type" json:"type,omitempty" `
ActivityId * int32 ` protobuf:"varint,6,opt,name=activity_id,json=activityId,proto3,oneof" json:"activity_id,omitempty" `
Receiver string ` protobuf:"bytes,3,opt,name=receiver,proto3" json:"receiver,omitempty" `
Status Inbox_Status ` protobuf:"varint,4,opt,name=status,proto3,enum=memos.api.v2.Inbox_Status" json:"status,omitempty" `
CreateTime * timestamppb . Timestamp ` protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty" `
Type Inbox_Type ` protobuf:"varint,6,opt,name=type,proto3,enum=memos.api.v2.Inbox_Type" json:"type,omitempty" `
ActivityId * int32 ` protobuf:"varint,7,opt,name=activity_id,json=activityId,proto3,oneof" json:"activity_id,omitempty" `
}
func ( x * Inbox ) Reset ( ) {
@ -197,6 +199,13 @@ func (x *Inbox) GetStatus() Inbox_Status {
return Inbox_STATUS_UNSPECIFIED
}
func ( x * Inbox ) GetCreateTime ( ) * timestamppb . Timestamp {
if x != nil {
return x . CreateTime
}
return nil
}
func ( x * Inbox ) GetType ( ) Inbox_Type {
if x != nil {
return x . Type
@ -211,17 +220,17 @@ func (x *Inbox) GetActivityId() int32 {
return 0
}
type ListInbox Request struct {
type ListInbox es Request struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// Format: / users/{username}
// Format: users/{username}
User string ` protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty" `
}
func ( x * ListInbox Request) Reset ( ) {
* x = ListInbox Request{ }
func ( x * ListInbox es Request) Reset ( ) {
* x = ListInbox es Request{ }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_inbox_service_proto_msgTypes [ 1 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -229,13 +238,13 @@ func (x *ListInboxRequest) Reset() {
}
}
func ( x * ListInbox Request) String ( ) string {
func ( x * ListInbox es Request) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * ListInbox Request) ProtoMessage ( ) { }
func ( * ListInbox es Request) ProtoMessage ( ) { }
func ( x * ListInbox Request) ProtoReflect ( ) protoreflect . Message {
func ( x * ListInbox es Request) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_inbox_service_proto_msgTypes [ 1 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -247,28 +256,28 @@ func (x *ListInboxRequest) ProtoReflect() protoreflect.Message {
return mi . MessageOf ( x )
}
// Deprecated: Use ListInbox Request.ProtoReflect.Descriptor instead.
func ( * ListInbox Request) Descriptor ( ) ( [ ] byte , [ ] int ) {
// Deprecated: Use ListInbox es Request.ProtoReflect.Descriptor instead.
func ( * ListInbox es Request) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_inbox_service_proto_rawDescGZIP ( ) , [ ] int { 1 }
}
func ( x * ListInbox Request) GetUser ( ) string {
func ( x * ListInbox es Request) GetUser ( ) string {
if x != nil {
return x . User
}
return ""
}
type ListInbox Response struct {
type ListInbox es Response struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Inbox [ ] * Inbox ` protobuf:"bytes,1,rep,name=inbox ,proto3" json:"inbox,omitempty"`
Inbox es [ ] * Inbox ` protobuf:"bytes,1,rep,name=inbox es ,proto3" json:"inboxes ,omitempty"`
}
func ( x * ListInbox Response) Reset ( ) {
* x = ListInbox Response{ }
func ( x * ListInbox es Response) Reset ( ) {
* x = ListInbox es Response{ }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_inbox_service_proto_msgTypes [ 2 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -276,13 +285,13 @@ func (x *ListInboxResponse) Reset() {
}
}
func ( x * ListInbox Response) String ( ) string {
func ( x * ListInbox es Response) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * ListInbox Response) ProtoMessage ( ) { }
func ( * ListInbox es Response) ProtoMessage ( ) { }
func ( x * ListInbox Response) ProtoReflect ( ) protoreflect . Message {
func ( x * ListInbox es Response) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_inbox_service_proto_msgTypes [ 2 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -294,14 +303,14 @@ func (x *ListInboxResponse) ProtoReflect() protoreflect.Message {
return mi . MessageOf ( x )
}
// Deprecated: Use ListInbox Response.ProtoReflect.Descriptor instead.
func ( * ListInbox Response) Descriptor ( ) ( [ ] byte , [ ] int ) {
// Deprecated: Use ListInbox es Response.ProtoReflect.Descriptor instead.
func ( * ListInbox es Response) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_inbox_service_proto_rawDescGZIP ( ) , [ ] int { 2 }
}
func ( x * ListInbox Response) GetInbox ( ) [ ] * Inbox {
func ( x * ListInbox es Response) GetInbox es ( ) [ ] * Inbox {
if x != nil {
return x . Inbox
return x . Inbox es
}
return nil
}
@ -414,7 +423,7 @@ type DeleteInboxRequest struct {
unknownFields protoimpl . UnknownFields
// The name of the inbox to delete.
// Format: inbox /{inbox}
// Format: inbox es /{inbox}
Name string ` protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" `
}
@ -506,86 +515,93 @@ var file_api_v2_inbox_service_proto_rawDesc = []byte{
0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 ,
0x6f , 0x1a , 0x20 , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 ,
0x75 , 0x66 , 0x2f , 0x66 , 0x69 , 0x65 , 0x6c , 0x64 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b , 0x2e , 0x70 , 0x72 ,
0x6f , 0x74 , 0x6f , 0x22 , 0xe2 , 0x02 , 0x0a , 0x05 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 , 0x12 , 0x0a ,
0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d ,
0x65 , 0x12 , 0x16 , 0x0a , 0x06 , 0x73 , 0x65 , 0x6e , 0x64 , 0x65 , 0x72 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x06 , 0x73 , 0x65 , 0x6e , 0x64 , 0x65 , 0x72 , 0x12 , 0x1a , 0x0a , 0x08 , 0x72 , 0x65 , 0x63 ,
0x65 , 0x69 , 0x76 , 0x65 , 0x72 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x72 , 0x65 , 0x63 ,
0x65 , 0x69 , 0x76 , 0x65 , 0x72 , 0x12 , 0x32 , 0x0a , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x18 ,
0x04 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x1a , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 ,
0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x2e , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 ,
0x73 , 0x52 , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x2c , 0x0a , 0x04 , 0x74 , 0x79 , 0x70 ,
0x65 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x18 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x2e , 0x54 , 0x79 , 0x70 ,
0x65 , 0x52 , 0x04 , 0x74 , 0x79 , 0x70 , 0x65 , 0x12 , 0x24 , 0x0a , 0x0b , 0x61 , 0x63 , 0x74 , 0x69 , 0x76 ,
0x69 , 0x74 , 0x79 , 0x5f , 0x69 , 0x64 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x05 , 0x48 , 0x00 , 0x52 , 0x0a ,
0x61 , 0x63 , 0x74 , 0x69 , 0x76 , 0x69 , 0x74 , 0x79 , 0x49 , 0x64 , 0x88 , 0x01 , 0x01 , 0x22 , 0x44 , 0x0a ,
0x06 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x16 , 0x0a , 0x12 , 0x53 , 0x54 , 0x41 , 0x54 , 0x55 ,
0x53 , 0x5f , 0x55 , 0x4e , 0x53 , 0x50 , 0x45 , 0x43 , 0x49 , 0x46 , 0x49 , 0x45 , 0x44 , 0x10 , 0x00 , 0x12 ,
0x0a , 0x0a , 0x06 , 0x55 , 0x4e , 0x52 , 0x45 , 0x41 , 0x44 , 0x10 , 0x01 , 0x12 , 0x08 , 0x0a , 0x04 , 0x52 ,
0x45 , 0x41 , 0x44 , 0x10 , 0x02 , 0x12 , 0x0c , 0x0a , 0x08 , 0x41 , 0x52 , 0x43 , 0x48 , 0x49 , 0x56 , 0x45 ,
0x44 , 0x10 , 0x03 , 0x22 , 0x33 , 0x0a , 0x04 , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x14 , 0x0a , 0x10 , 0x54 ,
0x59 , 0x50 , 0x45 , 0x5f , 0x55 , 0x4e , 0x53 , 0x50 , 0x45 , 0x43 , 0x49 , 0x46 , 0x49 , 0x45 , 0x44 , 0x10 ,
0x00 , 0x12 , 0x15 , 0x0a , 0x11 , 0x54 , 0x59 , 0x50 , 0x45 , 0x5f , 0x4d , 0x45 , 0x4d , 0x4f , 0x5f , 0x43 ,
0x4f , 0x4d , 0x4d , 0x45 , 0x4e , 0x54 , 0x10 , 0x01 , 0x42 , 0x0e , 0x0a , 0x0c , 0x5f , 0x61 , 0x63 , 0x74 ,
0x69 , 0x76 , 0x69 , 0x74 , 0x79 , 0x5f , 0x69 , 0x64 , 0x22 , 0x26 , 0x0a , 0x10 , 0x4c , 0x69 , 0x73 , 0x74 ,
0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x12 , 0x0a , 0x04 ,
0x6f , 0x74 , 0x6f , 0x1a , 0x1f , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 ,
0x6f , 0x62 , 0x75 , 0x66 , 0x2f , 0x74 , 0x69 , 0x6d , 0x65 , 0x73 , 0x74 , 0x61 , 0x6d , 0x70 , 0x2e , 0x70 ,
0x72 , 0x6f , 0x74 , 0x6f , 0x22 , 0x9f , 0x03 , 0x0a , 0x05 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 , 0x12 ,
0x0a , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 ,
0x6d , 0x65 , 0x12 , 0x16 , 0x0a , 0x06 , 0x73 , 0x65 , 0x6e , 0x64 , 0x65 , 0x72 , 0x18 , 0x02 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x06 , 0x73 , 0x65 , 0x6e , 0x64 , 0x65 , 0x72 , 0x12 , 0x1a , 0x0a , 0x08 , 0x72 , 0x65 ,
0x63 , 0x65 , 0x69 , 0x76 , 0x65 , 0x72 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x72 , 0x65 ,
0x63 , 0x65 , 0x69 , 0x76 , 0x65 , 0x72 , 0x12 , 0x32 , 0x0a , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 ,
0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x1a , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x2e , 0x53 , 0x74 , 0x61 , 0x74 ,
0x75 , 0x73 , 0x52 , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x3b , 0x0a , 0x0b , 0x63 , 0x72 ,
0x65 , 0x61 , 0x74 , 0x65 , 0x5f , 0x74 , 0x69 , 0x6d , 0x65 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 ,
0x1a , 0x2e , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 ,
0x66 , 0x2e , 0x54 , 0x69 , 0x6d , 0x65 , 0x73 , 0x74 , 0x61 , 0x6d , 0x70 , 0x52 , 0x0a , 0x63 , 0x72 , 0x65 ,
0x61 , 0x74 , 0x65 , 0x54 , 0x69 , 0x6d , 0x65 , 0x12 , 0x2c , 0x0a , 0x04 , 0x74 , 0x79 , 0x70 , 0x65 , 0x18 ,
0x06 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x18 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 ,
0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x2e , 0x54 , 0x79 , 0x70 , 0x65 , 0x52 ,
0x04 , 0x74 , 0x79 , 0x70 , 0x65 , 0x12 , 0x24 , 0x0a , 0x0b , 0x61 , 0x63 , 0x74 , 0x69 , 0x76 , 0x69 , 0x74 ,
0x79 , 0x5f , 0x69 , 0x64 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x05 , 0x48 , 0x00 , 0x52 , 0x0a , 0x61 , 0x63 ,
0x74 , 0x69 , 0x76 , 0x69 , 0x74 , 0x79 , 0x49 , 0x64 , 0x88 , 0x01 , 0x01 , 0x22 , 0x44 , 0x0a , 0x06 , 0x53 ,
0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x16 , 0x0a , 0x12 , 0x53 , 0x54 , 0x41 , 0x54 , 0x55 , 0x53 , 0x5f ,
0x55 , 0x4e , 0x53 , 0x50 , 0x45 , 0x43 , 0x49 , 0x46 , 0x49 , 0x45 , 0x44 , 0x10 , 0x00 , 0x12 , 0x0a , 0x0a ,
0x06 , 0x55 , 0x4e , 0x52 , 0x45 , 0x41 , 0x44 , 0x10 , 0x01 , 0x12 , 0x08 , 0x0a , 0x04 , 0x52 , 0x45 , 0x41 ,
0x44 , 0x10 , 0x02 , 0x12 , 0x0c , 0x0a , 0x08 , 0x41 , 0x52 , 0x43 , 0x48 , 0x49 , 0x56 , 0x45 , 0x44 , 0x10 ,
0x03 , 0x22 , 0x33 , 0x0a , 0x04 , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x14 , 0x0a , 0x10 , 0x54 , 0x59 , 0x50 ,
0x45 , 0x5f , 0x55 , 0x4e , 0x53 , 0x50 , 0x45 , 0x43 , 0x49 , 0x46 , 0x49 , 0x45 , 0x44 , 0x10 , 0x00 , 0x12 ,
0x15 , 0x0a , 0x11 , 0x54 , 0x59 , 0x50 , 0x45 , 0x5f , 0x4d , 0x45 , 0x4d , 0x4f , 0x5f , 0x43 , 0x4f , 0x4d ,
0x4d , 0x45 , 0x4e , 0x54 , 0x10 , 0x01 , 0x42 , 0x0e , 0x0a , 0x0c , 0x5f , 0x61 , 0x63 , 0x74 , 0x69 , 0x76 ,
0x69 , 0x74 , 0x79 , 0x5f , 0x69 , 0x64 , 0x22 , 0x28 , 0x0a , 0x12 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x6e ,
0x62 , 0x6f , 0x78 , 0x65 , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x12 , 0x0a , 0x04 ,
0x75 , 0x73 , 0x65 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x75 , 0x73 , 0x65 , 0x72 ,
0x22 , 0x3e , 0x0a , 0x11 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x73 ,
0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x29 , 0x0a , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x18 , 0x01 ,
0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x13 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 ,
0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 ,
0x22 , 0x7c , 0x0a , 0x12 , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x29 , 0x0a , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x18 ,
0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x13 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 ,
0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f ,
0x78 , 0x12 , 0x3b , 0x0a , 0x0b , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2e ,
0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x46 , 0x69 , 0x65 , 0x6c , 0x64 , 0x4d , 0x61 ,
0x73 , 0x6b , 0x52 , 0x0a , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x4d , 0x61 , 0x73 , 0x6b , 0x22 , 0x40 ,
0x0a , 0x13 , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x73 ,
0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x29 , 0x0a , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x13 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 ,
0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 ,
0x22 , 0x28 , 0x0a , 0x12 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x12 , 0x0a , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x22 , 0x15 , 0x0a , 0x13 , 0x44 , 0x65 ,
0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 ,
0x65 , 0x32 , 0xed , 0x02 , 0x0a , 0x0c , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 ,
0x63 , 0x65 , 0x12 , 0x63 , 0x0a , 0x09 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 ,
0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c ,
0x69 , 0x73 , 0x74 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a ,
0x1f , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c ,
0x69 , 0x73 , 0x74 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 ,
0x22 , 0x15 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x0f , 0x12 , 0x0d , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 ,
0x32 , 0x2f , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 , 0x80 , 0x01 , 0x0a , 0x0b , 0x55 , 0x70 , 0x64 , 0x61 ,
0x74 , 0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 , 0x20 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x22 , 0x44 , 0x0a , 0x13 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x65 , 0x73 , 0x52 ,
0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x2d , 0x0a , 0x07 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 ,
0x65 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x13 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 ,
0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x07 , 0x69 ,
0x6e , 0x62 , 0x6f , 0x78 , 0x65 , 0x73 , 0x22 , 0x7c , 0x0a , 0x12 , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 ,
0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x29 , 0x0a , 0x05 ,
0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x13 , 0x2e , 0x6d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 ,
0x52 , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 , 0x3b , 0x0a , 0x0b , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 ,
0x65 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 ,
0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x46 ,
0x69 , 0x65 , 0x6c , 0x64 , 0x4d , 0x61 , 0x73 , 0x6b , 0x52 , 0x0a , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 ,
0x4d , 0x61 , 0x73 , 0x6b , 0x22 , 0x40 , 0x0a , 0x13 , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x6e ,
0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x29 , 0x0a , 0x05 , 0x69 ,
0x6e , 0x62 , 0x6f , 0x78 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x13 , 0x2e , 0x6d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 ,
0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x22 , 0x28 , 0x0a , 0x12 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 ,
0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x12 , 0x0a , 0x04 ,
0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 ,
0x22 , 0x15 , 0x0a , 0x13 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 ,
0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x32 , 0xf9 , 0x02 , 0x0a , 0x0c , 0x49 , 0x6e , 0x62 , 0x6f ,
0x78 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x6b , 0x0a , 0x0b , 0x4c , 0x69 , 0x73 , 0x74 ,
0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x65 , 0x73 , 0x12 , 0x20 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 ,
0x65 , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x21 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x6e , 0x62 ,
0x6f , 0x78 , 0x65 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x17 , 0x82 , 0xd3 ,
0xe4 , 0x93 , 0x02 , 0x11 , 0x12 , 0x0f , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x69 , 0x6e ,
0x62 , 0x6f , 0x78 , 0x65 , 0x73 , 0x12 , 0x82 , 0x01 , 0x0a , 0x0b , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 ,
0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 , 0x20 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 ,
0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 ,
0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x21 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x6e , 0x62 ,
0x6f , 0x78 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x21 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 ,
0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x2c , 0xda , 0x41 ,
0x11 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x2c , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d , 0x61 ,
0x73 , 0x6b , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x12 , 0x3a , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x32 ,
0x09 , 0x2f , 0x76 , 0x32 , 0x2f , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 , 0x75 , 0x0a , 0x0b , 0x44 , 0x65 ,
0x6f , 0x78 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x2e , 0xda , 0x41 , 0x11 , 0x69 ,
0x6e , 0x62 , 0x6f , 0x78 , 0x2c , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b ,
0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x14 , 0x3a , 0x05 , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x32 , 0x0b , 0x2f ,
0x76 , 0x32 , 0x2f , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x65 , 0x73 , 0x12 , 0x77 , 0x0a , 0x0b , 0x44 , 0x65 ,
0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x12 , 0x20 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 ,
0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x21 , 0x2e , 0x6d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 ,
0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x2 1 ,
0xda , 0x41 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x1 4, 0x2a , 0x12 , 0x2f ,
0x76 , 0x32 , 0x2f , 0x7b , 0x6e , 0x61 , 0x6d , 0x65 , 0x3d , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x 2f, 0x2a ,
0x 7d, 0x42 , 0xa9 , 0x01 , 0x0a , 0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x 61, 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x42 , 0x11 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x53 , 0x65 , 0x72 ,
0x 76, 0x69 , 0x63 , 0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x50 , 0x01 , 0x5a , 0x30 , 0x67 , 0x69 , 0x74 ,
0x6 8, 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x75 , 0x73 , 0x65 , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 ,
0x 2f, 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2f , 0x67 , 0x65 , 0x6e ,
0x 2f, 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x3b , 0x61 , 0x70 , 0x69 , 0x76 , 0x32 , 0xa2 , 0x02 , 0x03 ,
0x 4d, 0x41 , 0x58 , 0xaa , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x41 , 0x70 , 0x69 , 0x2e ,
0x 56, 0x32 , 0xca , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 ,
0x 32, 0xe2 , 0x02 , 0x18 , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 ,
0x5 c, 0x47 , 0x50 , 0x42 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0xea , 0x02 , 0x0e , 0x4d ,
0x 65, 0x6d , 0x6f , 0x73 , 0x3a , 0x3a , 0x41 , 0x70 , 0x69 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 , 0x06 , 0x70 ,
0x 72, 0x6f , 0x74 , 0x6f , 0x33 ,
0x65 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x2 3 ,
0xda , 0x41 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x1 6, 0x2a , 0x14 , 0x2f ,
0x76 , 0x32 , 0x2f , 0x7b , 0x6e , 0x61 , 0x6d , 0x65 , 0x3d , 0x69 , 0x6e , 0x62 , 0x6f , 0x78 , 0x 65, 0x73 ,
0x 2f, 0x2a , 0x 7d, 0x42 , 0xa9 , 0x01 , 0x0a , 0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x 73, 0x2e , 0x 61, 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x42 , 0x11 , 0x49 , 0x6e , 0x62 , 0x6f , 0x78 , 0x53 ,
0x 65, 0x72 , 0x 76, 0x69 , 0x63 , 0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x50 , 0x01 , 0x5a , 0x30 , 0x67 ,
0x6 9, 0x74 , 0x6 8, 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x75 , 0x73 , 0x65 , 0x6d , 0x65 , 0x6d ,
0x 6f, 0x73 , 0x 2f, 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2f , 0x67 ,
0x 65, 0x6e , 0x 2f, 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x3b , 0x61 , 0x70 , 0x69 , 0x76 , 0x32 , 0xa2 ,
0x 02, 0x03 , 0x 4d, 0x41 , 0x58 , 0xaa , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x41 , 0x70 ,
0x 69, 0x2e , 0x 56, 0x32 , 0xca , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 ,
0x 5c, 0x56 , 0x 32, 0xe2 , 0x02 , 0x18 , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c ,
0x5 6, 0x32 , 0x5 c, 0x47 , 0x50 , 0x42 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0xea , 0x02 ,
0x 0e, 0x4d , 0x 65, 0x6d , 0x6f , 0x73 , 0x3a , 0x3a , 0x41 , 0x70 , 0x69 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 ,
0x 06, 0x70 , 0x 72, 0x6f , 0x74 , 0x6f , 0x33 ,
}
var (
@ -606,32 +622,34 @@ var file_api_v2_inbox_service_proto_goTypes = []interface{}{
( Inbox_Status ) ( 0 ) , // 0: memos.api.v2.Inbox.Status
( Inbox_Type ) ( 0 ) , // 1: memos.api.v2.Inbox.Type
( * Inbox ) ( nil ) , // 2: memos.api.v2.Inbox
( * ListInbox Request) ( nil ) , // 3: memos.api.v2.ListInbox Request
( * ListInbox Response) ( nil ) , // 4: memos.api.v2.ListInbox Response
( * ListInbox es Request) ( nil ) , // 3: memos.api.v2.ListInbox es Request
( * ListInbox es Response) ( nil ) , // 4: memos.api.v2.ListInbox es Response
( * UpdateInboxRequest ) ( nil ) , // 5: memos.api.v2.UpdateInboxRequest
( * UpdateInboxResponse ) ( nil ) , // 6: memos.api.v2.UpdateInboxResponse
( * DeleteInboxRequest ) ( nil ) , // 7: memos.api.v2.DeleteInboxRequest
( * DeleteInboxResponse ) ( nil ) , // 8: memos.api.v2.DeleteInboxResponse
( * fieldmaskpb . FieldMask ) ( nil ) , // 9: google.protobuf.FieldMask
( * timestamppb . Timestamp ) ( nil ) , // 9: google.protobuf.Timestamp
( * fieldmaskpb . FieldMask ) ( nil ) , // 10: google.protobuf.FieldMask
}
var file_api_v2_inbox_service_proto_depIdxs = [ ] int32 {
0 , // 0: memos.api.v2.Inbox.status:type_name -> memos.api.v2.Inbox.Status
1 , // 1: memos.api.v2.Inbox.type:type_name -> memos.api.v2.Inbox.Type
2 , // 2: memos.api.v2.ListInboxResponse.inbox:type_name -> memos.api.v2.Inbox
2 , // 3: memos.api.v2.UpdateInboxRequest.inbox:type_name -> memos.api.v2.Inbox
9 , // 4: memos.api.v2.UpdateInboxRequest.update_mask:type_name -> google.protobuf.FieldMask
2 , // 5: memos.api.v2.UpdateInboxResponse.inbox:type_name -> memos.api.v2.Inbox
3 , // 6: memos.api.v2.InboxService.ListInbox:input_type -> memos.api.v2.ListInboxRequest
5 , // 7: memos.api.v2.InboxService.UpdateInbox:input_type -> memos.api.v2.UpdateInboxRequest
7 , // 8: memos.api.v2.InboxService.DeleteInbox:input_type -> memos.api.v2.DeleteInboxRequest
4 , // 9: memos.api.v2.InboxService.ListInbox:output_type -> memos.api.v2.ListInboxResponse
6 , // 10: memos.api.v2.InboxService.UpdateInbox:output_type -> memos.api.v2.UpdateInboxResponse
8 , // 11: memos.api.v2.InboxService.DeleteInbox:output_type -> memos.api.v2.DeleteInboxResponse
9 , // [9:12] is the sub-list for method output_type
6 , // [6:9] is the sub-list for method input_type
6 , // [6:6] is the sub-list for extension type_name
6 , // [6:6] is the sub-list for extension extendee
0 , // [0:6] is the sub-list for field type_name
0 , // 0: memos.api.v2.Inbox.status:type_name -> memos.api.v2.Inbox.Status
9 , // 1: memos.api.v2.Inbox.create_time:type_name -> google.protobuf.Timestamp
1 , // 2: memos.api.v2.Inbox.type:type_name -> memos.api.v2.Inbox.Type
2 , // 3: memos.api.v2.ListInboxesResponse.inboxes:type_name -> memos.api.v2.Inbox
2 , // 4: memos.api.v2.UpdateInboxRequest.inbox:type_name -> memos.api.v2.Inbox
10 , // 5: memos.api.v2.UpdateInboxRequest.update_mask:type_name -> google.protobuf.FieldMask
2 , // 6: memos.api.v2.UpdateInboxResponse.inbox:type_name -> memos.api.v2.Inbox
3 , // 7: memos.api.v2.InboxService.ListInboxes:input_type -> memos.api.v2.ListInboxesRequest
5 , // 8: memos.api.v2.InboxService.UpdateInbox:input_type -> memos.api.v2.UpdateInboxRequest
7 , // 9: memos.api.v2.InboxService.DeleteInbox:input_type -> memos.api.v2.DeleteInboxRequest
4 , // 10: memos.api.v2.InboxService.ListInboxes:output_type -> memos.api.v2.ListInboxesResponse
6 , // 11: memos.api.v2.InboxService.UpdateInbox:output_type -> memos.api.v2.UpdateInboxResponse
8 , // 12: memos.api.v2.InboxService.DeleteInbox:output_type -> memos.api.v2.DeleteInboxResponse
10 , // [10:13] is the sub-list for method output_type
7 , // [7:10] is the sub-list for method input_type
7 , // [7:7] is the sub-list for extension type_name
7 , // [7:7] is the sub-list for extension extendee
0 , // [0:7] is the sub-list for field type_name
}
func init ( ) { file_api_v2_inbox_service_proto_init ( ) }
@ -653,7 +671,7 @@ func file_api_v2_inbox_service_proto_init() {
}
}
file_api_v2_inbox_service_proto_msgTypes [ 1 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ListInbox Request) ; i {
switch v := v . ( * ListInbox es Request) ; i {
case 0 :
return & v . state
case 1 :
@ -665,7 +683,7 @@ func file_api_v2_inbox_service_proto_init() {
}
}
file_api_v2_inbox_service_proto_msgTypes [ 2 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ListInbox Response) ; i {
switch v := v . ( * ListInbox es Response) ; i {
case 0 :
return & v . state
case 1 :