Versions in this module Expand all Collapse all v1 v1.1.0 May 5, 2026 v1.0.0 May 3, 2026 Changes in this version + const InfoApiService_CompanyExists_FullMethodName + var File_infoapi_v1_infoapi_proto protoreflect.FileDescriptor + var InfoApiService_ServiceDesc = grpc.ServiceDesc + func RegisterInfoApiServiceServer(s grpc.ServiceRegistrar, srv InfoApiServiceServer) + type CompanyExistsRequest struct + XXX_presence [1]uint32 + XXX_raceDetectHookData protoimpl.RaceDetectHookData + func (*CompanyExistsRequest) ProtoMessage() + func (x *CompanyExistsRequest) ClearCompanyName() + func (x *CompanyExistsRequest) GetCompanyName() string + func (x *CompanyExistsRequest) HasCompanyName() bool + func (x *CompanyExistsRequest) ProtoReflect() protoreflect.Message + func (x *CompanyExistsRequest) Reset() + func (x *CompanyExistsRequest) SetCompanyName(v string) + func (x *CompanyExistsRequest) String() string + type CompanyExistsRequest_builder struct + CompanyName *string + func (b0 CompanyExistsRequest_builder) Build() *CompanyExistsRequest + type CompanyExistsResponse struct + XXX_presence [1]uint32 + XXX_raceDetectHookData protoimpl.RaceDetectHookData + func (*CompanyExistsResponse) ProtoMessage() + func (x *CompanyExistsResponse) ClearExists() + func (x *CompanyExistsResponse) GetExists() bool + func (x *CompanyExistsResponse) HasExists() bool + func (x *CompanyExistsResponse) ProtoReflect() protoreflect.Message + func (x *CompanyExistsResponse) Reset() + func (x *CompanyExistsResponse) SetExists(v bool) + func (x *CompanyExistsResponse) String() string + type CompanyExistsResponse_builder struct + Exists *bool + func (b0 CompanyExistsResponse_builder) Build() *CompanyExistsResponse + type InfoApiServiceClient interface + CompanyExists func(ctx context.Context, in *CompanyExistsRequest, opts ...grpc.CallOption) (*CompanyExistsResponse, error) + func NewInfoApiServiceClient(cc grpc.ClientConnInterface) InfoApiServiceClient + type InfoApiServiceServer interface + CompanyExists func(context.Context, *CompanyExistsRequest) (*CompanyExistsResponse, error) + type UnimplementedInfoApiServiceServer struct + func (UnimplementedInfoApiServiceServer) CompanyExists(context.Context, *CompanyExistsRequest) (*CompanyExistsResponse, error) + type UnsafeInfoApiServiceServer interface