chore(*): update generated files (#110)

This commit is contained in:
Andrew Rynhard 2018-06-09 08:35:23 -07:00 committed by GitHub
parent 9f12441337
commit acaf58b40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:"-"`