Skip to content

Update all existing services to use grpc.Errorf errors

Andrew Newdigate requested to merge feature/grpc-errorf into master

Closes #79 (closed)

Refactor from fmt.Errorf to grpc.Errorf

grpc has an error type which we should be using when returning errors back to the caller.

Merge request reports