mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-05 04:37:14 +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.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: store/activity.proto
|
||||
|
||||
@ -182,7 +182,7 @@ func file_store_activity_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_store_activity_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_store_activity_proto_goTypes = []interface{}{
|
||||
var file_store_activity_proto_goTypes = []any{
|
||||
(*ActivityShorcutCreatePayload)(nil), // 0: slash.store.ActivityShorcutCreatePayload
|
||||
(*ActivityShorcutViewPayload)(nil), // 1: slash.store.ActivityShorcutViewPayload
|
||||
}
|
||||
@ -200,7 +200,7 @@ func file_store_activity_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_store_activity_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_store_activity_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ActivityShorcutCreatePayload); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -212,7 +212,7 @@ func file_store_activity_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_store_activity_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_store_activity_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ActivityShorcutViewPayload); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
Reference in New Issue
Block a user