mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
2713c0e682
First move the whole thing to the top-level proto package name. Secondly change some things around internally to have sub-packages.
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
|
|
} |