diff --git a/api/container/container.pb.go b/api/execution/execution.pb.go similarity index 86% rename from api/container/container.pb.go rename to api/execution/execution.pb.go index 933cf21..8419535 100644 --- a/api/container/container.pb.go +++ b/api/execution/execution.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. -// source: container.proto +// source: execution.proto // DO NOT EDIT! /* - Package container is a generated protocol buffer package. + Package execution is a generated protocol buffer package. It is generated from these files: - container.proto + execution.proto It has these top-level messages: Container @@ -46,7 +46,7 @@ EventsRequest EventsResponse */ -package container +package execution import proto "github.com/gogo/protobuf/proto" import fmt "fmt" @@ -86,7 +86,7 @@ type Container struct { func (m *Container) Reset() { *m = Container{} } func (*Container) ProtoMessage() {} -func (*Container) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{0} } +func (*Container) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{0} } type Process struct { Pid uint64 `protobuf:"varint,1,opt,name=pid,proto3" json:"pid,omitempty"` @@ -99,7 +99,7 @@ type Process struct { func (m *Process) Reset() { *m = Process{} } func (*Process) ProtoMessage() {} -func (*Process) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{1} } +func (*Process) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{1} } type ProcessSpec struct { Args []string `protobuf:"bytes,1,rep,name=args" json:"args,omitempty"` @@ -114,7 +114,7 @@ type ProcessSpec struct { func (m *ProcessSpec) Reset() { *m = ProcessSpec{} } func (*ProcessSpec) ProtoMessage() {} -func (*ProcessSpec) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{2} } +func (*ProcessSpec) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{2} } type Mount struct { Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` @@ -125,7 +125,7 @@ type Mount struct { func (m *Mount) Reset() { *m = Mount{} } func (*Mount) ProtoMessage() {} -func (*Mount) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{3} } +func (*Mount) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{3} } type User struct { Uid uint32 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` @@ -135,7 +135,7 @@ type User struct { func (m *User) Reset() { *m = User{} } func (*User) ProtoMessage() {} -func (*User) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{4} } +func (*User) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{4} } type CreateRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -147,7 +147,7 @@ type CreateRequest struct { func (m *CreateRequest) Reset() { *m = CreateRequest{} } func (*CreateRequest) ProtoMessage() {} -func (*CreateRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{5} } +func (*CreateRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{5} } type CreateResponse struct { Container *Container `protobuf:"bytes,1,opt,name=container" json:"container,omitempty"` @@ -155,7 +155,7 @@ type CreateResponse struct { func (m *CreateResponse) Reset() { *m = CreateResponse{} } func (*CreateResponse) ProtoMessage() {} -func (*CreateResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{6} } +func (*CreateResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{6} } type StartRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -163,14 +163,14 @@ type StartRequest struct { func (m *StartRequest) Reset() { *m = StartRequest{} } func (*StartRequest) ProtoMessage() {} -func (*StartRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{7} } +func (*StartRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{7} } type State struct { } func (m *State) Reset() { *m = State{} } func (*State) ProtoMessage() {} -func (*State) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{8} } +func (*State) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{8} } type StartResponse struct { State *State `protobuf:"bytes,1,opt,name=state" json:"state,omitempty"` @@ -178,7 +178,7 @@ type StartResponse struct { func (m *StartResponse) Reset() { *m = StartResponse{} } func (*StartResponse) ProtoMessage() {} -func (*StartResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{9} } +func (*StartResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{9} } type DeleteRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -186,14 +186,14 @@ type DeleteRequest struct { func (m *DeleteRequest) Reset() { *m = DeleteRequest{} } func (*DeleteRequest) ProtoMessage() {} -func (*DeleteRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{10} } +func (*DeleteRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{10} } type DeleteResponse struct { } func (m *DeleteResponse) Reset() { *m = DeleteResponse{} } func (*DeleteResponse) ProtoMessage() {} -func (*DeleteResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{11} } +func (*DeleteResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{11} } type ContainerListRequest struct { Owner []string `protobuf:"bytes,1,rep,name=owner" json:"owner,omitempty"` @@ -201,7 +201,7 @@ type ContainerListRequest struct { func (m *ContainerListRequest) Reset() { *m = ContainerListRequest{} } func (*ContainerListRequest) ProtoMessage() {} -func (*ContainerListRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{12} } +func (*ContainerListRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{12} } type ContainerListResponse struct { Containers []*Container `protobuf:"bytes,1,rep,name=containers" json:"containers,omitempty"` @@ -209,7 +209,7 @@ type ContainerListResponse struct { func (m *ContainerListResponse) Reset() { *m = ContainerListResponse{} } func (*ContainerListResponse) ProtoMessage() {} -func (*ContainerListResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{13} } +func (*ContainerListResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{13} } type StateRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -217,7 +217,7 @@ type StateRequest struct { func (m *StateRequest) Reset() { *m = StateRequest{} } func (*StateRequest) ProtoMessage() {} -func (*StateRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{14} } +func (*StateRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{14} } type StateResponse struct { Container *Container `protobuf:"bytes,1,opt,name=container" json:"container,omitempty"` @@ -225,7 +225,7 @@ type StateResponse struct { func (m *StateResponse) Reset() { *m = StateResponse{} } func (*StateResponse) ProtoMessage() {} -func (*StateResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{15} } +func (*StateResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{15} } type UpdateRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -233,14 +233,14 @@ type UpdateRequest struct { func (m *UpdateRequest) Reset() { *m = UpdateRequest{} } func (*UpdateRequest) ProtoMessage() {} -func (*UpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{16} } +func (*UpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{16} } type UpdateResponse struct { } func (m *UpdateResponse) Reset() { *m = UpdateResponse{} } func (*UpdateResponse) ProtoMessage() {} -func (*UpdateResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{17} } +func (*UpdateResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{17} } type PauseRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -248,14 +248,14 @@ type PauseRequest struct { func (m *PauseRequest) Reset() { *m = PauseRequest{} } func (*PauseRequest) ProtoMessage() {} -func (*PauseRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{18} } +func (*PauseRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{18} } type PauseResponse struct { } func (m *PauseResponse) Reset() { *m = PauseResponse{} } func (*PauseResponse) ProtoMessage() {} -func (*PauseResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{19} } +func (*PauseResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{19} } type ResumeRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -263,14 +263,14 @@ type ResumeRequest struct { func (m *ResumeRequest) Reset() { *m = ResumeRequest{} } func (*ResumeRequest) ProtoMessage() {} -func (*ResumeRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{20} } +func (*ResumeRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{20} } type ResumeResponse struct { } func (m *ResumeResponse) Reset() { *m = ResumeResponse{} } func (*ResumeResponse) ProtoMessage() {} -func (*ResumeResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{21} } +func (*ResumeResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{21} } type CreateProcessRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -279,14 +279,14 @@ type CreateProcessRequest struct { func (m *CreateProcessRequest) Reset() { *m = CreateProcessRequest{} } func (*CreateProcessRequest) ProtoMessage() {} -func (*CreateProcessRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{22} } +func (*CreateProcessRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{22} } type CreateProcessResponse struct { } func (m *CreateProcessResponse) Reset() { *m = CreateProcessResponse{} } func (*CreateProcessResponse) ProtoMessage() {} -func (*CreateProcessResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{23} } +func (*CreateProcessResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{23} } type StartProcessRequest struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` @@ -295,7 +295,7 @@ type StartProcessRequest struct { func (m *StartProcessRequest) Reset() { *m = StartProcessRequest{} } func (*StartProcessRequest) ProtoMessage() {} -func (*StartProcessRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{24} } +func (*StartProcessRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{24} } type StartProcessResponse struct { Pid uint32 `protobuf:"varint,1,opt,name=pid,proto3" json:"pid,omitempty"` @@ -303,7 +303,7 @@ type StartProcessResponse struct { func (m *StartProcessResponse) Reset() { *m = StartProcessResponse{} } func (*StartProcessResponse) ProtoMessage() {} -func (*StartProcessResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{25} } +func (*StartProcessResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{25} } type ProcessStateRequest struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` @@ -312,7 +312,7 @@ type ProcessStateRequest struct { func (m *ProcessStateRequest) Reset() { *m = ProcessStateRequest{} } func (*ProcessStateRequest) ProtoMessage() {} -func (*ProcessStateRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{26} } +func (*ProcessStateRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{26} } type ProcessStateResponse struct { State *State `protobuf:"bytes,1,opt,name=state" json:"state,omitempty"` @@ -320,7 +320,7 @@ type ProcessStateResponse struct { func (m *ProcessStateResponse) Reset() { *m = ProcessStateResponse{} } func (*ProcessStateResponse) ProtoMessage() {} -func (*ProcessStateResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{27} } +func (*ProcessStateResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{27} } type SignalProcessRequest struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` @@ -330,14 +330,14 @@ type SignalProcessRequest struct { func (m *SignalProcessRequest) Reset() { *m = SignalProcessRequest{} } func (*SignalProcessRequest) ProtoMessage() {} -func (*SignalProcessRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{28} } +func (*SignalProcessRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{28} } type SignalProcessResponse struct { } func (m *SignalProcessResponse) Reset() { *m = SignalProcessResponse{} } func (*SignalProcessResponse) ProtoMessage() {} -func (*SignalProcessResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{29} } +func (*SignalProcessResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{29} } type DeleteProcessRequest struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` @@ -346,14 +346,14 @@ type DeleteProcessRequest struct { func (m *DeleteProcessRequest) Reset() { *m = DeleteProcessRequest{} } func (*DeleteProcessRequest) ProtoMessage() {} -func (*DeleteProcessRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{30} } +func (*DeleteProcessRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{30} } type DeleteProcessResponse struct { } func (m *DeleteProcessResponse) Reset() { *m = DeleteProcessResponse{} } func (*DeleteProcessResponse) ProtoMessage() {} -func (*DeleteProcessResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{31} } +func (*DeleteProcessResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{31} } type ProcessListRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -361,28 +361,28 @@ type ProcessListRequest struct { func (m *ProcessListRequest) Reset() { *m = ProcessListRequest{} } func (*ProcessListRequest) ProtoMessage() {} -func (*ProcessListRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{32} } +func (*ProcessListRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{32} } type ProcessListResponse struct { } func (m *ProcessListResponse) Reset() { *m = ProcessListResponse{} } func (*ProcessListResponse) ProtoMessage() {} -func (*ProcessListResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{33} } +func (*ProcessListResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{33} } type EventsRequest struct { } func (m *EventsRequest) Reset() { *m = EventsRequest{} } func (*EventsRequest) ProtoMessage() {} -func (*EventsRequest) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{34} } +func (*EventsRequest) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{34} } type EventsResponse struct { } func (m *EventsResponse) Reset() { *m = EventsResponse{} } func (*EventsResponse) ProtoMessage() {} -func (*EventsResponse) Descriptor() ([]byte, []int) { return fileDescriptorContainer, []int{35} } +func (*EventsResponse) Descriptor() ([]byte, []int) { return fileDescriptorExecution, []int{35} } func init() { proto.RegisterType((*Container)(nil), "containerd.v1.Container") @@ -427,7 +427,7 @@ func (this *Container) GoString() string { return "nil" } s := make([]string, 0, 8) - s = append(s, "&container.Container{") + s = append(s, "&execution.Container{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") if this.Mounts != nil { s = append(s, "Mounts: "+fmt.Sprintf("%#v", this.Mounts)+",\n") @@ -444,7 +444,7 @@ func (this *Process) GoString() string { return "nil" } s := make([]string, 0, 10) - s = append(s, "&container.Process{") + s = append(s, "&execution.Process{") s = append(s, "Pid: "+fmt.Sprintf("%#v", this.Pid)+",\n") s = append(s, "Args: "+fmt.Sprintf("%#v", this.Args)+",\n") s = append(s, "Env: "+fmt.Sprintf("%#v", this.Env)+",\n") @@ -461,7 +461,7 @@ func (this *ProcessSpec) GoString() string { return "nil" } s := make([]string, 0, 12) - s = append(s, "&container.ProcessSpec{") + s = append(s, "&execution.ProcessSpec{") s = append(s, "Args: "+fmt.Sprintf("%#v", this.Args)+",\n") s = append(s, "Env: "+fmt.Sprintf("%#v", this.Env)+",\n") if this.User != nil { @@ -480,7 +480,7 @@ func (this *Mount) GoString() string { return "nil" } s := make([]string, 0, 8) - s = append(s, "&container.Mount{") + s = append(s, "&execution.Mount{") s = append(s, "Source: "+fmt.Sprintf("%#v", this.Source)+",\n") s = append(s, "Target: "+fmt.Sprintf("%#v", this.Target)+",\n") s = append(s, "Type: "+fmt.Sprintf("%#v", this.Type)+",\n") @@ -493,7 +493,7 @@ func (this *User) GoString() string { return "nil" } s := make([]string, 0, 7) - s = append(s, "&container.User{") + s = append(s, "&execution.User{") s = append(s, "Uid: "+fmt.Sprintf("%#v", this.Uid)+",\n") s = append(s, "Gid: "+fmt.Sprintf("%#v", this.Gid)+",\n") s = append(s, "AdditionalGids: "+fmt.Sprintf("%#v", this.AdditionalGids)+",\n") @@ -505,7 +505,7 @@ func (this *CreateRequest) GoString() string { return "nil" } s := make([]string, 0, 9) - s = append(s, "&container.CreateRequest{") + s = append(s, "&execution.CreateRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") if this.Process != nil { s = append(s, "Process: "+fmt.Sprintf("%#v", this.Process)+",\n") @@ -523,7 +523,7 @@ func (this *CreateResponse) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.CreateResponse{") + s = append(s, "&execution.CreateResponse{") if this.Container != nil { s = append(s, "Container: "+fmt.Sprintf("%#v", this.Container)+",\n") } @@ -535,7 +535,7 @@ func (this *StartRequest) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.StartRequest{") + s = append(s, "&execution.StartRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -545,7 +545,7 @@ func (this *State) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.State{") + s = append(s, "&execution.State{") s = append(s, "}") return strings.Join(s, "") } @@ -554,7 +554,7 @@ func (this *StartResponse) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.StartResponse{") + s = append(s, "&execution.StartResponse{") if this.State != nil { s = append(s, "State: "+fmt.Sprintf("%#v", this.State)+",\n") } @@ -566,7 +566,7 @@ func (this *DeleteRequest) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.DeleteRequest{") + s = append(s, "&execution.DeleteRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -576,7 +576,7 @@ func (this *DeleteResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.DeleteResponse{") + s = append(s, "&execution.DeleteResponse{") s = append(s, "}") return strings.Join(s, "") } @@ -585,7 +585,7 @@ func (this *ContainerListRequest) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.ContainerListRequest{") + s = append(s, "&execution.ContainerListRequest{") s = append(s, "Owner: "+fmt.Sprintf("%#v", this.Owner)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -595,7 +595,7 @@ func (this *ContainerListResponse) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.ContainerListResponse{") + s = append(s, "&execution.ContainerListResponse{") if this.Containers != nil { s = append(s, "Containers: "+fmt.Sprintf("%#v", this.Containers)+",\n") } @@ -607,7 +607,7 @@ func (this *StateRequest) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.StateRequest{") + s = append(s, "&execution.StateRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -617,7 +617,7 @@ func (this *StateResponse) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.StateResponse{") + s = append(s, "&execution.StateResponse{") if this.Container != nil { s = append(s, "Container: "+fmt.Sprintf("%#v", this.Container)+",\n") } @@ -629,7 +629,7 @@ func (this *UpdateRequest) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.UpdateRequest{") + s = append(s, "&execution.UpdateRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -639,7 +639,7 @@ func (this *UpdateResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.UpdateResponse{") + s = append(s, "&execution.UpdateResponse{") s = append(s, "}") return strings.Join(s, "") } @@ -648,7 +648,7 @@ func (this *PauseRequest) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.PauseRequest{") + s = append(s, "&execution.PauseRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -658,7 +658,7 @@ func (this *PauseResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.PauseResponse{") + s = append(s, "&execution.PauseResponse{") s = append(s, "}") return strings.Join(s, "") } @@ -667,7 +667,7 @@ func (this *ResumeRequest) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.ResumeRequest{") + s = append(s, "&execution.ResumeRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -677,7 +677,7 @@ func (this *ResumeResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.ResumeResponse{") + s = append(s, "&execution.ResumeResponse{") s = append(s, "}") return strings.Join(s, "") } @@ -686,7 +686,7 @@ func (this *CreateProcessRequest) GoString() string { return "nil" } s := make([]string, 0, 6) - s = append(s, "&container.CreateProcessRequest{") + s = append(s, "&execution.CreateProcessRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") if this.Spec != nil { s = append(s, "Spec: "+fmt.Sprintf("%#v", this.Spec)+",\n") @@ -699,7 +699,7 @@ func (this *CreateProcessResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.CreateProcessResponse{") + s = append(s, "&execution.CreateProcessResponse{") s = append(s, "}") return strings.Join(s, "") } @@ -708,7 +708,7 @@ func (this *StartProcessRequest) GoString() string { return "nil" } s := make([]string, 0, 6) - s = append(s, "&container.StartProcessRequest{") + s = append(s, "&execution.StartProcessRequest{") s = append(s, "Cid: "+fmt.Sprintf("%#v", this.Cid)+",\n") s = append(s, "Pid: "+fmt.Sprintf("%#v", this.Pid)+",\n") s = append(s, "}") @@ -719,7 +719,7 @@ func (this *StartProcessResponse) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.StartProcessResponse{") + s = append(s, "&execution.StartProcessResponse{") s = append(s, "Pid: "+fmt.Sprintf("%#v", this.Pid)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -729,7 +729,7 @@ func (this *ProcessStateRequest) GoString() string { return "nil" } s := make([]string, 0, 6) - s = append(s, "&container.ProcessStateRequest{") + s = append(s, "&execution.ProcessStateRequest{") s = append(s, "Cid: "+fmt.Sprintf("%#v", this.Cid)+",\n") s = append(s, "Pid: "+fmt.Sprintf("%#v", this.Pid)+",\n") s = append(s, "}") @@ -740,7 +740,7 @@ func (this *ProcessStateResponse) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.ProcessStateResponse{") + s = append(s, "&execution.ProcessStateResponse{") if this.State != nil { s = append(s, "State: "+fmt.Sprintf("%#v", this.State)+",\n") } @@ -752,7 +752,7 @@ func (this *SignalProcessRequest) GoString() string { return "nil" } s := make([]string, 0, 7) - s = append(s, "&container.SignalProcessRequest{") + s = append(s, "&execution.SignalProcessRequest{") s = append(s, "Cid: "+fmt.Sprintf("%#v", this.Cid)+",\n") s = append(s, "Pid: "+fmt.Sprintf("%#v", this.Pid)+",\n") s = append(s, "Signal: "+fmt.Sprintf("%#v", this.Signal)+",\n") @@ -764,7 +764,7 @@ func (this *SignalProcessResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.SignalProcessResponse{") + s = append(s, "&execution.SignalProcessResponse{") s = append(s, "}") return strings.Join(s, "") } @@ -773,7 +773,7 @@ func (this *DeleteProcessRequest) GoString() string { return "nil" } s := make([]string, 0, 6) - s = append(s, "&container.DeleteProcessRequest{") + s = append(s, "&execution.DeleteProcessRequest{") s = append(s, "Cid: "+fmt.Sprintf("%#v", this.Cid)+",\n") s = append(s, "Pid: "+fmt.Sprintf("%#v", this.Pid)+",\n") s = append(s, "}") @@ -784,7 +784,7 @@ func (this *DeleteProcessResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.DeleteProcessResponse{") + s = append(s, "&execution.DeleteProcessResponse{") s = append(s, "}") return strings.Join(s, "") } @@ -793,7 +793,7 @@ func (this *ProcessListRequest) GoString() string { return "nil" } s := make([]string, 0, 5) - s = append(s, "&container.ProcessListRequest{") + s = append(s, "&execution.ProcessListRequest{") s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") s = append(s, "}") return strings.Join(s, "") @@ -803,7 +803,7 @@ func (this *ProcessListResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.ProcessListResponse{") + s = append(s, "&execution.ProcessListResponse{") s = append(s, "}") return strings.Join(s, "") } @@ -812,7 +812,7 @@ func (this *EventsRequest) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.EventsRequest{") + s = append(s, "&execution.EventsRequest{") s = append(s, "}") return strings.Join(s, "") } @@ -821,11 +821,11 @@ func (this *EventsResponse) GoString() string { return "nil" } s := make([]string, 0, 4) - s = append(s, "&container.EventsResponse{") + s = append(s, "&execution.EventsResponse{") s = append(s, "}") return strings.Join(s, "") } -func valueToGoStringContainer(v interface{}, typ string) string { +func valueToGoStringExecution(v interface{}, typ string) string { rv := reflect.ValueOf(v) if rv.IsNil() { return "nil" @@ -833,7 +833,7 @@ func valueToGoStringContainer(v interface{}, typ string) string { pv := reflect.Indirect(rv).Interface() return fmt.Sprintf("func(v %v) *%v { return &v } ( %#v )", typ, typ, pv) } -func extensionToGoStringContainer(m github_com_gogo_protobuf_proto.Message) string { +func extensionToGoStringExecution(m github_com_gogo_protobuf_proto.Message) string { e := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(m) if e == nil { return "nil" @@ -1411,7 +1411,7 @@ var _Containers_serviceDesc = grpc.ServiceDesc{ ServerStreams: true, }, }, - Metadata: "container.proto", + Metadata: "execution.proto", } func (m *Container) Marshal() (dAtA []byte, err error) { @@ -1432,14 +1432,14 @@ func (m *Container) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } if len(m.Mounts) > 0 { for _, msg := range m.Mounts { dAtA[i] = 0x12 i++ - i = encodeVarintContainer(dAtA, i, uint64(msg.Size())) + i = encodeVarintExecution(dAtA, i, uint64(msg.Size())) n, err := msg.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -1450,13 +1450,13 @@ func (m *Container) MarshalTo(dAtA []byte) (int, error) { if len(m.Owner) > 0 { dAtA[i] = 0x1a i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Owner))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Owner))) i += copy(dAtA[i:], m.Owner) } if m.Process != nil { dAtA[i] = 0x22 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Process.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.Process.Size())) n1, err := m.Process.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -1484,7 +1484,7 @@ func (m *Process) MarshalTo(dAtA []byte) (int, error) { if m.Pid != 0 { dAtA[i] = 0x8 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Pid)) + i = encodeVarintExecution(dAtA, i, uint64(m.Pid)) } if len(m.Args) > 0 { for _, s := range m.Args { @@ -1519,7 +1519,7 @@ func (m *Process) MarshalTo(dAtA []byte) (int, error) { if m.User != nil { dAtA[i] = 0x22 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.User.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.User.Size())) n2, err := m.User.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -1529,7 +1529,7 @@ func (m *Process) MarshalTo(dAtA []byte) (int, error) { if len(m.Cwd) > 0 { dAtA[i] = 0x2a i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Cwd))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Cwd))) i += copy(dAtA[i:], m.Cwd) } if m.Terminal { @@ -1593,7 +1593,7 @@ func (m *ProcessSpec) MarshalTo(dAtA []byte) (int, error) { if m.User != nil { dAtA[i] = 0x1a i++ - i = encodeVarintContainer(dAtA, i, uint64(m.User.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.User.Size())) n3, err := m.User.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -1603,7 +1603,7 @@ func (m *ProcessSpec) MarshalTo(dAtA []byte) (int, error) { if len(m.Cwd) > 0 { dAtA[i] = 0x22 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Cwd))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Cwd))) i += copy(dAtA[i:], m.Cwd) } if m.Terminal { @@ -1619,19 +1619,19 @@ func (m *ProcessSpec) MarshalTo(dAtA []byte) (int, error) { if len(m.Stdin) > 0 { dAtA[i] = 0x32 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Stdin))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Stdin))) i += copy(dAtA[i:], m.Stdin) } if len(m.Stdout) > 0 { dAtA[i] = 0x3a i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Stdout))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Stdout))) i += copy(dAtA[i:], m.Stdout) } if len(m.Stderr) > 0 { dAtA[i] = 0x42 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Stderr))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Stderr))) i += copy(dAtA[i:], m.Stderr) } return i, nil @@ -1655,19 +1655,19 @@ func (m *Mount) MarshalTo(dAtA []byte) (int, error) { if len(m.Source) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Source))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Source))) i += copy(dAtA[i:], m.Source) } if len(m.Target) > 0 { dAtA[i] = 0x12 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Target))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Target))) i += copy(dAtA[i:], m.Target) } if len(m.Type) > 0 { dAtA[i] = 0x1a i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Type))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Type))) i += copy(dAtA[i:], m.Type) } if len(m.Options) > 0 { @@ -1706,12 +1706,12 @@ func (m *User) MarshalTo(dAtA []byte) (int, error) { if m.Uid != 0 { dAtA[i] = 0x8 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Uid)) + i = encodeVarintExecution(dAtA, i, uint64(m.Uid)) } if m.Gid != 0 { dAtA[i] = 0x10 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Gid)) + i = encodeVarintExecution(dAtA, i, uint64(m.Gid)) } if len(m.AdditionalGids) > 0 { dAtA5 := make([]byte, len(m.AdditionalGids)*10) @@ -1727,7 +1727,7 @@ func (m *User) MarshalTo(dAtA []byte) (int, error) { } dAtA[i] = 0x1a i++ - i = encodeVarintContainer(dAtA, i, uint64(j4)) + i = encodeVarintExecution(dAtA, i, uint64(j4)) i += copy(dAtA[i:], dAtA5[:j4]) } return i, nil @@ -1751,13 +1751,13 @@ func (m *CreateRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } if m.Process != nil { dAtA[i] = 0x12 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Process.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.Process.Size())) n6, err := m.Process.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -1768,7 +1768,7 @@ func (m *CreateRequest) MarshalTo(dAtA []byte) (int, error) { for _, msg := range m.Mounts { dAtA[i] = 0x1a i++ - i = encodeVarintContainer(dAtA, i, uint64(msg.Size())) + i = encodeVarintExecution(dAtA, i, uint64(msg.Size())) n, err := msg.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -1779,13 +1779,13 @@ func (m *CreateRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.Owner) > 0 { dAtA[i] = 0x22 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Owner))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Owner))) i += copy(dAtA[i:], m.Owner) } if len(m.ConfigPath) > 0 { dAtA[i] = 0x2a i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ConfigPath))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ConfigPath))) i += copy(dAtA[i:], m.ConfigPath) } return i, nil @@ -1809,7 +1809,7 @@ func (m *CreateResponse) MarshalTo(dAtA []byte) (int, error) { if m.Container != nil { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Container.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.Container.Size())) n7, err := m.Container.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -1837,7 +1837,7 @@ func (m *StartRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } return i, nil @@ -1879,7 +1879,7 @@ func (m *StartResponse) MarshalTo(dAtA []byte) (int, error) { if m.State != nil { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(m.State.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.State.Size())) n8, err := m.State.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -1907,7 +1907,7 @@ func (m *DeleteRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } return i, nil @@ -1983,7 +1983,7 @@ func (m *ContainerListResponse) MarshalTo(dAtA []byte) (int, error) { for _, msg := range m.Containers { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(msg.Size())) + i = encodeVarintExecution(dAtA, i, uint64(msg.Size())) n, err := msg.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -2012,7 +2012,7 @@ func (m *StateRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } return i, nil @@ -2036,7 +2036,7 @@ func (m *StateResponse) MarshalTo(dAtA []byte) (int, error) { if m.Container != nil { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Container.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.Container.Size())) n9, err := m.Container.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -2064,7 +2064,7 @@ func (m *UpdateRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } return i, nil @@ -2106,7 +2106,7 @@ func (m *PauseRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } return i, nil @@ -2148,7 +2148,7 @@ func (m *ResumeRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } return i, nil @@ -2190,13 +2190,13 @@ func (m *CreateProcessRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } if m.Spec != nil { dAtA[i] = 0x12 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Spec.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.Spec.Size())) n10, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -2242,13 +2242,13 @@ func (m *StartProcessRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.Cid) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Cid))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Cid))) i += copy(dAtA[i:], m.Cid) } if len(m.Pid) > 0 { dAtA[i] = 0x12 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Pid))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Pid))) i += copy(dAtA[i:], m.Pid) } return i, nil @@ -2272,7 +2272,7 @@ func (m *StartProcessResponse) MarshalTo(dAtA []byte) (int, error) { if m.Pid != 0 { dAtA[i] = 0x8 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Pid)) + i = encodeVarintExecution(dAtA, i, uint64(m.Pid)) } return i, nil } @@ -2295,13 +2295,13 @@ func (m *ProcessStateRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.Cid) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Cid))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Cid))) i += copy(dAtA[i:], m.Cid) } if len(m.Pid) > 0 { dAtA[i] = 0x12 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Pid))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Pid))) i += copy(dAtA[i:], m.Pid) } return i, nil @@ -2325,7 +2325,7 @@ func (m *ProcessStateResponse) MarshalTo(dAtA []byte) (int, error) { if m.State != nil { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(m.State.Size())) + i = encodeVarintExecution(dAtA, i, uint64(m.State.Size())) n11, err := m.State.MarshalTo(dAtA[i:]) if err != nil { return 0, err @@ -2353,19 +2353,19 @@ func (m *SignalProcessRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.Cid) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Cid))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Cid))) i += copy(dAtA[i:], m.Cid) } if len(m.Pid) > 0 { dAtA[i] = 0x12 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Pid))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Pid))) i += copy(dAtA[i:], m.Pid) } if m.Signal != 0 { dAtA[i] = 0x18 i++ - i = encodeVarintContainer(dAtA, i, uint64(m.Signal)) + i = encodeVarintExecution(dAtA, i, uint64(m.Signal)) } return i, nil } @@ -2406,13 +2406,13 @@ func (m *DeleteProcessRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.Cid) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Cid))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Cid))) i += copy(dAtA[i:], m.Cid) } if len(m.Pid) > 0 { dAtA[i] = 0x12 i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.Pid))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.Pid))) i += copy(dAtA[i:], m.Pid) } return i, nil @@ -2454,7 +2454,7 @@ func (m *ProcessListRequest) MarshalTo(dAtA []byte) (int, error) { if len(m.ID) > 0 { dAtA[i] = 0xa i++ - i = encodeVarintContainer(dAtA, i, uint64(len(m.ID))) + i = encodeVarintExecution(dAtA, i, uint64(len(m.ID))) i += copy(dAtA[i:], m.ID) } return i, nil @@ -2514,7 +2514,7 @@ func (m *EventsResponse) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Container(dAtA []byte, offset int, v uint64) int { +func encodeFixed64Execution(dAtA []byte, offset int, v uint64) int { dAtA[offset] = uint8(v) dAtA[offset+1] = uint8(v >> 8) dAtA[offset+2] = uint8(v >> 16) @@ -2525,14 +2525,14 @@ func encodeFixed64Container(dAtA []byte, offset int, v uint64) int { dAtA[offset+7] = uint8(v >> 56) return offset + 8 } -func encodeFixed32Container(dAtA []byte, offset int, v uint32) int { +func encodeFixed32Execution(dAtA []byte, offset int, v uint32) int { dAtA[offset] = uint8(v) dAtA[offset+1] = uint8(v >> 8) dAtA[offset+2] = uint8(v >> 16) dAtA[offset+3] = uint8(v >> 24) return offset + 4 } -func encodeVarintContainer(dAtA []byte, offset int, v uint64) int { +func encodeVarintExecution(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) v >>= 7 @@ -2546,21 +2546,21 @@ func (m *Container) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if len(m.Mounts) > 0 { for _, e := range m.Mounts { l = e.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } l = len(m.Owner) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if m.Process != nil { l = m.Process.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2569,27 +2569,27 @@ func (m *Process) Size() (n int) { var l int _ = l if m.Pid != 0 { - n += 1 + sovContainer(uint64(m.Pid)) + n += 1 + sovExecution(uint64(m.Pid)) } if len(m.Args) > 0 { for _, s := range m.Args { l = len(s) - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } if len(m.Env) > 0 { for _, s := range m.Env { l = len(s) - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } if m.User != nil { l = m.User.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Cwd) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if m.Terminal { n += 2 @@ -2603,37 +2603,37 @@ func (m *ProcessSpec) Size() (n int) { if len(m.Args) > 0 { for _, s := range m.Args { l = len(s) - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } if len(m.Env) > 0 { for _, s := range m.Env { l = len(s) - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } if m.User != nil { l = m.User.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Cwd) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if m.Terminal { n += 2 } l = len(m.Stdin) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Stdout) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Stderr) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2643,20 +2643,20 @@ func (m *Mount) Size() (n int) { _ = l l = len(m.Source) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Target) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Type) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if len(m.Options) > 0 { for _, s := range m.Options { l = len(s) - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } return n @@ -2666,17 +2666,17 @@ func (m *User) Size() (n int) { var l int _ = l if m.Uid != 0 { - n += 1 + sovContainer(uint64(m.Uid)) + n += 1 + sovExecution(uint64(m.Uid)) } if m.Gid != 0 { - n += 1 + sovContainer(uint64(m.Gid)) + n += 1 + sovExecution(uint64(m.Gid)) } if len(m.AdditionalGids) > 0 { l = 0 for _, e := range m.AdditionalGids { - l += sovContainer(uint64(e)) + l += sovExecution(uint64(e)) } - n += 1 + sovContainer(uint64(l)) + l + n += 1 + sovExecution(uint64(l)) + l } return n } @@ -2686,25 +2686,25 @@ func (m *CreateRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if m.Process != nil { l = m.Process.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if len(m.Mounts) > 0 { for _, e := range m.Mounts { l = e.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } l = len(m.Owner) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.ConfigPath) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2714,7 +2714,7 @@ func (m *CreateResponse) Size() (n int) { _ = l if m.Container != nil { l = m.Container.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2724,7 +2724,7 @@ func (m *StartRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2740,7 +2740,7 @@ func (m *StartResponse) Size() (n int) { _ = l if m.State != nil { l = m.State.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2750,7 +2750,7 @@ func (m *DeleteRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2767,7 +2767,7 @@ func (m *ContainerListRequest) Size() (n int) { if len(m.Owner) > 0 { for _, s := range m.Owner { l = len(s) - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } return n @@ -2779,7 +2779,7 @@ func (m *ContainerListResponse) Size() (n int) { if len(m.Containers) > 0 { for _, e := range m.Containers { l = e.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } } return n @@ -2790,7 +2790,7 @@ func (m *StateRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2800,7 +2800,7 @@ func (m *StateResponse) Size() (n int) { _ = l if m.Container != nil { l = m.Container.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2810,7 +2810,7 @@ func (m *UpdateRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2826,7 +2826,7 @@ func (m *PauseRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2842,7 +2842,7 @@ func (m *ResumeRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2858,11 +2858,11 @@ func (m *CreateProcessRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if m.Spec != nil { l = m.Spec.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2878,11 +2878,11 @@ func (m *StartProcessRequest) Size() (n int) { _ = l l = len(m.Cid) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Pid) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2891,7 +2891,7 @@ func (m *StartProcessResponse) Size() (n int) { var l int _ = l if m.Pid != 0 { - n += 1 + sovContainer(uint64(m.Pid)) + n += 1 + sovExecution(uint64(m.Pid)) } return n } @@ -2901,11 +2901,11 @@ func (m *ProcessStateRequest) Size() (n int) { _ = l l = len(m.Cid) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Pid) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2915,7 +2915,7 @@ func (m *ProcessStateResponse) Size() (n int) { _ = l if m.State != nil { l = m.State.Size() - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2925,14 +2925,14 @@ func (m *SignalProcessRequest) Size() (n int) { _ = l l = len(m.Cid) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Pid) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } if m.Signal != 0 { - n += 1 + sovContainer(uint64(m.Signal)) + n += 1 + sovExecution(uint64(m.Signal)) } return n } @@ -2948,11 +2948,11 @@ func (m *DeleteProcessRequest) Size() (n int) { _ = l l = len(m.Cid) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } l = len(m.Pid) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2968,7 +2968,7 @@ func (m *ProcessListRequest) Size() (n int) { _ = l l = len(m.ID) if l > 0 { - n += 1 + l + sovContainer(uint64(l)) + n += 1 + l + sovExecution(uint64(l)) } return n } @@ -2991,7 +2991,7 @@ func (m *EventsResponse) Size() (n int) { return n } -func sovContainer(x uint64) (n int) { +func sovExecution(x uint64) (n int) { for { n++ x >>= 7 @@ -3001,8 +3001,8 @@ func sovContainer(x uint64) (n int) { } return n } -func sozContainer(x uint64) (n int) { - return sovContainer(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +func sozExecution(x uint64) (n int) { + return sovExecution(uint64((x << 1) ^ uint64((int64(x) >> 63)))) } func (this *Container) String() string { if this == nil { @@ -3383,7 +3383,7 @@ func (this *EventsResponse) String() string { }, "") return s } -func valueToStringContainer(v interface{}) string { +func valueToStringExecution(v interface{}) string { rv := reflect.ValueOf(v) if rv.IsNil() { return "nil" @@ -3399,7 +3399,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3427,7 +3427,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3441,7 +3441,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3456,7 +3456,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3469,7 +3469,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -3487,7 +3487,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3501,7 +3501,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3516,7 +3516,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3529,7 +3529,7 @@ func (m *Container) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -3544,12 +3544,12 @@ func (m *Container) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -3571,7 +3571,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3599,7 +3599,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { m.Pid = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3618,7 +3618,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3632,7 +3632,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3647,7 +3647,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3661,7 +3661,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3676,7 +3676,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3689,7 +3689,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -3709,7 +3709,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3723,7 +3723,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3738,7 +3738,7 @@ func (m *Process) Unmarshal(dAtA []byte) error { var v int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3753,12 +3753,12 @@ func (m *Process) Unmarshal(dAtA []byte) error { m.Terminal = bool(v != 0) default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -3780,7 +3780,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3808,7 +3808,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3822,7 +3822,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3837,7 +3837,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3851,7 +3851,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3866,7 +3866,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3879,7 +3879,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -3899,7 +3899,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3913,7 +3913,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3928,7 +3928,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var v int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3948,7 +3948,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3962,7 +3962,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -3977,7 +3977,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -3991,7 +3991,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4006,7 +4006,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4020,7 +4020,7 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4030,12 +4030,12 @@ func (m *ProcessSpec) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4057,7 +4057,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4085,7 +4085,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4099,7 +4099,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4114,7 +4114,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4128,7 +4128,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4143,7 +4143,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4157,7 +4157,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4172,7 +4172,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4186,7 +4186,7 @@ func (m *Mount) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4196,12 +4196,12 @@ func (m *Mount) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4223,7 +4223,7 @@ func (m *User) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4251,7 +4251,7 @@ func (m *User) Unmarshal(dAtA []byte) error { m.Uid = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4270,7 +4270,7 @@ func (m *User) Unmarshal(dAtA []byte) error { m.Gid = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4287,7 +4287,7 @@ func (m *User) Unmarshal(dAtA []byte) error { var packedLen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4300,7 +4300,7 @@ func (m *User) Unmarshal(dAtA []byte) error { } } if packedLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + packedLen if postIndex > l { @@ -4310,7 +4310,7 @@ func (m *User) Unmarshal(dAtA []byte) error { var v uint32 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4328,7 +4328,7 @@ func (m *User) Unmarshal(dAtA []byte) error { var v uint32 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4346,12 +4346,12 @@ func (m *User) Unmarshal(dAtA []byte) error { } default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4373,7 +4373,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4401,7 +4401,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4415,7 +4415,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4430,7 +4430,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4443,7 +4443,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -4463,7 +4463,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4476,7 +4476,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -4494,7 +4494,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4508,7 +4508,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4523,7 +4523,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4537,7 +4537,7 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4547,12 +4547,12 @@ func (m *CreateRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4574,7 +4574,7 @@ func (m *CreateResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4602,7 +4602,7 @@ func (m *CreateResponse) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4615,7 +4615,7 @@ func (m *CreateResponse) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -4630,12 +4630,12 @@ func (m *CreateResponse) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4657,7 +4657,7 @@ func (m *StartRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4685,7 +4685,7 @@ func (m *StartRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4699,7 +4699,7 @@ func (m *StartRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4709,12 +4709,12 @@ func (m *StartRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4736,7 +4736,7 @@ func (m *State) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4759,12 +4759,12 @@ func (m *State) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4786,7 +4786,7 @@ func (m *StartResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4814,7 +4814,7 @@ func (m *StartResponse) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4827,7 +4827,7 @@ func (m *StartResponse) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -4842,12 +4842,12 @@ func (m *StartResponse) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4869,7 +4869,7 @@ func (m *DeleteRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4897,7 +4897,7 @@ func (m *DeleteRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4911,7 +4911,7 @@ func (m *DeleteRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -4921,12 +4921,12 @@ func (m *DeleteRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4948,7 +4948,7 @@ func (m *DeleteResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -4971,12 +4971,12 @@ func (m *DeleteResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -4998,7 +4998,7 @@ func (m *ContainerListRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5026,7 +5026,7 @@ func (m *ContainerListRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5040,7 +5040,7 @@ func (m *ContainerListRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -5050,12 +5050,12 @@ func (m *ContainerListRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5077,7 +5077,7 @@ func (m *ContainerListResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5105,7 +5105,7 @@ func (m *ContainerListResponse) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5118,7 +5118,7 @@ func (m *ContainerListResponse) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -5131,12 +5131,12 @@ func (m *ContainerListResponse) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5158,7 +5158,7 @@ func (m *StateRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5186,7 +5186,7 @@ func (m *StateRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5200,7 +5200,7 @@ func (m *StateRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -5210,12 +5210,12 @@ func (m *StateRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5237,7 +5237,7 @@ func (m *StateResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5265,7 +5265,7 @@ func (m *StateResponse) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5278,7 +5278,7 @@ func (m *StateResponse) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -5293,12 +5293,12 @@ func (m *StateResponse) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5320,7 +5320,7 @@ func (m *UpdateRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5348,7 +5348,7 @@ func (m *UpdateRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5362,7 +5362,7 @@ func (m *UpdateRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -5372,12 +5372,12 @@ func (m *UpdateRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5399,7 +5399,7 @@ func (m *UpdateResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5422,12 +5422,12 @@ func (m *UpdateResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5449,7 +5449,7 @@ func (m *PauseRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5477,7 +5477,7 @@ func (m *PauseRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5491,7 +5491,7 @@ func (m *PauseRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -5501,12 +5501,12 @@ func (m *PauseRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5528,7 +5528,7 @@ func (m *PauseResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5551,12 +5551,12 @@ func (m *PauseResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5578,7 +5578,7 @@ func (m *ResumeRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5606,7 +5606,7 @@ func (m *ResumeRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5620,7 +5620,7 @@ func (m *ResumeRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -5630,12 +5630,12 @@ func (m *ResumeRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5657,7 +5657,7 @@ func (m *ResumeResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5680,12 +5680,12 @@ func (m *ResumeResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5707,7 +5707,7 @@ func (m *CreateProcessRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5735,7 +5735,7 @@ func (m *CreateProcessRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5749,7 +5749,7 @@ func (m *CreateProcessRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -5764,7 +5764,7 @@ func (m *CreateProcessRequest) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5777,7 +5777,7 @@ func (m *CreateProcessRequest) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -5792,12 +5792,12 @@ func (m *CreateProcessRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5819,7 +5819,7 @@ func (m *CreateProcessResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5842,12 +5842,12 @@ func (m *CreateProcessResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5869,7 +5869,7 @@ func (m *StartProcessRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5897,7 +5897,7 @@ func (m *StartProcessRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5911,7 +5911,7 @@ func (m *StartProcessRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -5926,7 +5926,7 @@ func (m *StartProcessRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -5940,7 +5940,7 @@ func (m *StartProcessRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -5950,12 +5950,12 @@ func (m *StartProcessRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -5977,7 +5977,7 @@ func (m *StartProcessResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6005,7 +6005,7 @@ func (m *StartProcessResponse) Unmarshal(dAtA []byte) error { m.Pid = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6019,12 +6019,12 @@ func (m *StartProcessResponse) Unmarshal(dAtA []byte) error { } default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6046,7 +6046,7 @@ func (m *ProcessStateRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6074,7 +6074,7 @@ func (m *ProcessStateRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6088,7 +6088,7 @@ func (m *ProcessStateRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -6103,7 +6103,7 @@ func (m *ProcessStateRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6117,7 +6117,7 @@ func (m *ProcessStateRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -6127,12 +6127,12 @@ func (m *ProcessStateRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6154,7 +6154,7 @@ func (m *ProcessStateResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6182,7 +6182,7 @@ func (m *ProcessStateResponse) Unmarshal(dAtA []byte) error { var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6195,7 +6195,7 @@ func (m *ProcessStateResponse) Unmarshal(dAtA []byte) error { } } if msglen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + msglen if postIndex > l { @@ -6210,12 +6210,12 @@ func (m *ProcessStateResponse) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6237,7 +6237,7 @@ func (m *SignalProcessRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6265,7 +6265,7 @@ func (m *SignalProcessRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6279,7 +6279,7 @@ func (m *SignalProcessRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -6294,7 +6294,7 @@ func (m *SignalProcessRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6308,7 +6308,7 @@ func (m *SignalProcessRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -6323,7 +6323,7 @@ func (m *SignalProcessRequest) Unmarshal(dAtA []byte) error { m.Signal = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6337,12 +6337,12 @@ func (m *SignalProcessRequest) Unmarshal(dAtA []byte) error { } default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6364,7 +6364,7 @@ func (m *SignalProcessResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6387,12 +6387,12 @@ func (m *SignalProcessResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6414,7 +6414,7 @@ func (m *DeleteProcessRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6442,7 +6442,7 @@ func (m *DeleteProcessRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6456,7 +6456,7 @@ func (m *DeleteProcessRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -6471,7 +6471,7 @@ func (m *DeleteProcessRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6485,7 +6485,7 @@ func (m *DeleteProcessRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -6495,12 +6495,12 @@ func (m *DeleteProcessRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6522,7 +6522,7 @@ func (m *DeleteProcessResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6545,12 +6545,12 @@ func (m *DeleteProcessResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6572,7 +6572,7 @@ func (m *ProcessListRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6600,7 +6600,7 @@ func (m *ProcessListRequest) Unmarshal(dAtA []byte) error { var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6614,7 +6614,7 @@ func (m *ProcessListRequest) Unmarshal(dAtA []byte) error { } intStringLen := int(stringLen) if intStringLen < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } postIndex := iNdEx + intStringLen if postIndex > l { @@ -6624,12 +6624,12 @@ func (m *ProcessListRequest) Unmarshal(dAtA []byte) error { iNdEx = postIndex default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6651,7 +6651,7 @@ func (m *ProcessListResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6674,12 +6674,12 @@ func (m *ProcessListResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6701,7 +6701,7 @@ func (m *EventsRequest) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6724,12 +6724,12 @@ func (m *EventsRequest) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6751,7 +6751,7 @@ func (m *EventsResponse) Unmarshal(dAtA []byte) error { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return ErrIntOverflowContainer + return ErrIntOverflowExecution } if iNdEx >= l { return io.ErrUnexpectedEOF @@ -6774,12 +6774,12 @@ func (m *EventsResponse) Unmarshal(dAtA []byte) error { switch fieldNum { default: iNdEx = preIndex - skippy, err := skipContainer(dAtA[iNdEx:]) + skippy, err := skipExecution(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { - return ErrInvalidLengthContainer + return ErrInvalidLengthExecution } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF @@ -6793,14 +6793,14 @@ func (m *EventsResponse) Unmarshal(dAtA []byte) error { } return nil } -func skipContainer(dAtA []byte) (n int, err error) { +func skipExecution(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 for iNdEx < l { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { - return 0, ErrIntOverflowContainer + return 0, ErrIntOverflowExecution } if iNdEx >= l { return 0, io.ErrUnexpectedEOF @@ -6817,7 +6817,7 @@ func skipContainer(dAtA []byte) (n int, err error) { case 0: for shift := uint(0); ; shift += 7 { if shift >= 64 { - return 0, ErrIntOverflowContainer + return 0, ErrIntOverflowExecution } if iNdEx >= l { return 0, io.ErrUnexpectedEOF @@ -6835,7 +6835,7 @@ func skipContainer(dAtA []byte) (n int, err error) { var length int for shift := uint(0); ; shift += 7 { if shift >= 64 { - return 0, ErrIntOverflowContainer + return 0, ErrIntOverflowExecution } if iNdEx >= l { return 0, io.ErrUnexpectedEOF @@ -6849,7 +6849,7 @@ func skipContainer(dAtA []byte) (n int, err error) { } iNdEx += length if length < 0 { - return 0, ErrInvalidLengthContainer + return 0, ErrInvalidLengthExecution } return iNdEx, nil case 3: @@ -6858,7 +6858,7 @@ func skipContainer(dAtA []byte) (n int, err error) { var start int = iNdEx for shift := uint(0); ; shift += 7 { if shift >= 64 { - return 0, ErrIntOverflowContainer + return 0, ErrIntOverflowExecution } if iNdEx >= l { return 0, io.ErrUnexpectedEOF @@ -6874,7 +6874,7 @@ func skipContainer(dAtA []byte) (n int, err error) { if innerWireType == 4 { break } - next, err := skipContainer(dAtA[start:]) + next, err := skipExecution(dAtA[start:]) if err != nil { return 0, err } @@ -6894,78 +6894,78 @@ func skipContainer(dAtA []byte) (n int, err error) { } var ( - ErrInvalidLengthContainer = fmt.Errorf("proto: negative length found during unmarshaling") - ErrIntOverflowContainer = fmt.Errorf("proto: integer overflow") + ErrInvalidLengthExecution = fmt.Errorf("proto: negative length found during unmarshaling") + ErrIntOverflowExecution = fmt.Errorf("proto: integer overflow") ) -func init() { proto.RegisterFile("container.proto", fileDescriptorContainer) } +func init() { proto.RegisterFile("execution.proto", fileDescriptorExecution) } -var fileDescriptorContainer = []byte{ - // 1049 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xee, 0xfa, 0x37, 0x3e, 0xee, 0xa6, 0xd5, 0x64, 0x93, 0xae, 0x4c, 0x70, 0xc3, 0x14, 0x25, - 0x16, 0xaa, 0x4c, 0x09, 0x08, 0x51, 0xb8, 0x4b, 0x1b, 0x05, 0x24, 0x90, 0xc2, 0x84, 0x08, 0xa9, - 0x17, 0xa0, 0xc5, 0x3b, 0xb8, 0x2b, 0x25, 0xbb, 0xcb, 0xec, 0x38, 0x15, 0x77, 0x3c, 0x06, 0x3c, - 0x08, 0x2f, 0xc0, 0x55, 0x2f, 0x7b, 0xc9, 0x15, 0x22, 0x7e, 0x02, 0x1e, 0x01, 0xcd, 0xcf, 0xae, - 0x77, 0x76, 0x36, 0xb6, 0x5b, 0xf5, 0x6e, 0xe6, 0xcc, 0x99, 0x73, 0xbe, 0x39, 0xe7, 0x3b, 0xdf, - 0xda, 0x70, 0x67, 0x92, 0xc4, 0x3c, 0x88, 0x62, 0xca, 0xc6, 0x29, 0x4b, 0x78, 0x82, 0xdc, 0xc2, - 0x10, 0x8e, 0xaf, 0x3e, 0x1a, 0x78, 0xd3, 0x64, 0x9a, 0xc8, 0x93, 0x0f, 0xc5, 0x4a, 0x39, 0xe1, - 0x3f, 0x1c, 0xe8, 0x3d, 0xc9, 0xfd, 0xd0, 0x0e, 0x34, 0xa2, 0xd0, 0x77, 0xf6, 0x9c, 0x51, 0xef, - 0xa8, 0x33, 0xff, 0xe7, 0x7e, 0xe3, 0xab, 0xa7, 0xa4, 0x11, 0x85, 0xe8, 0x21, 0x74, 0x2e, 0x93, - 0x59, 0xcc, 0x33, 0xbf, 0xb1, 0xd7, 0x1c, 0xf5, 0x0f, 0xbd, 0xb1, 0x11, 0x7b, 0xfc, 0x8d, 0x38, - 0x24, 0xda, 0x07, 0x79, 0xd0, 0x4e, 0x5e, 0xc4, 0x94, 0xf9, 0x4d, 0x11, 0x88, 0xa8, 0x0d, 0x7a, - 0x04, 0xdd, 0x94, 0x25, 0x13, 0x9a, 0x65, 0x7e, 0x6b, 0xcf, 0x19, 0xf5, 0x0f, 0x77, 0x2a, 0x41, - 0x4e, 0xd5, 0x29, 0xc9, 0xdd, 0xf0, 0xef, 0x0e, 0x74, 0xb5, 0x11, 0xdd, 0x85, 0x66, 0xaa, 0xa1, - 0xb5, 0x88, 0x58, 0x22, 0x04, 0xad, 0x80, 0x4d, 0x15, 0xa2, 0x1e, 0x91, 0x6b, 0xe1, 0x45, 0xe3, - 0x2b, 0xbf, 0x29, 0x4d, 0x62, 0x89, 0x0e, 0xa0, 0x35, 0xcb, 0x28, 0xd3, 0x29, 0xb7, 0x2a, 0x29, - 0xcf, 0x33, 0xca, 0x88, 0x74, 0x10, 0x57, 0x27, 0x2f, 0x42, 0xbf, 0x2d, 0x21, 0x8b, 0x25, 0x1a, - 0xc0, 0x06, 0xa7, 0xec, 0x32, 0x8a, 0x83, 0x0b, 0xbf, 0xb3, 0xe7, 0x8c, 0x36, 0x48, 0xb1, 0xc7, - 0xaf, 0x1c, 0xe8, 0x6b, 0x68, 0x67, 0x29, 0x9d, 0x14, 0x60, 0x1c, 0x1b, 0x4c, 0xc3, 0x06, 0xd3, - 0x5c, 0x13, 0x4c, 0xab, 0x1e, 0x4c, 0xdb, 0x04, 0x23, 0xea, 0x9d, 0xf1, 0x30, 0x8a, 0x25, 0xca, - 0x1e, 0x51, 0x1b, 0xb4, 0x03, 0x9d, 0x8c, 0x87, 0xc9, 0x8c, 0xfb, 0x5d, 0x69, 0xd6, 0x3b, 0x6d, - 0xa7, 0x8c, 0xf9, 0x1b, 0x85, 0x9d, 0x32, 0x86, 0x29, 0xb4, 0x65, 0x1b, 0xa5, 0x43, 0x32, 0x63, - 0x13, 0xaa, 0x88, 0x40, 0xf4, 0x4e, 0xd8, 0x79, 0xc0, 0xa6, 0x94, 0xfb, 0x0d, 0x65, 0x57, 0x3b, - 0xf1, 0x76, 0xfe, 0x6b, 0x4a, 0x75, 0xb7, 0xe5, 0x1a, 0xf9, 0xd0, 0x4d, 0x52, 0x1e, 0x25, 0xb1, - 0x68, 0xb6, 0x78, 0x7f, 0xbe, 0xc5, 0x04, 0x5a, 0xe7, 0xfa, 0x89, 0x33, 0xdd, 0x50, 0x97, 0x88, - 0xa5, 0xb0, 0x4c, 0xa3, 0x50, 0x06, 0x77, 0x89, 0x58, 0xa2, 0x7d, 0xd8, 0x0c, 0xc2, 0x30, 0x12, - 0x17, 0x83, 0x8b, 0x93, 0x28, 0xcc, 0x64, 0x67, 0x5d, 0x52, 0xb1, 0xe2, 0xbf, 0x1c, 0x70, 0x9f, - 0x30, 0x1a, 0x70, 0x4a, 0xe8, 0x2f, 0x33, 0x9a, 0xf1, 0x1b, 0x89, 0xfc, 0xc9, 0x82, 0x84, 0x0d, - 0xd9, 0x84, 0x41, 0x3d, 0x09, 0x45, 0x53, 0x0b, 0x22, 0x96, 0xe8, 0xdf, 0x7c, 0x1d, 0xfa, 0xb7, - 0xca, 0xf4, 0xbf, 0x0f, 0xfd, 0x49, 0x12, 0xff, 0x1c, 0x4d, 0x7f, 0x4c, 0x03, 0xfe, 0x5c, 0xf3, - 0x0c, 0x94, 0xe9, 0x34, 0xe0, 0xcf, 0xf1, 0x97, 0xb0, 0x99, 0xbf, 0x21, 0x4b, 0x93, 0x38, 0xa3, - 0xe8, 0x53, 0xe8, 0x15, 0x79, 0xe4, 0x5b, 0xfa, 0x87, 0x7e, 0x25, 0x73, 0x31, 0xba, 0x64, 0xe1, - 0x8a, 0xf7, 0xe1, 0xf6, 0x19, 0x0f, 0x18, 0x5f, 0x51, 0x0c, 0xdc, 0x85, 0xf6, 0x19, 0x0f, 0x38, - 0xc5, 0x5f, 0x80, 0xab, 0x2f, 0xe8, 0xcc, 0x1f, 0x08, 0x46, 0x05, 0x9c, 0xea, 0xac, 0xd5, 0xf7, - 0xca, 0x5b, 0x44, 0xb9, 0xe0, 0x03, 0x70, 0x9f, 0xd2, 0x0b, 0xba, 0xb2, 0xf6, 0xf8, 0x2e, 0x6c, - 0xe6, 0x8e, 0x2a, 0x0d, 0x7e, 0x08, 0x5e, 0xf1, 0x80, 0xaf, 0xa3, 0xac, 0x00, 0x5c, 0x54, 0x50, - 0x8d, 0x93, 0xda, 0xe0, 0x6f, 0x61, 0xbb, 0xe2, 0xad, 0xd1, 0x7e, 0x06, 0x50, 0xe0, 0x53, 0x23, - 0xb8, 0xac, 0x50, 0x25, 0x5f, 0x5d, 0xa9, 0xd5, 0xd0, 0x4f, 0x64, 0x81, 0xde, 0x42, 0x6b, 0x0e, - 0xc0, 0x3d, 0x4f, 0xc3, 0x60, 0xad, 0x62, 0xe5, 0x8e, 0xba, 0x58, 0xfb, 0x70, 0xfb, 0x34, 0x98, - 0x65, 0x2b, 0x6f, 0xde, 0x01, 0x57, 0xfb, 0xe9, 0x8b, 0x07, 0xe0, 0x12, 0x9a, 0xcd, 0x2e, 0xd7, - 0xc9, 0x99, 0x3b, 0xea, 0xab, 0x3f, 0x80, 0xa7, 0x38, 0x99, 0x6b, 0xf3, 0x8a, 0xf1, 0x1a, 0x43, - 0x2b, 0x4b, 0xe9, 0x64, 0x8d, 0xd9, 0x92, 0x7e, 0xf8, 0x1e, 0x6c, 0x57, 0xe2, 0xeb, 0xc4, 0x8f, - 0x61, 0x4b, 0x32, 0xb2, 0x92, 0x57, 0xe8, 0x62, 0x9e, 0x98, 0x88, 0x65, 0xfe, 0x5d, 0x50, 0x8a, - 0x24, 0x96, 0x78, 0x04, 0x9e, 0x79, 0x55, 0xb7, 0xac, 0xf4, 0x05, 0x71, 0x95, 0xe7, 0x63, 0xd8, - 0xca, 0x21, 0x95, 0x49, 0xb0, 0x4e, 0x92, 0x23, 0xf0, 0xcc, 0xab, 0x6f, 0x30, 0x38, 0x04, 0xbc, - 0xb3, 0x68, 0x1a, 0x07, 0x17, 0xaf, 0xff, 0x48, 0xa9, 0xd1, 0xf2, 0xae, 0x54, 0x5d, 0x97, 0xe8, - 0x9d, 0x28, 0x68, 0x25, 0xa6, 0x2e, 0xe8, 0xe7, 0xe0, 0xa9, 0xe1, 0x7b, 0x83, 0x8a, 0xde, 0x83, - 0xed, 0xca, 0xdd, 0x62, 0x7e, 0x91, 0x36, 0x95, 0xa7, 0xf7, 0x26, 0x7a, 0x6d, 0x17, 0xe5, 0x2e, - 0x4f, 0xaf, 0xe0, 0xeb, 0xf1, 0x15, 0x8d, 0x79, 0x0e, 0x49, 0xd0, 0x30, 0x37, 0x28, 0x97, 0xc3, - 0x3f, 0x7b, 0x00, 0xc5, 0x38, 0x65, 0xe8, 0x18, 0x3a, 0x8a, 0x35, 0x68, 0xb7, 0x3a, 0x73, 0xe5, - 0x8f, 0xc0, 0xe0, 0xdd, 0x1b, 0x4e, 0x75, 0xaf, 0x8e, 0xa4, 0xfc, 0x31, 0x8e, 0xde, 0xb1, 0xbb, - 0x54, 0x88, 0xe7, 0x60, 0xb7, 0xfe, 0x50, 0xc7, 0x38, 0x86, 0x8e, 0x2a, 0x8d, 0x05, 0xc5, 0xd0, - 0x44, 0x0b, 0x8a, 0x29, 0x84, 0x1a, 0x0a, 0xa7, 0x75, 0x50, 0x16, 0x41, 0x76, 0xeb, 0x0f, 0x17, - 0x50, 0x94, 0x62, 0x58, 0x50, 0x0c, 0xc5, 0xb1, 0xa0, 0x98, 0x32, 0x23, 0xa0, 0x48, 0xf9, 0xb0, - 0xa0, 0x94, 0xc5, 0xc7, 0x82, 0x62, 0x28, 0x8e, 0x80, 0xa2, 0x84, 0xc4, 0x82, 0x62, 0x08, 0x91, - 0x05, 0xc5, 0x54, 0x1f, 0xf4, 0x0c, 0x5c, 0x43, 0xf0, 0xd1, 0x83, 0x9b, 0x24, 0xb6, 0x44, 0xbf, - 0xc1, 0xfb, 0xcb, 0x9d, 0x4a, 0xb1, 0xcb, 0xca, 0x63, 0xc7, 0xae, 0xd1, 0x3d, 0x3b, 0x76, 0x9d, - 0x78, 0xa1, 0xef, 0xf5, 0xf7, 0x37, 0x0f, 0x8d, 0xeb, 0x28, 0x54, 0x89, 0xfc, 0x60, 0xa9, 0xcf, - 0x22, 0x70, 0x59, 0x75, 0xac, 0xc0, 0x35, 0x6a, 0x66, 0x05, 0xae, 0x95, 0xad, 0x67, 0xe0, 0x1a, - 0xb2, 0x61, 0x55, 0xa3, 0x4e, 0xa8, 0xac, 0x6a, 0xd4, 0x2a, 0x8f, 0x88, 0x6d, 0xa8, 0x87, 0x15, - 0xbb, 0x4e, 0x97, 0xac, 0xd8, 0xb5, 0x02, 0x84, 0xbe, 0x2b, 0x7e, 0x85, 0x4b, 0x7e, 0xbc, 0x57, - 0xff, 0xd6, 0x32, 0x3b, 0xf0, 0x32, 0x17, 0x1d, 0xf5, 0x04, 0x3a, 0x4a, 0x80, 0x2c, 0xfa, 0x1a, - 0x42, 0x65, 0xd1, 0xd7, 0x54, 0xad, 0x47, 0xce, 0xd1, 0xee, 0xcb, 0xeb, 0xe1, 0xad, 0xbf, 0xaf, - 0x87, 0xb7, 0xfe, 0xbb, 0x1e, 0x3a, 0xbf, 0xcd, 0x87, 0xce, 0xcb, 0xf9, 0xd0, 0x79, 0x35, 0x1f, - 0x3a, 0xff, 0xce, 0x87, 0xce, 0x4f, 0x1d, 0xf9, 0x0f, 0xec, 0xe3, 0xff, 0x03, 0x00, 0x00, 0xff, - 0xff, 0x83, 0x90, 0x4d, 0x79, 0xb9, 0x0d, 0x00, 0x00, +var fileDescriptorExecution = []byte{ + // 1053 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x6e, 0xdc, 0x44, + 0x14, 0xae, 0xf7, 0x37, 0x7b, 0xb6, 0x4e, 0xab, 0x89, 0x93, 0x5a, 0x4b, 0xd8, 0x86, 0x29, 0x4a, + 0x56, 0xa8, 0x5a, 0x4a, 0x40, 0x88, 0xc2, 0x5d, 0xda, 0x28, 0x20, 0x81, 0x14, 0x26, 0x44, 0x48, + 0xbd, 0x00, 0x19, 0x7b, 0xd8, 0x5a, 0x4a, 0x6c, 0x33, 0x1e, 0xa7, 0x70, 0xc7, 0x63, 0xc0, 0x83, + 0xf0, 0x02, 0x5c, 0xf5, 0xb2, 0x97, 0x5c, 0x21, 0xb2, 0x4f, 0xc0, 0x23, 0xa0, 0xf9, 0xb1, 0xd7, + 0xf6, 0x38, 0xbb, 0xdb, 0x8a, 0xbb, 0x99, 0x33, 0x67, 0xce, 0xf9, 0xe6, 0x9c, 0xef, 0x7c, 0xde, + 0x85, 0x3b, 0xf4, 0x67, 0xea, 0x67, 0x3c, 0x8c, 0xa3, 0x69, 0xc2, 0x62, 0x1e, 0x23, 0xdb, 0x8f, + 0x23, 0xee, 0x85, 0x11, 0x65, 0xc1, 0xf4, 0xea, 0x83, 0x91, 0x33, 0x8b, 0x67, 0xb1, 0x3c, 0x79, + 0x5f, 0xac, 0x94, 0x13, 0xfe, 0xdd, 0x82, 0xc1, 0x93, 0xdc, 0x0f, 0xed, 0x40, 0x2b, 0x0c, 0x5c, + 0x6b, 0xcf, 0x9a, 0x0c, 0x8e, 0x7a, 0xf3, 0xbf, 0xef, 0xb7, 0xbe, 0x78, 0x4a, 0x5a, 0x61, 0x80, + 0x1e, 0x42, 0xef, 0x32, 0xce, 0x22, 0x9e, 0xba, 0xad, 0xbd, 0xf6, 0x64, 0x78, 0xe8, 0x4c, 0x2b, + 0xb1, 0xa7, 0x5f, 0x89, 0x43, 0xa2, 0x7d, 0x90, 0x03, 0xdd, 0xf8, 0x45, 0x44, 0x99, 0xdb, 0x16, + 0x81, 0x88, 0xda, 0xa0, 0x47, 0xd0, 0x4f, 0x58, 0xec, 0xd3, 0x34, 0x75, 0x3b, 0x7b, 0xd6, 0x64, + 0x78, 0xb8, 0x53, 0x0b, 0x72, 0xaa, 0x4e, 0x49, 0xee, 0x86, 0x7f, 0xb3, 0xa0, 0xaf, 0x8d, 0xe8, + 0x2e, 0xb4, 0x13, 0x0d, 0xad, 0x43, 0xc4, 0x12, 0x21, 0xe8, 0x78, 0x6c, 0xa6, 0x10, 0x0d, 0x88, + 0x5c, 0x0b, 0x2f, 0x1a, 0x5d, 0xb9, 0x6d, 0x69, 0x12, 0x4b, 0x74, 0x00, 0x9d, 0x2c, 0xa5, 0x4c, + 0xa7, 0xdc, 0xaa, 0xa5, 0x3c, 0x4f, 0x29, 0x23, 0xd2, 0x41, 0x5c, 0xf5, 0x5f, 0x04, 0x6e, 0x57, + 0x42, 0x16, 0x4b, 0x34, 0x82, 0x0d, 0x4e, 0xd9, 0x65, 0x18, 0x79, 0x17, 0x6e, 0x6f, 0xcf, 0x9a, + 0x6c, 0x90, 0x62, 0x8f, 0x5f, 0x59, 0x30, 0xd4, 0xd0, 0xce, 0x12, 0xea, 0x17, 0x60, 0x2c, 0x13, + 0x4c, 0xcb, 0x04, 0xd3, 0x5e, 0x13, 0x4c, 0xa7, 0x19, 0x4c, 0xb7, 0x0a, 0x46, 0xd4, 0x3b, 0xe5, + 0x41, 0x18, 0x49, 0x94, 0x03, 0xa2, 0x36, 0x68, 0x07, 0x7a, 0x29, 0x0f, 0xe2, 0x8c, 0xbb, 0x7d, + 0x69, 0xd6, 0x3b, 0x6d, 0xa7, 0x8c, 0xb9, 0x1b, 0x85, 0x9d, 0x32, 0x86, 0x29, 0x74, 0x65, 0x1b, + 0xa5, 0x43, 0x9c, 0x31, 0x9f, 0x2a, 0x22, 0x10, 0xbd, 0x13, 0x76, 0xee, 0xb1, 0x19, 0xe5, 0x6e, + 0x4b, 0xd9, 0xd5, 0x4e, 0xbc, 0x9d, 0xff, 0x92, 0x50, 0xdd, 0x6d, 0xb9, 0x46, 0x2e, 0xf4, 0xe3, + 0x44, 0x70, 0x51, 0x34, 0x5b, 0xbc, 0x3f, 0xdf, 0x62, 0x02, 0x9d, 0x73, 0xfd, 0xc4, 0x4c, 0x37, + 0xd4, 0x26, 0x62, 0x29, 0x2c, 0xb3, 0x30, 0x90, 0xc1, 0x6d, 0x22, 0x96, 0x68, 0x1f, 0x36, 0xbd, + 0x20, 0x08, 0xc5, 0x45, 0xef, 0xe2, 0x24, 0x0c, 0x52, 0xd9, 0x59, 0x9b, 0xd4, 0xac, 0xf8, 0x4f, + 0x0b, 0xec, 0x27, 0x8c, 0x7a, 0x9c, 0x12, 0xfa, 0x53, 0x46, 0x53, 0x7e, 0x23, 0x91, 0x3f, 0x5a, + 0x90, 0xb0, 0x25, 0x9b, 0x30, 0x6a, 0x26, 0xa1, 0x68, 0x6a, 0x41, 0xc4, 0x12, 0xfd, 0xdb, 0xaf, + 0x43, 0xff, 0x4e, 0x99, 0xfe, 0xf7, 0x61, 0xe8, 0xc7, 0xd1, 0x8f, 0xe1, 0xec, 0xfb, 0xc4, 0xe3, + 0xcf, 0x35, 0xcf, 0x40, 0x99, 0x4e, 0x3d, 0xfe, 0x1c, 0x7f, 0x0e, 0x9b, 0xf9, 0x1b, 0xd2, 0x24, + 0x8e, 0x52, 0x8a, 0x3e, 0x86, 0x41, 0x91, 0x47, 0xbe, 0x65, 0x78, 0xe8, 0xd6, 0x32, 0x17, 0xa3, + 0x4b, 0x16, 0xae, 0x78, 0x1f, 0x6e, 0x9f, 0x71, 0x8f, 0xf1, 0x15, 0xc5, 0xc0, 0x7d, 0xe8, 0x9e, + 0x71, 0x8f, 0x53, 0xfc, 0x19, 0xd8, 0xfa, 0x82, 0xce, 0xfc, 0x9e, 0x60, 0x94, 0xc7, 0xa9, 0xce, + 0x5a, 0x7f, 0xaf, 0xbc, 0x45, 0x94, 0x0b, 0x3e, 0x00, 0xfb, 0x29, 0xbd, 0xa0, 0x2b, 0x6b, 0x8f, + 0xef, 0xc2, 0x66, 0xee, 0xa8, 0xd2, 0xe0, 0x87, 0xe0, 0x14, 0x0f, 0xf8, 0x32, 0x4c, 0x0b, 0xc0, + 0x45, 0x05, 0xd5, 0x38, 0xa9, 0x0d, 0xfe, 0x1a, 0xb6, 0x6b, 0xde, 0x1a, 0xed, 0x27, 0x00, 0x05, + 0x3e, 0x35, 0x82, 0xcb, 0x0a, 0x55, 0xf2, 0xd5, 0x95, 0x5a, 0x0d, 0xfd, 0x44, 0x16, 0xe8, 0x7f, + 0x68, 0xcd, 0x01, 0xd8, 0xe7, 0x49, 0xe0, 0xad, 0x55, 0xac, 0xdc, 0x51, 0x17, 0x6b, 0x1f, 0x6e, + 0x9f, 0x7a, 0x59, 0xba, 0xf2, 0xe6, 0x1d, 0xb0, 0xb5, 0x9f, 0xbe, 0x78, 0x00, 0x36, 0xa1, 0x69, + 0x76, 0xb9, 0x4e, 0xce, 0xdc, 0x51, 0x5f, 0xfd, 0x0e, 0x1c, 0xc5, 0xc9, 0x5c, 0x9b, 0x57, 0x8c, + 0xd7, 0x14, 0x3a, 0x69, 0x42, 0xfd, 0x35, 0x66, 0x4b, 0xfa, 0xe1, 0x7b, 0xb0, 0x5d, 0x8b, 0xaf, + 0x13, 0x3f, 0x86, 0x2d, 0xc9, 0xc8, 0x5a, 0x5e, 0xa1, 0x8b, 0x79, 0x62, 0x22, 0x96, 0xf9, 0x77, + 0x41, 0x29, 0x92, 0x58, 0xe2, 0x09, 0x38, 0xd5, 0xab, 0xba, 0x65, 0xa5, 0x2f, 0x88, 0xad, 0x3c, + 0x1f, 0xc3, 0x56, 0x0e, 0xa9, 0x4c, 0x82, 0x75, 0x92, 0x1c, 0x81, 0x53, 0xbd, 0xfa, 0x06, 0x83, + 0x43, 0xc0, 0x39, 0x0b, 0x67, 0x91, 0x77, 0xf1, 0xfa, 0x8f, 0x94, 0x1a, 0x2d, 0xef, 0x4a, 0xd5, + 0xb5, 0x89, 0xde, 0x89, 0x82, 0xd6, 0x62, 0xea, 0x82, 0x7e, 0x0a, 0x8e, 0x1a, 0xbe, 0x37, 0xa8, + 0xe8, 0x3d, 0xd8, 0xae, 0xdd, 0x2d, 0xe6, 0x17, 0x69, 0x53, 0x79, 0x7a, 0x6f, 0xa2, 0xd7, 0x76, + 0x51, 0xee, 0xf2, 0xf4, 0x0a, 0xbe, 0x1e, 0x5f, 0xd1, 0x88, 0xe7, 0x90, 0x04, 0x0d, 0x73, 0x83, + 0x72, 0x39, 0xfc, 0x63, 0x00, 0x50, 0x8c, 0x53, 0x8a, 0x8e, 0xa1, 0xa7, 0x58, 0x83, 0x76, 0xeb, + 0x33, 0x57, 0xfe, 0x08, 0x8c, 0xde, 0xbe, 0xe1, 0x54, 0xf7, 0xea, 0x48, 0xca, 0x1f, 0xe3, 0xe8, + 0x2d, 0xb3, 0x4b, 0x85, 0x78, 0x8e, 0x76, 0x9b, 0x0f, 0x75, 0x8c, 0x63, 0xe8, 0xa9, 0xd2, 0x18, + 0x50, 0x2a, 0x9a, 0x68, 0x40, 0xa9, 0x0a, 0xa1, 0x86, 0xc2, 0x69, 0x13, 0x94, 0x45, 0x90, 0xdd, + 0xe6, 0xc3, 0x05, 0x14, 0xa5, 0x18, 0x06, 0x94, 0x8a, 0xe2, 0x18, 0x50, 0xaa, 0x32, 0x23, 0xa0, + 0x48, 0xf9, 0x30, 0xa0, 0x94, 0xc5, 0xc7, 0x80, 0x52, 0x51, 0x1c, 0x01, 0x45, 0x09, 0x89, 0x01, + 0xa5, 0x22, 0x44, 0x06, 0x94, 0xaa, 0xfa, 0xa0, 0x67, 0x60, 0x57, 0x04, 0x1f, 0x3d, 0xb8, 0x49, + 0x62, 0x4b, 0xf4, 0x1b, 0xbd, 0xbb, 0xdc, 0xa9, 0x14, 0xbb, 0xac, 0x3c, 0x66, 0xec, 0x06, 0xdd, + 0x33, 0x63, 0x37, 0x89, 0x17, 0xfa, 0x56, 0x7f, 0x7f, 0xf3, 0xd0, 0xb8, 0x89, 0x42, 0xb5, 0xc8, + 0x0f, 0x96, 0xfa, 0x2c, 0x02, 0x97, 0x55, 0xc7, 0x08, 0xdc, 0xa0, 0x66, 0x46, 0xe0, 0x46, 0xd9, + 0x7a, 0x06, 0x76, 0x45, 0x36, 0x8c, 0x6a, 0x34, 0x09, 0x95, 0x51, 0x8d, 0x46, 0xe5, 0x11, 0xb1, + 0x2b, 0xea, 0x61, 0xc4, 0x6e, 0xd2, 0x25, 0x23, 0x76, 0xa3, 0x00, 0xa1, 0x6f, 0x8a, 0x5f, 0xe1, + 0x92, 0x1f, 0xef, 0x34, 0xbf, 0xb5, 0xcc, 0x0e, 0xbc, 0xcc, 0x45, 0x47, 0x3d, 0x81, 0x9e, 0x12, + 0x20, 0x83, 0xbe, 0x15, 0xa1, 0x32, 0xe8, 0x5b, 0x55, 0xad, 0x47, 0xd6, 0xd1, 0xee, 0xcb, 0xeb, + 0xf1, 0xad, 0xbf, 0xae, 0xc7, 0xb7, 0xfe, 0xbd, 0x1e, 0x5b, 0xbf, 0xce, 0xc7, 0xd6, 0xcb, 0xf9, + 0xd8, 0x7a, 0x35, 0x1f, 0x5b, 0xff, 0xcc, 0xc7, 0xd6, 0x0f, 0x3d, 0xf9, 0x0f, 0xec, 0xc3, 0xff, + 0x02, 0x00, 0x00, 0xff, 0xff, 0x5e, 0x07, 0x08, 0x35, 0xb9, 0x0d, 0x00, 0x00, } diff --git a/api/container/container.proto b/api/execution/execution.proto similarity index 100% rename from api/container/container.proto rename to api/execution/execution.proto diff --git a/api/container/gen.go b/api/execution/gen.go similarity index 58% rename from api/container/gen.go rename to api/execution/gen.go index 74221f9..7347a67 100644 --- a/api/container/gen.go +++ b/api/execution/gen.go @@ -1,3 +1,3 @@ -package container +package execution -//go:generate protoc -I.:../../../../../github.com/gogo/protobuf --gogoctrd_out=plugins=grpc,import_path=github.com/docker/containerd/api/container,Mgogoproto/gogo.proto=github.com/gogo/protobuf/gogoproto,Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/protoc-gen-gogo/descriptor:. container.proto +//go:generate protoc -I.:../../../../../github.com/gogo/protobuf --gogoctrd_out=plugins=grpc,import_path=github.com/docker/containerd/api/execution,Mgogoproto/gogo.proto=github.com/gogo/protobuf/gogoproto,Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/protoc-gen-gogo/descriptor:. execution.proto