|
@@ -4337,6 +4337,479 @@ func (x *IdentifyIdRequest) GetIdentifyId() string {
|
|
|
return ""
|
|
return ""
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+type PersonLookScripRequest struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
|
|
|
|
|
+ PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"`
|
|
|
|
|
+ ScripId int64 `protobuf:"varint,3,opt,name=scripId,proto3" json:"scripId"` // 纸条id
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *PersonLookScripRequest) Reset() {
|
|
|
|
|
+ *x = PersonLookScripRequest{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[61]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *PersonLookScripRequest) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*PersonLookScripRequest) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *PersonLookScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[61]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use PersonLookScripRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*PersonLookScripRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{61}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *PersonLookScripRequest) GetPersonId() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonId
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *PersonLookScripRequest) GetPersonType() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonType
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *PersonLookScripRequest) GetScripId() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.ScripId
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type FindScripRequest struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
|
|
|
|
|
+ PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"`
|
|
|
|
|
+ NextId int64 `protobuf:"varint,3,opt,name=nextId,proto3" json:"nextId"`
|
|
|
|
|
+ Offset int64 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *FindScripRequest) Reset() {
|
|
|
|
|
+ *x = FindScripRequest{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[62]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *FindScripRequest) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*FindScripRequest) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *FindScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[62]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use FindScripRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*FindScripRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{62}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *FindScripRequest) GetPersonId() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonId
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *FindScripRequest) GetPersonType() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonType
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *FindScripRequest) GetNextId() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.NextId
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *FindScripRequest) GetOffset() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Offset
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type ScripReply struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ List []*ScripInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
|
|
|
|
|
+ NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripReply) Reset() {
|
|
|
|
|
+ *x = ScripReply{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[63]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripReply) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*ScripReply) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripReply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[63]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use ScripReply.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*ScripReply) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{63}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripReply) GetList() []*ScripInfo {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.List
|
|
|
|
|
+ }
|
|
|
|
|
+ return nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripReply) GetNextId() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.NextId
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type ScripInfo struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"` // 创建者ID
|
|
|
|
|
+ PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 创建者类型
|
|
|
|
|
+ Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text"` // 纸条内容
|
|
|
|
|
+ PictureUrl string `protobuf:"bytes,4,opt,name=pictureUrl,proto3" json:"pictureUrl"` // 纸条配图
|
|
|
|
|
+ PersonName string `protobuf:"bytes,5,opt,name=personName,proto3" json:"personName"` // 创建者名称
|
|
|
|
|
+ PersonSex int64 `protobuf:"varint,6,opt,name=personSex,proto3" json:"personSex"` // 创建者性别
|
|
|
|
|
+ PersonAvatar string `protobuf:"bytes,7,opt,name=personAvatar,proto3" json:"personAvatar"` // 创建者头像
|
|
|
|
|
+ CreateTime int64 `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime"` // 创建时间
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) Reset() {
|
|
|
|
|
+ *x = ScripInfo{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[64]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*ScripInfo) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[64]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use ScripInfo.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*ScripInfo) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{64}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) GetPersonId() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonId
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) GetPersonType() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonType
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) GetText() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Text
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) GetPictureUrl() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PictureUrl
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) GetPersonName() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonName
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) GetPersonSex() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonSex
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) GetPersonAvatar() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonAvatar
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripInfo) GetCreateTime() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.CreateTime
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type DeleteScripRequest struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
|
|
|
|
|
+ PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`
|
|
|
|
|
+ PersonType string `protobuf:"bytes,3,opt,name=personType,proto3" json:"personType"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *DeleteScripRequest) Reset() {
|
|
|
|
|
+ *x = DeleteScripRequest{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[65]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *DeleteScripRequest) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*DeleteScripRequest) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *DeleteScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[65]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use DeleteScripRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*DeleteScripRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{65}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *DeleteScripRequest) GetId() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Id
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *DeleteScripRequest) GetPersonId() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonId
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *DeleteScripRequest) GetPersonType() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonType
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type CreateScripRequest struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
|
|
|
|
|
+ PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"`
|
|
|
|
|
+ Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text"`
|
|
|
|
|
+ PictureUrl string `protobuf:"bytes,4,opt,name=pictureUrl,proto3" json:"pictureUrl"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CreateScripRequest) Reset() {
|
|
|
|
|
+ *x = CreateScripRequest{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[66]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CreateScripRequest) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*CreateScripRequest) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CreateScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[66]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use CreateScripRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*CreateScripRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{66}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CreateScripRequest) GetPersonId() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonId
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CreateScripRequest) GetPersonType() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PersonType
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CreateScripRequest) GetText() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Text
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CreateScripRequest) GetPictureUrl() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.PictureUrl
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type ScripID struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripID) Reset() {
|
|
|
|
|
+ *x = ScripID{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[67]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripID) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*ScripID) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripID) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[67]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use ScripID.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*ScripID) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{67}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ScripID) GetId() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Id
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
var File_common_proto protoreflect.FileDescriptor
|
|
var File_common_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_common_proto_rawDesc = []byte{
|
|
var file_common_proto_rawDesc = []byte{
|
|
@@ -4845,11 +5318,64 @@ var file_common_proto_rawDesc = []byte{
|
|
|
0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x01,
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x01,
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64,
|
|
|
- 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01,
|
|
|
|
|
- 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
|
|
- 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
- 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63,
|
|
|
|
|
- 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
|
+ 0x22, 0x6e, 0x0a, 0x16, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x6f, 0x6f, 0x6b, 0x53, 0x63,
|
|
|
|
|
+ 0x72, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65,
|
|
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65,
|
|
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
|
|
|
|
|
+ 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49,
|
|
|
|
|
+ 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49, 0x64,
|
|
|
|
|
+ 0x22, 0x7e, 0x0a, 0x10, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71,
|
|
|
|
|
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
|
|
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
|
|
+ 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02,
|
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
|
|
|
|
|
+ 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
|
+ 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73,
|
|
|
|
|
+ 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74,
|
|
|
|
|
+ 0x22, 0x4f, 0x0a, 0x0a, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29,
|
|
|
|
|
+ 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61,
|
|
|
|
|
+ 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x72, 0x69, 0x70, 0x49,
|
|
|
|
|
+ 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78,
|
|
|
|
|
+ 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49,
|
|
|
|
|
+ 0x64, 0x22, 0xfd, 0x01, 0x0a, 0x09, 0x53, 0x63, 0x72, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
|
|
|
|
+ 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
+ 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
|
|
|
|
|
+ 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
+ 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74,
|
|
|
|
|
+ 0x65, 0x78, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12,
|
|
|
|
|
+ 0x1e, 0x0a, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20,
|
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x12,
|
|
|
|
|
+ 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20,
|
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
|
|
+ 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x78, 0x18, 0x06, 0x20, 0x01,
|
|
|
|
|
+ 0x28, 0x03, 0x52, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x78, 0x12, 0x22, 0x0a,
|
|
|
|
|
+ 0x0c, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x07, 0x20,
|
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x41, 0x76, 0x61, 0x74, 0x61,
|
|
|
|
|
+ 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18,
|
|
|
|
|
+ 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
|
|
|
|
|
+ 0x65, 0x22, 0x60, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70,
|
|
|
|
|
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
|
|
|
+ 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
|
|
|
+ 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70,
|
|
|
|
|
+ 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
|
|
|
|
|
+ 0x79, 0x70, 0x65, 0x22, 0x84, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x63,
|
|
|
|
|
+ 0x72, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65,
|
|
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65,
|
|
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
|
|
|
|
|
+ 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x03,
|
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x69,
|
|
|
|
|
+ 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
|
|
|
+ 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x22, 0x19, 0x0a, 0x07, 0x53, 0x63,
|
|
|
|
|
+ 0x72, 0x69, 0x70, 0x49, 0x44, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
+ 0x03, 0x52, 0x02, 0x69, 0x64, 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
|
|
+ 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61,
|
|
|
|
|
+ 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d,
|
|
|
|
|
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d,
|
|
|
|
|
+ 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
|
|
|
|
+ 0x6f, 0x33,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -4864,7 +5390,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
|
return file_common_proto_rawDescData
|
|
return file_common_proto_rawDescData
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 61)
|
|
|
|
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 68)
|
|
|
var file_common_proto_goTypes = []interface{}{
|
|
var file_common_proto_goTypes = []interface{}{
|
|
|
(*UserAndPartnerIdentifyIdParam)(nil), // 0: api.common.UserAndPartnerIdentifyIdParam
|
|
(*UserAndPartnerIdentifyIdParam)(nil), // 0: api.common.UserAndPartnerIdentifyIdParam
|
|
|
(*UserAndPartnerParam)(nil), // 1: api.common.UserAndPartnerParam
|
|
(*UserAndPartnerParam)(nil), // 1: api.common.UserAndPartnerParam
|
|
@@ -4927,6 +5453,13 @@ var file_common_proto_goTypes = []interface{}{
|
|
|
(*FindRecommendRequest)(nil), // 58: api.common.FindRecommendRequest
|
|
(*FindRecommendRequest)(nil), // 58: api.common.FindRecommendRequest
|
|
|
(*FindOverSevenDayAvatarReply)(nil), // 59: api.common.FindOverSevenDayAvatarReply
|
|
(*FindOverSevenDayAvatarReply)(nil), // 59: api.common.FindOverSevenDayAvatarReply
|
|
|
(*IdentifyIdRequest)(nil), // 60: api.common.IdentifyIdRequest
|
|
(*IdentifyIdRequest)(nil), // 60: api.common.IdentifyIdRequest
|
|
|
|
|
+ (*PersonLookScripRequest)(nil), // 61: api.common.PersonLookScripRequest
|
|
|
|
|
+ (*FindScripRequest)(nil), // 62: api.common.FindScripRequest
|
|
|
|
|
+ (*ScripReply)(nil), // 63: api.common.ScripReply
|
|
|
|
|
+ (*ScripInfo)(nil), // 64: api.common.ScripInfo
|
|
|
|
|
+ (*DeleteScripRequest)(nil), // 65: api.common.DeleteScripRequest
|
|
|
|
|
+ (*CreateScripRequest)(nil), // 66: api.common.CreateScripRequest
|
|
|
|
|
+ (*ScripID)(nil), // 67: api.common.ScripID
|
|
|
}
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
29, // 0: api.common.ChatCardInfo.tagList:type_name -> api.common.TagList
|
|
29, // 0: api.common.ChatCardInfo.tagList:type_name -> api.common.TagList
|
|
@@ -4939,11 +5472,12 @@ var file_common_proto_depIdxs = []int32{
|
|
|
39, // 7: api.common.ChatRecordInfo.message:type_name -> api.common.Message
|
|
39, // 7: api.common.ChatRecordInfo.message:type_name -> api.common.Message
|
|
|
50, // 8: api.common.MemeTitleList.list:type_name -> api.common.MemeTitle
|
|
50, // 8: api.common.MemeTitleList.list:type_name -> api.common.MemeTitle
|
|
|
57, // 9: api.common.RecommendPersonListReply.list:type_name -> api.common.RecommendPersonInfo
|
|
57, // 9: api.common.RecommendPersonListReply.list:type_name -> api.common.RecommendPersonInfo
|
|
|
- 10, // [10:10] is the sub-list for method output_type
|
|
|
|
|
- 10, // [10:10] is the sub-list for method input_type
|
|
|
|
|
- 10, // [10:10] is the sub-list for extension type_name
|
|
|
|
|
- 10, // [10:10] is the sub-list for extension extendee
|
|
|
|
|
- 0, // [0:10] is the sub-list for field type_name
|
|
|
|
|
|
|
+ 64, // 10: api.common.ScripReply.list:type_name -> api.common.ScripInfo
|
|
|
|
|
+ 11, // [11:11] is the sub-list for method output_type
|
|
|
|
|
+ 11, // [11:11] is the sub-list for method input_type
|
|
|
|
|
+ 11, // [11:11] is the sub-list for extension type_name
|
|
|
|
|
+ 11, // [11:11] is the sub-list for extension extendee
|
|
|
|
|
+ 0, // [0:11] is the sub-list for field type_name
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func init() { file_common_proto_init() }
|
|
func init() { file_common_proto_init() }
|
|
@@ -5684,6 +6218,90 @@ func file_common_proto_init() {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ file_common_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*PersonLookScripRequest); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*FindScripRequest); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*ScripReply); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*ScripInfo); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*DeleteScripRequest); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*CreateScripRequest); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*ScripID); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
type x struct{}
|
|
type x struct{}
|
|
|
out := protoimpl.TypeBuilder{
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -5691,7 +6309,7 @@ func file_common_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
|
- NumMessages: 61,
|
|
|
|
|
|
|
+ NumMessages: 68,
|
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
NumServices: 0,
|
|
|
},
|
|
},
|