mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
8 lines
95 B
Protocol Buffer
8 lines
95 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option go_package = ".;grpc";
|
|
|
|
enum ResponseCode {
|
|
OK = 0;
|
|
ERROR = 1;
|
|
} |