Documentation
¶
Index ¶
- type GrpcService
- func (s *GrpcService) BatchIntakeData(ctx context.Context, req *pb.BatchIntakeDataRequest) (*pb.BatchIntakeDataResponse, error)
- func (s *GrpcService) IntakeData(ctx context.Context, req *pb.IntakeDataRequest) (*pb.IntakeDataResponse, error)
- func (s *GrpcService) MixIntakeData(ctx context.Context, req *pb.MixIntakeDataRequest) (*pb.MixIntakeDataResponse, error)
- func (s *GrpcService) Ping(ctx context.Context, req *pb.PingRequest) (*pb.PingResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcService ¶
type GrpcService struct {
pb.UnimplementedApiServer
}
func (*GrpcService) BatchIntakeData ¶
func (s *GrpcService) BatchIntakeData(ctx context.Context, req *pb.BatchIntakeDataRequest) (*pb.BatchIntakeDataResponse, error)
func (*GrpcService) IntakeData ¶
func (s *GrpcService) IntakeData(ctx context.Context, req *pb.IntakeDataRequest) (*pb.IntakeDataResponse, error)
func (*GrpcService) MixIntakeData ¶
func (s *GrpcService) MixIntakeData(ctx context.Context, req *pb.MixIntakeDataRequest) (*pb.MixIntakeDataResponse, error)
func (*GrpcService) Ping ¶
func (s *GrpcService) Ping(ctx context.Context, req *pb.PingRequest) (*pb.PingResponse, error)
Click to show internal directories.
Click to hide internal directories.