mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
56b46436c1
Refactoring of the agentpb package. First move the whole thing to the top-level proto package name. Secondly change some things around internally to have sub-packages. # Conflicts: # agent/consul/state/acl.go # agent/consul/state/acl_test.go
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
|
|
} |