mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-02-01 18:20:17 +01:00
feat: added modules
This commit is contained in:
8
grpc/proto/entity/response_code.proto
Normal file
8
grpc/proto/entity/response_code.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = ".;grpc";
|
||||
|
||||
enum ResponseCode {
|
||||
OK = 0;
|
||||
ERROR = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user