From acaf58b40b4cc5e367b2732b24ebf6467274872c Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Sat, 9 Jun 2018 08:35:23 -0700 Subject: [PATCH] chore(*): update generated files (#110) --- initramfs/cmd/osd/proto/api.pb.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/initramfs/cmd/osd/proto/api.pb.go b/initramfs/cmd/osd/proto/api.pb.go index 31846a5d6..53f4f9afb 100644 --- a/initramfs/cmd/osd/proto/api.pb.go +++ b/initramfs/cmd/osd/proto/api.pb.go @@ -26,7 +26,7 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package // The request message containing the process name. type ProcessesRequest struct { - Process string `protobuf:"bytes,1,opt,name=process" json:"process,omitempty"` + Process string `protobuf:"bytes,1,opt,name=process,proto3" json:"process,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -104,8 +104,8 @@ func (m *ProcessesReply) GetContent() []byte { // The request message containing the process name. type LogsRequest struct { - Process string `protobuf:"bytes,1,opt,name=process" json:"process,omitempty"` - Container bool `protobuf:"varint,2,opt,name=container" json:"container,omitempty"` + Process string `protobuf:"bytes,1,opt,name=process,proto3" json:"process,omitempty"` + Container bool `protobuf:"varint,2,opt,name=container,proto3" json:"container,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"`