✨ 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: notify.proto
|
||||
|
||||
@ -367,7 +367,7 @@ func file_notify_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_notify_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
|
||||
var file_notify_proto_goTypes = []any{
|
||||
var file_notify_proto_goTypes = []interface{}{
|
||||
(*NotifyUserRequest)(nil), // 0: proto.NotifyUserRequest
|
||||
(*NotifyUserBatchRequest)(nil), // 1: proto.NotifyUserBatchRequest
|
||||
(*NotifyRequest)(nil), // 2: proto.NotifyRequest
|
||||
@ -395,7 +395,7 @@ func file_notify_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_notify_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
file_notify_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*NotifyUserRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -407,7 +407,7 @@ func file_notify_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_notify_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
file_notify_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*NotifyUserBatchRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -419,7 +419,7 @@ func file_notify_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_notify_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
file_notify_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*NotifyRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -431,7 +431,7 @@ func file_notify_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_notify_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
file_notify_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*NotifyResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -444,7 +444,7 @@ func file_notify_proto_init() {
|
||||
}
|
||||
}
|
||||
}
|
||||
file_notify_proto_msgTypes[2].OneofWrappers = []any{}
|
||||
file_notify_proto_msgTypes[2].OneofWrappers = []interface{}{}
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
|
Reference in New Issue
Block a user