mirror of
https://github.com/aykhans/slash-e.git
synced 2025-12-14 20:59:19 +00:00
chore: buf generate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc-gen-go v1.35.1
|
||||
// protoc (unknown)
|
||||
// source: store/activity.proto
|
||||
|
||||
@@ -30,11 +30,9 @@ type ActivityShorcutCreatePayload struct {
|
||||
|
||||
func (x *ActivityShorcutCreatePayload) Reset() {
|
||||
*x = ActivityShorcutCreatePayload{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_store_activity_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
mi := &file_store_activity_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *ActivityShorcutCreatePayload) String() string {
|
||||
@@ -45,7 +43,7 @@ func (*ActivityShorcutCreatePayload) ProtoMessage() {}
|
||||
|
||||
func (x *ActivityShorcutCreatePayload) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_store_activity_proto_msgTypes[0]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
@@ -81,11 +79,9 @@ type ActivityShorcutViewPayload struct {
|
||||
|
||||
func (x *ActivityShorcutViewPayload) Reset() {
|
||||
*x = ActivityShorcutViewPayload{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_store_activity_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
mi := &file_store_activity_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *ActivityShorcutViewPayload) String() string {
|
||||
@@ -96,7 +92,7 @@ func (*ActivityShorcutViewPayload) ProtoMessage() {}
|
||||
|
||||
func (x *ActivityShorcutViewPayload) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_store_activity_proto_msgTypes[1]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
@@ -156,11 +152,9 @@ type ActivityShorcutViewPayload_ValueList struct {
|
||||
|
||||
func (x *ActivityShorcutViewPayload_ValueList) Reset() {
|
||||
*x = ActivityShorcutViewPayload_ValueList{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_store_activity_proto_msgTypes[3]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
mi := &file_store_activity_proto_msgTypes[3]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *ActivityShorcutViewPayload_ValueList) String() string {
|
||||
@@ -171,7 +165,7 @@ func (*ActivityShorcutViewPayload_ValueList) ProtoMessage() {}
|
||||
|
||||
func (x *ActivityShorcutViewPayload_ValueList) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_store_activity_proto_msgTypes[3]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
@@ -272,44 +266,6 @@ func file_store_activity_proto_init() {
|
||||
if File_store_activity_proto != nil {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_store_activity_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ActivityShorcutCreatePayload); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
case 1:
|
||||
return &v.sizeCache
|
||||
case 2:
|
||||
return &v.unknownFields
|
||||
default:
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_store_activity_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ActivityShorcutViewPayload); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
case 1:
|
||||
return &v.sizeCache
|
||||
case 2:
|
||||
return &v.unknownFields
|
||||
default:
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_store_activity_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ActivityShorcutViewPayload_ValueList); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
case 1:
|
||||
return &v.sizeCache
|
||||
case 2:
|
||||
return &v.unknownFields
|
||||
default:
|
||||
return nil
|
||||
}
|
||||
}
|
||||
}
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
|
||||
Reference in New Issue
Block a user