chore: update proto builder (#23721)

This commit is contained in:
Alex | Interchain Labs
2025-02-19 12:58:14 -05:00
committed by GitHub
parent 8be3016158
commit 2a338e032c
123 changed files with 3012 additions and 1640 deletions
+3
View File
@@ -388,6 +388,7 @@ func _Counter_IncrementCounter_Handler(srv interface{}, ctx context.Context, dec
return interceptor(ctx, in, info, handler)
}
var Counter_serviceDesc = _Counter_serviceDesc
var _Counter_serviceDesc = grpc.ServiceDesc{
ServiceName: "Counter",
HandlerType: (*CounterServer)(nil),
@@ -460,6 +461,7 @@ func _Counter2_IncrementCounter_Handler(srv interface{}, ctx context.Context, de
return interceptor(ctx, in, info, handler)
}
var Counter2_serviceDesc = _Counter2_serviceDesc
var _Counter2_serviceDesc = grpc.ServiceDesc{
ServiceName: "Counter2",
HandlerType: (*Counter2Server)(nil),
@@ -532,6 +534,7 @@ func _KeyValue_Set_Handler(srv interface{}, ctx context.Context, dec func(interf
return interceptor(ctx, in, info, handler)
}
var KeyValue_serviceDesc = _KeyValue_serviceDesc
var _KeyValue_serviceDesc = grpc.ServiceDesc{
ServiceName: "KeyValue",
HandlerType: (*KeyValueServer)(nil),