mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 12:26: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.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: store/shortcut.proto
|
||||
|
||||
@ -283,7 +283,7 @@ func file_store_shortcut_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_store_shortcut_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_store_shortcut_proto_goTypes = []interface{}{
|
||||
var file_store_shortcut_proto_goTypes = []any{
|
||||
(*Shortcut)(nil), // 0: slash.store.Shortcut
|
||||
(*OpenGraphMetadata)(nil), // 1: slash.store.OpenGraphMetadata
|
||||
(RowStatus)(0), // 2: slash.store.RowStatus
|
||||
@ -307,7 +307,7 @@ func file_store_shortcut_proto_init() {
|
||||
}
|
||||
file_store_common_proto_init()
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_store_shortcut_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_store_shortcut_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Shortcut); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -319,7 +319,7 @@ func file_store_shortcut_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_store_shortcut_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_store_shortcut_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*OpenGraphMetadata); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
Reference in New Issue
Block a user