(ctx context.Context, in *pb.PredictOptions, opts ...grpc.CallOption)
| 110 | } |
| 111 | |
| 112 | func (e *embedBackend) TokenizeString(ctx context.Context, in *pb.PredictOptions, opts ...grpc.CallOption) (*pb.TokenizationResponse, error) { |
| 113 | return e.s.TokenizeString(ctx, in) |
| 114 | } |
| 115 | |
| 116 | func (e *embedBackend) Status(ctx context.Context) (*pb.StatusResponse, error) { |
| 117 | return e.s.Status(ctx, &pb.HealthMessage{}) |
nothing calls this directly
no test coverage detected