|
|
@ -8,7 +8,6 @@ package proto |
|
|
|
|
|
|
|
import ( |
|
|
|
context "context" |
|
|
|
proto "github.com/golang/protobuf/proto" |
|
|
|
empty "github.com/golang/protobuf/ptypes/empty" |
|
|
|
grpc "google.golang.org/grpc" |
|
|
|
codes "google.golang.org/grpc/codes" |
|
|
@ -26,10 +25,6 @@ const ( |
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
|
|
|
) |
|
|
|
|
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
|
// of the legacy proto package is being used.
|
|
|
|
const _ = proto.ProtoPackageIsVersion4 |
|
|
|
|
|
|
|
type Records struct { |
|
|
|
state protoimpl.MessageState |
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|