✨ 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: stream.proto
|
||||
|
||||
@ -451,7 +451,7 @@ func file_stream_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_stream_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
|
||||
var file_stream_proto_goTypes = []any{
|
||||
var file_stream_proto_goTypes = []interface{}{
|
||||
(*CountConnectionRequest)(nil), // 0: proto.CountConnectionRequest
|
||||
(*CountConnectionResponse)(nil), // 1: proto.CountConnectionResponse
|
||||
(*PushStreamRequest)(nil), // 2: proto.PushStreamRequest
|
||||
@ -482,7 +482,7 @@ func file_stream_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_stream_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
file_stream_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*CountConnectionRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -494,7 +494,7 @@ func file_stream_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_stream_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
file_stream_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*CountConnectionResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -506,7 +506,7 @@ func file_stream_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_stream_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
file_stream_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*PushStreamRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -518,7 +518,7 @@ func file_stream_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_stream_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
file_stream_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*PushStreamBatchRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -530,7 +530,7 @@ func file_stream_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_stream_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
file_stream_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*PushStreamResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -542,7 +542,7 @@ func file_stream_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_stream_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
file_stream_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*StreamEventRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -554,7 +554,7 @@ func file_stream_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_stream_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
||||
file_stream_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*StreamEventResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
Reference in New Issue
Block a user