blob: c987f1b0f3e5ac33bb7254ff561aeff3948eacdc [file] [log] [blame]
syntax = "proto3";
package common;
option java_package = "io.ceresdb.proto.internal";
option java_outer_classname = "Common";
option go_package = "github.com/CeresDB/ceresdbproto/golang/pkg/commonpb";
message ResponseHeader {
uint32 code = 1;
string error = 2;
}