Remove error proto in favour of go type

This commit is contained in:
Asim Aslam
2020-07-19 09:29:48 +01:00
parent 0d860c53a6
commit 8c6f4062ef
4 changed files with 22 additions and 150 deletions

View File

@@ -1,10 +0,0 @@
syntax = "proto3";
package errors;
message Error {
string id = 1;
int32 code = 2;
string detail = 3;
string status = 4;
};