✨ Postman the notifier
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.28.1
|
||||
// protoc v5.27.1
|
||||
// source: record.proto
|
||||
|
||||
@ -185,7 +185,7 @@ func file_record_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_record_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_record_proto_goTypes = []any{
|
||||
var file_record_proto_goTypes = []interface{}{
|
||||
(*RecordEventRequest)(nil), // 0: proto.RecordEventRequest
|
||||
(*RecordEventResponse)(nil), // 1: proto.RecordEventResponse
|
||||
}
|
||||
@ -205,7 +205,7 @@ func file_record_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_record_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
file_record_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*RecordEventRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -217,7 +217,7 @@ func file_record_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_record_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
file_record_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*RecordEventResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
Reference in New Issue
Block a user