|
|
@@ -11,6 +11,7 @@ import (
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
+// Requires gRPC-Go v1.32.0 or later.
|
|
|
const _ = grpc.SupportPackageIsVersion7
|
|
|
|
|
|
// ApiClient is the client API for Api service.
|
|
|
@@ -90,7 +91,7 @@ type UnsafeApiServer interface {
|
|
|
}
|
|
|
|
|
|
func RegisterApiServer(s grpc.ServiceRegistrar, srv ApiServer) {
|
|
|
- s.RegisterService(&_Api_serviceDesc, srv)
|
|
|
+ s.RegisterService(&Api_ServiceDesc, srv)
|
|
|
}
|
|
|
|
|
|
func _Api_SignUp_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
@@ -147,7 +148,10 @@ func _Api_SignOut_Handler(srv interface{}, ctx context.Context, dec func(interfa
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
}
|
|
|
|
|
|
-var _Api_serviceDesc = grpc.ServiceDesc{
|
|
|
+// Api_ServiceDesc is the grpc.ServiceDesc for Api service.
|
|
|
+// It's only intended for direct use with grpc.RegisterService,
|
|
|
+// and not to be introspected or modified (even as a copy)
|
|
|
+var Api_ServiceDesc = grpc.ServiceDesc{
|
|
|
ServiceName: "base.Api",
|
|
|
HandlerType: (*ApiServer)(nil),
|
|
|
Methods: []grpc.MethodDesc{
|