mirror of https://github.com/status-im/consul.git
11 lines
173 B
Protocol Buffer
11 lines
173 B
Protocol Buffer
|
// +build !consulent
|
||
|
|
||
|
syntax = "proto3";
|
||
|
|
||
|
package common;
|
||
|
|
||
|
option go_package = "github.com/hashicorp/consul/proto/pbcommon";
|
||
|
|
||
|
message EnterpriseMeta {
|
||
|
// no fields in oss
|
||
|
}
|