c3e7d689b7
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
|
|
} |