You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2676 lines
93 KiB
Go
2676 lines
93 KiB
Go
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
// source: controller.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
context "context"
|
|
fmt "fmt"
|
|
proto "github.com/gogo/protobuf/proto"
|
|
control "github.com/moby/buildkit/api/services/control"
|
|
pb "github.com/moby/buildkit/sourcepolicy/pb"
|
|
grpc "google.golang.org/grpc"
|
|
codes "google.golang.org/grpc/codes"
|
|
status "google.golang.org/grpc/status"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type ListProcessesRequest struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ListProcessesRequest) Reset() { *m = ListProcessesRequest{} }
|
|
func (m *ListProcessesRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*ListProcessesRequest) ProtoMessage() {}
|
|
func (*ListProcessesRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{0}
|
|
}
|
|
func (m *ListProcessesRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ListProcessesRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *ListProcessesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ListProcessesRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ListProcessesRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ListProcessesRequest.Merge(m, src)
|
|
}
|
|
func (m *ListProcessesRequest) XXX_Size() int {
|
|
return xxx_messageInfo_ListProcessesRequest.Size(m)
|
|
}
|
|
func (m *ListProcessesRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ListProcessesRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ListProcessesRequest proto.InternalMessageInfo
|
|
|
|
func (m *ListProcessesRequest) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListProcessesResponse struct {
|
|
Infos []*ProcessInfo `protobuf:"bytes,1,rep,name=Infos,proto3" json:"Infos,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ListProcessesResponse) Reset() { *m = ListProcessesResponse{} }
|
|
func (m *ListProcessesResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*ListProcessesResponse) ProtoMessage() {}
|
|
func (*ListProcessesResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{1}
|
|
}
|
|
func (m *ListProcessesResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ListProcessesResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *ListProcessesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ListProcessesResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ListProcessesResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ListProcessesResponse.Merge(m, src)
|
|
}
|
|
func (m *ListProcessesResponse) XXX_Size() int {
|
|
return xxx_messageInfo_ListProcessesResponse.Size(m)
|
|
}
|
|
func (m *ListProcessesResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ListProcessesResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ListProcessesResponse proto.InternalMessageInfo
|
|
|
|
func (m *ListProcessesResponse) GetInfos() []*ProcessInfo {
|
|
if m != nil {
|
|
return m.Infos
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ProcessInfo struct {
|
|
ProcessID string `protobuf:"bytes,1,opt,name=ProcessID,proto3" json:"ProcessID,omitempty"`
|
|
InvokeConfig *InvokeConfig `protobuf:"bytes,2,opt,name=InvokeConfig,proto3" json:"InvokeConfig,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ProcessInfo) Reset() { *m = ProcessInfo{} }
|
|
func (m *ProcessInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*ProcessInfo) ProtoMessage() {}
|
|
func (*ProcessInfo) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{2}
|
|
}
|
|
func (m *ProcessInfo) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ProcessInfo.Unmarshal(m, b)
|
|
}
|
|
func (m *ProcessInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ProcessInfo.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ProcessInfo) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ProcessInfo.Merge(m, src)
|
|
}
|
|
func (m *ProcessInfo) XXX_Size() int {
|
|
return xxx_messageInfo_ProcessInfo.Size(m)
|
|
}
|
|
func (m *ProcessInfo) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ProcessInfo.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ProcessInfo proto.InternalMessageInfo
|
|
|
|
func (m *ProcessInfo) GetProcessID() string {
|
|
if m != nil {
|
|
return m.ProcessID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ProcessInfo) GetInvokeConfig() *InvokeConfig {
|
|
if m != nil {
|
|
return m.InvokeConfig
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DisconnectProcessRequest struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
ProcessID string `protobuf:"bytes,2,opt,name=ProcessID,proto3" json:"ProcessID,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *DisconnectProcessRequest) Reset() { *m = DisconnectProcessRequest{} }
|
|
func (m *DisconnectProcessRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*DisconnectProcessRequest) ProtoMessage() {}
|
|
func (*DisconnectProcessRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{3}
|
|
}
|
|
func (m *DisconnectProcessRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_DisconnectProcessRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *DisconnectProcessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_DisconnectProcessRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *DisconnectProcessRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_DisconnectProcessRequest.Merge(m, src)
|
|
}
|
|
func (m *DisconnectProcessRequest) XXX_Size() int {
|
|
return xxx_messageInfo_DisconnectProcessRequest.Size(m)
|
|
}
|
|
func (m *DisconnectProcessRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_DisconnectProcessRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_DisconnectProcessRequest proto.InternalMessageInfo
|
|
|
|
func (m *DisconnectProcessRequest) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *DisconnectProcessRequest) GetProcessID() string {
|
|
if m != nil {
|
|
return m.ProcessID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DisconnectProcessResponse struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *DisconnectProcessResponse) Reset() { *m = DisconnectProcessResponse{} }
|
|
func (m *DisconnectProcessResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*DisconnectProcessResponse) ProtoMessage() {}
|
|
func (*DisconnectProcessResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{4}
|
|
}
|
|
func (m *DisconnectProcessResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_DisconnectProcessResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *DisconnectProcessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_DisconnectProcessResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *DisconnectProcessResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_DisconnectProcessResponse.Merge(m, src)
|
|
}
|
|
func (m *DisconnectProcessResponse) XXX_Size() int {
|
|
return xxx_messageInfo_DisconnectProcessResponse.Size(m)
|
|
}
|
|
func (m *DisconnectProcessResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_DisconnectProcessResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_DisconnectProcessResponse proto.InternalMessageInfo
|
|
|
|
type BuildRequest struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
Options *BuildOptions `protobuf:"bytes,2,opt,name=Options,proto3" json:"Options,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *BuildRequest) Reset() { *m = BuildRequest{} }
|
|
func (m *BuildRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*BuildRequest) ProtoMessage() {}
|
|
func (*BuildRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{5}
|
|
}
|
|
func (m *BuildRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_BuildRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *BuildRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_BuildRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *BuildRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_BuildRequest.Merge(m, src)
|
|
}
|
|
func (m *BuildRequest) XXX_Size() int {
|
|
return xxx_messageInfo_BuildRequest.Size(m)
|
|
}
|
|
func (m *BuildRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_BuildRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_BuildRequest proto.InternalMessageInfo
|
|
|
|
func (m *BuildRequest) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildRequest) GetOptions() *BuildOptions {
|
|
if m != nil {
|
|
return m.Options
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BuildOptions struct {
|
|
ContextPath string `protobuf:"bytes,1,opt,name=ContextPath,proto3" json:"ContextPath,omitempty"`
|
|
DockerfileName string `protobuf:"bytes,2,opt,name=DockerfileName,proto3" json:"DockerfileName,omitempty"`
|
|
PrintFunc *PrintFunc `protobuf:"bytes,3,opt,name=PrintFunc,proto3" json:"PrintFunc,omitempty"`
|
|
NamedContexts map[string]string `protobuf:"bytes,4,rep,name=NamedContexts,proto3" json:"NamedContexts,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
Allow []string `protobuf:"bytes,5,rep,name=Allow,proto3" json:"Allow,omitempty"`
|
|
Attests []*Attest `protobuf:"bytes,6,rep,name=Attests,proto3" json:"Attests,omitempty"`
|
|
BuildArgs map[string]string `protobuf:"bytes,7,rep,name=BuildArgs,proto3" json:"BuildArgs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
CacheFrom []*CacheOptionsEntry `protobuf:"bytes,8,rep,name=CacheFrom,proto3" json:"CacheFrom,omitempty"`
|
|
CacheTo []*CacheOptionsEntry `protobuf:"bytes,9,rep,name=CacheTo,proto3" json:"CacheTo,omitempty"`
|
|
CgroupParent string `protobuf:"bytes,10,opt,name=CgroupParent,proto3" json:"CgroupParent,omitempty"`
|
|
Exports []*ExportEntry `protobuf:"bytes,11,rep,name=Exports,proto3" json:"Exports,omitempty"`
|
|
ExtraHosts []string `protobuf:"bytes,12,rep,name=ExtraHosts,proto3" json:"ExtraHosts,omitempty"`
|
|
Labels map[string]string `protobuf:"bytes,13,rep,name=Labels,proto3" json:"Labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
NetworkMode string `protobuf:"bytes,14,opt,name=NetworkMode,proto3" json:"NetworkMode,omitempty"`
|
|
NoCacheFilter []string `protobuf:"bytes,15,rep,name=NoCacheFilter,proto3" json:"NoCacheFilter,omitempty"`
|
|
Platforms []string `protobuf:"bytes,16,rep,name=Platforms,proto3" json:"Platforms,omitempty"`
|
|
Secrets []*Secret `protobuf:"bytes,17,rep,name=Secrets,proto3" json:"Secrets,omitempty"`
|
|
ShmSize int64 `protobuf:"varint,18,opt,name=ShmSize,proto3" json:"ShmSize,omitempty"`
|
|
SSH []*SSH `protobuf:"bytes,19,rep,name=SSH,proto3" json:"SSH,omitempty"`
|
|
Tags []string `protobuf:"bytes,20,rep,name=Tags,proto3" json:"Tags,omitempty"`
|
|
Target string `protobuf:"bytes,21,opt,name=Target,proto3" json:"Target,omitempty"`
|
|
Ulimits *UlimitOpt `protobuf:"bytes,22,opt,name=Ulimits,proto3" json:"Ulimits,omitempty"`
|
|
Builder string `protobuf:"bytes,23,opt,name=Builder,proto3" json:"Builder,omitempty"`
|
|
NoCache bool `protobuf:"varint,24,opt,name=NoCache,proto3" json:"NoCache,omitempty"`
|
|
Pull bool `protobuf:"varint,25,opt,name=Pull,proto3" json:"Pull,omitempty"`
|
|
ExportPush bool `protobuf:"varint,26,opt,name=ExportPush,proto3" json:"ExportPush,omitempty"`
|
|
ExportLoad bool `protobuf:"varint,27,opt,name=ExportLoad,proto3" json:"ExportLoad,omitempty"`
|
|
SourcePolicy *pb.Policy `protobuf:"bytes,28,opt,name=SourcePolicy,proto3" json:"SourcePolicy,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *BuildOptions) Reset() { *m = BuildOptions{} }
|
|
func (m *BuildOptions) String() string { return proto.CompactTextString(m) }
|
|
func (*BuildOptions) ProtoMessage() {}
|
|
func (*BuildOptions) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{6}
|
|
}
|
|
func (m *BuildOptions) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_BuildOptions.Unmarshal(m, b)
|
|
}
|
|
func (m *BuildOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_BuildOptions.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *BuildOptions) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_BuildOptions.Merge(m, src)
|
|
}
|
|
func (m *BuildOptions) XXX_Size() int {
|
|
return xxx_messageInfo_BuildOptions.Size(m)
|
|
}
|
|
func (m *BuildOptions) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_BuildOptions.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_BuildOptions proto.InternalMessageInfo
|
|
|
|
func (m *BuildOptions) GetContextPath() string {
|
|
if m != nil {
|
|
return m.ContextPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildOptions) GetDockerfileName() string {
|
|
if m != nil {
|
|
return m.DockerfileName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildOptions) GetPrintFunc() *PrintFunc {
|
|
if m != nil {
|
|
return m.PrintFunc
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetNamedContexts() map[string]string {
|
|
if m != nil {
|
|
return m.NamedContexts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetAllow() []string {
|
|
if m != nil {
|
|
return m.Allow
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetAttests() []*Attest {
|
|
if m != nil {
|
|
return m.Attests
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetBuildArgs() map[string]string {
|
|
if m != nil {
|
|
return m.BuildArgs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetCacheFrom() []*CacheOptionsEntry {
|
|
if m != nil {
|
|
return m.CacheFrom
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetCacheTo() []*CacheOptionsEntry {
|
|
if m != nil {
|
|
return m.CacheTo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetCgroupParent() string {
|
|
if m != nil {
|
|
return m.CgroupParent
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildOptions) GetExports() []*ExportEntry {
|
|
if m != nil {
|
|
return m.Exports
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetExtraHosts() []string {
|
|
if m != nil {
|
|
return m.ExtraHosts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetLabels() map[string]string {
|
|
if m != nil {
|
|
return m.Labels
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetNetworkMode() string {
|
|
if m != nil {
|
|
return m.NetworkMode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildOptions) GetNoCacheFilter() []string {
|
|
if m != nil {
|
|
return m.NoCacheFilter
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetPlatforms() []string {
|
|
if m != nil {
|
|
return m.Platforms
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetSecrets() []*Secret {
|
|
if m != nil {
|
|
return m.Secrets
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetShmSize() int64 {
|
|
if m != nil {
|
|
return m.ShmSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *BuildOptions) GetSSH() []*SSH {
|
|
if m != nil {
|
|
return m.SSH
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetTags() []string {
|
|
if m != nil {
|
|
return m.Tags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetTarget() string {
|
|
if m != nil {
|
|
return m.Target
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildOptions) GetUlimits() *UlimitOpt {
|
|
if m != nil {
|
|
return m.Ulimits
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BuildOptions) GetBuilder() string {
|
|
if m != nil {
|
|
return m.Builder
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildOptions) GetNoCache() bool {
|
|
if m != nil {
|
|
return m.NoCache
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *BuildOptions) GetPull() bool {
|
|
if m != nil {
|
|
return m.Pull
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *BuildOptions) GetExportPush() bool {
|
|
if m != nil {
|
|
return m.ExportPush
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *BuildOptions) GetExportLoad() bool {
|
|
if m != nil {
|
|
return m.ExportLoad
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *BuildOptions) GetSourcePolicy() *pb.Policy {
|
|
if m != nil {
|
|
return m.SourcePolicy
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ExportEntry struct {
|
|
Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
|
|
Attrs map[string]string `protobuf:"bytes,2,rep,name=Attrs,proto3" json:"Attrs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
Destination string `protobuf:"bytes,3,opt,name=Destination,proto3" json:"Destination,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ExportEntry) Reset() { *m = ExportEntry{} }
|
|
func (m *ExportEntry) String() string { return proto.CompactTextString(m) }
|
|
func (*ExportEntry) ProtoMessage() {}
|
|
func (*ExportEntry) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{7}
|
|
}
|
|
func (m *ExportEntry) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ExportEntry.Unmarshal(m, b)
|
|
}
|
|
func (m *ExportEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ExportEntry.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ExportEntry) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ExportEntry.Merge(m, src)
|
|
}
|
|
func (m *ExportEntry) XXX_Size() int {
|
|
return xxx_messageInfo_ExportEntry.Size(m)
|
|
}
|
|
func (m *ExportEntry) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ExportEntry.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ExportEntry proto.InternalMessageInfo
|
|
|
|
func (m *ExportEntry) GetType() string {
|
|
if m != nil {
|
|
return m.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ExportEntry) GetAttrs() map[string]string {
|
|
if m != nil {
|
|
return m.Attrs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ExportEntry) GetDestination() string {
|
|
if m != nil {
|
|
return m.Destination
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CacheOptionsEntry struct {
|
|
Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
|
|
Attrs map[string]string `protobuf:"bytes,2,rep,name=Attrs,proto3" json:"Attrs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *CacheOptionsEntry) Reset() { *m = CacheOptionsEntry{} }
|
|
func (m *CacheOptionsEntry) String() string { return proto.CompactTextString(m) }
|
|
func (*CacheOptionsEntry) ProtoMessage() {}
|
|
func (*CacheOptionsEntry) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{8}
|
|
}
|
|
func (m *CacheOptionsEntry) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_CacheOptionsEntry.Unmarshal(m, b)
|
|
}
|
|
func (m *CacheOptionsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_CacheOptionsEntry.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *CacheOptionsEntry) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_CacheOptionsEntry.Merge(m, src)
|
|
}
|
|
func (m *CacheOptionsEntry) XXX_Size() int {
|
|
return xxx_messageInfo_CacheOptionsEntry.Size(m)
|
|
}
|
|
func (m *CacheOptionsEntry) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_CacheOptionsEntry.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_CacheOptionsEntry proto.InternalMessageInfo
|
|
|
|
func (m *CacheOptionsEntry) GetType() string {
|
|
if m != nil {
|
|
return m.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CacheOptionsEntry) GetAttrs() map[string]string {
|
|
if m != nil {
|
|
return m.Attrs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Attest struct {
|
|
Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
|
|
Disabled bool `protobuf:"varint,2,opt,name=Disabled,proto3" json:"Disabled,omitempty"`
|
|
Attrs string `protobuf:"bytes,3,opt,name=Attrs,proto3" json:"Attrs,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Attest) Reset() { *m = Attest{} }
|
|
func (m *Attest) String() string { return proto.CompactTextString(m) }
|
|
func (*Attest) ProtoMessage() {}
|
|
func (*Attest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{9}
|
|
}
|
|
func (m *Attest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Attest.Unmarshal(m, b)
|
|
}
|
|
func (m *Attest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Attest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Attest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Attest.Merge(m, src)
|
|
}
|
|
func (m *Attest) XXX_Size() int {
|
|
return xxx_messageInfo_Attest.Size(m)
|
|
}
|
|
func (m *Attest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Attest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Attest proto.InternalMessageInfo
|
|
|
|
func (m *Attest) GetType() string {
|
|
if m != nil {
|
|
return m.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Attest) GetDisabled() bool {
|
|
if m != nil {
|
|
return m.Disabled
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *Attest) GetAttrs() string {
|
|
if m != nil {
|
|
return m.Attrs
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SSH struct {
|
|
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
Paths []string `protobuf:"bytes,2,rep,name=Paths,proto3" json:"Paths,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SSH) Reset() { *m = SSH{} }
|
|
func (m *SSH) String() string { return proto.CompactTextString(m) }
|
|
func (*SSH) ProtoMessage() {}
|
|
func (*SSH) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{10}
|
|
}
|
|
func (m *SSH) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SSH.Unmarshal(m, b)
|
|
}
|
|
func (m *SSH) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SSH.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SSH) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SSH.Merge(m, src)
|
|
}
|
|
func (m *SSH) XXX_Size() int {
|
|
return xxx_messageInfo_SSH.Size(m)
|
|
}
|
|
func (m *SSH) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SSH.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SSH proto.InternalMessageInfo
|
|
|
|
func (m *SSH) GetID() string {
|
|
if m != nil {
|
|
return m.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SSH) GetPaths() []string {
|
|
if m != nil {
|
|
return m.Paths
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Secret struct {
|
|
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
FilePath string `protobuf:"bytes,2,opt,name=FilePath,proto3" json:"FilePath,omitempty"`
|
|
Env string `protobuf:"bytes,3,opt,name=Env,proto3" json:"Env,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Secret) Reset() { *m = Secret{} }
|
|
func (m *Secret) String() string { return proto.CompactTextString(m) }
|
|
func (*Secret) ProtoMessage() {}
|
|
func (*Secret) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{11}
|
|
}
|
|
func (m *Secret) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Secret.Unmarshal(m, b)
|
|
}
|
|
func (m *Secret) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Secret.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Secret) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Secret.Merge(m, src)
|
|
}
|
|
func (m *Secret) XXX_Size() int {
|
|
return xxx_messageInfo_Secret.Size(m)
|
|
}
|
|
func (m *Secret) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Secret.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Secret proto.InternalMessageInfo
|
|
|
|
func (m *Secret) GetID() string {
|
|
if m != nil {
|
|
return m.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Secret) GetFilePath() string {
|
|
if m != nil {
|
|
return m.FilePath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Secret) GetEnv() string {
|
|
if m != nil {
|
|
return m.Env
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type PrintFunc struct {
|
|
Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
Format string `protobuf:"bytes,2,opt,name=Format,proto3" json:"Format,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *PrintFunc) Reset() { *m = PrintFunc{} }
|
|
func (m *PrintFunc) String() string { return proto.CompactTextString(m) }
|
|
func (*PrintFunc) ProtoMessage() {}
|
|
func (*PrintFunc) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{12}
|
|
}
|
|
func (m *PrintFunc) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_PrintFunc.Unmarshal(m, b)
|
|
}
|
|
func (m *PrintFunc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_PrintFunc.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *PrintFunc) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_PrintFunc.Merge(m, src)
|
|
}
|
|
func (m *PrintFunc) XXX_Size() int {
|
|
return xxx_messageInfo_PrintFunc.Size(m)
|
|
}
|
|
func (m *PrintFunc) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_PrintFunc.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_PrintFunc proto.InternalMessageInfo
|
|
|
|
func (m *PrintFunc) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *PrintFunc) GetFormat() string {
|
|
if m != nil {
|
|
return m.Format
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type InspectRequest struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InspectRequest) Reset() { *m = InspectRequest{} }
|
|
func (m *InspectRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*InspectRequest) ProtoMessage() {}
|
|
func (*InspectRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{13}
|
|
}
|
|
func (m *InspectRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InspectRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *InspectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InspectRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InspectRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InspectRequest.Merge(m, src)
|
|
}
|
|
func (m *InspectRequest) XXX_Size() int {
|
|
return xxx_messageInfo_InspectRequest.Size(m)
|
|
}
|
|
func (m *InspectRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InspectRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InspectRequest proto.InternalMessageInfo
|
|
|
|
func (m *InspectRequest) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type InspectResponse struct {
|
|
Options *BuildOptions `protobuf:"bytes,1,opt,name=Options,proto3" json:"Options,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InspectResponse) Reset() { *m = InspectResponse{} }
|
|
func (m *InspectResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*InspectResponse) ProtoMessage() {}
|
|
func (*InspectResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{14}
|
|
}
|
|
func (m *InspectResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InspectResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *InspectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InspectResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InspectResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InspectResponse.Merge(m, src)
|
|
}
|
|
func (m *InspectResponse) XXX_Size() int {
|
|
return xxx_messageInfo_InspectResponse.Size(m)
|
|
}
|
|
func (m *InspectResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InspectResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InspectResponse proto.InternalMessageInfo
|
|
|
|
func (m *InspectResponse) GetOptions() *BuildOptions {
|
|
if m != nil {
|
|
return m.Options
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UlimitOpt struct {
|
|
Values map[string]*Ulimit `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *UlimitOpt) Reset() { *m = UlimitOpt{} }
|
|
func (m *UlimitOpt) String() string { return proto.CompactTextString(m) }
|
|
func (*UlimitOpt) ProtoMessage() {}
|
|
func (*UlimitOpt) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{15}
|
|
}
|
|
func (m *UlimitOpt) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_UlimitOpt.Unmarshal(m, b)
|
|
}
|
|
func (m *UlimitOpt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_UlimitOpt.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *UlimitOpt) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_UlimitOpt.Merge(m, src)
|
|
}
|
|
func (m *UlimitOpt) XXX_Size() int {
|
|
return xxx_messageInfo_UlimitOpt.Size(m)
|
|
}
|
|
func (m *UlimitOpt) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_UlimitOpt.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_UlimitOpt proto.InternalMessageInfo
|
|
|
|
func (m *UlimitOpt) GetValues() map[string]*Ulimit {
|
|
if m != nil {
|
|
return m.Values
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Ulimit struct {
|
|
Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
Hard int64 `protobuf:"varint,2,opt,name=Hard,proto3" json:"Hard,omitempty"`
|
|
Soft int64 `protobuf:"varint,3,opt,name=Soft,proto3" json:"Soft,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Ulimit) Reset() { *m = Ulimit{} }
|
|
func (m *Ulimit) String() string { return proto.CompactTextString(m) }
|
|
func (*Ulimit) ProtoMessage() {}
|
|
func (*Ulimit) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{16}
|
|
}
|
|
func (m *Ulimit) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Ulimit.Unmarshal(m, b)
|
|
}
|
|
func (m *Ulimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Ulimit.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Ulimit) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Ulimit.Merge(m, src)
|
|
}
|
|
func (m *Ulimit) XXX_Size() int {
|
|
return xxx_messageInfo_Ulimit.Size(m)
|
|
}
|
|
func (m *Ulimit) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Ulimit.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Ulimit proto.InternalMessageInfo
|
|
|
|
func (m *Ulimit) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Ulimit) GetHard() int64 {
|
|
if m != nil {
|
|
return m.Hard
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Ulimit) GetSoft() int64 {
|
|
if m != nil {
|
|
return m.Soft
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type BuildResponse struct {
|
|
ExporterResponse map[string]string `protobuf:"bytes,1,rep,name=ExporterResponse,proto3" json:"ExporterResponse,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *BuildResponse) Reset() { *m = BuildResponse{} }
|
|
func (m *BuildResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*BuildResponse) ProtoMessage() {}
|
|
func (*BuildResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{17}
|
|
}
|
|
func (m *BuildResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_BuildResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *BuildResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_BuildResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *BuildResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_BuildResponse.Merge(m, src)
|
|
}
|
|
func (m *BuildResponse) XXX_Size() int {
|
|
return xxx_messageInfo_BuildResponse.Size(m)
|
|
}
|
|
func (m *BuildResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_BuildResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_BuildResponse proto.InternalMessageInfo
|
|
|
|
func (m *BuildResponse) GetExporterResponse() map[string]string {
|
|
if m != nil {
|
|
return m.ExporterResponse
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DisconnectRequest struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *DisconnectRequest) Reset() { *m = DisconnectRequest{} }
|
|
func (m *DisconnectRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*DisconnectRequest) ProtoMessage() {}
|
|
func (*DisconnectRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{18}
|
|
}
|
|
func (m *DisconnectRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_DisconnectRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *DisconnectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_DisconnectRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *DisconnectRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_DisconnectRequest.Merge(m, src)
|
|
}
|
|
func (m *DisconnectRequest) XXX_Size() int {
|
|
return xxx_messageInfo_DisconnectRequest.Size(m)
|
|
}
|
|
func (m *DisconnectRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_DisconnectRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_DisconnectRequest proto.InternalMessageInfo
|
|
|
|
func (m *DisconnectRequest) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DisconnectResponse struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *DisconnectResponse) Reset() { *m = DisconnectResponse{} }
|
|
func (m *DisconnectResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*DisconnectResponse) ProtoMessage() {}
|
|
func (*DisconnectResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{19}
|
|
}
|
|
func (m *DisconnectResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_DisconnectResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *DisconnectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_DisconnectResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *DisconnectResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_DisconnectResponse.Merge(m, src)
|
|
}
|
|
func (m *DisconnectResponse) XXX_Size() int {
|
|
return xxx_messageInfo_DisconnectResponse.Size(m)
|
|
}
|
|
func (m *DisconnectResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_DisconnectResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_DisconnectResponse proto.InternalMessageInfo
|
|
|
|
type ListRequest struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ListRequest) Reset() { *m = ListRequest{} }
|
|
func (m *ListRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*ListRequest) ProtoMessage() {}
|
|
func (*ListRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{20}
|
|
}
|
|
func (m *ListRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ListRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *ListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ListRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ListRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ListRequest.Merge(m, src)
|
|
}
|
|
func (m *ListRequest) XXX_Size() int {
|
|
return xxx_messageInfo_ListRequest.Size(m)
|
|
}
|
|
func (m *ListRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ListRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ListRequest proto.InternalMessageInfo
|
|
|
|
func (m *ListRequest) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListResponse struct {
|
|
Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ListResponse) Reset() { *m = ListResponse{} }
|
|
func (m *ListResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*ListResponse) ProtoMessage() {}
|
|
func (*ListResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{21}
|
|
}
|
|
func (m *ListResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ListResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *ListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ListResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ListResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ListResponse.Merge(m, src)
|
|
}
|
|
func (m *ListResponse) XXX_Size() int {
|
|
return xxx_messageInfo_ListResponse.Size(m)
|
|
}
|
|
func (m *ListResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ListResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ListResponse proto.InternalMessageInfo
|
|
|
|
func (m *ListResponse) GetKeys() []string {
|
|
if m != nil {
|
|
return m.Keys
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type InputMessage struct {
|
|
// Types that are valid to be assigned to Input:
|
|
// *InputMessage_Init
|
|
// *InputMessage_Data
|
|
Input isInputMessage_Input `protobuf_oneof:"Input"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InputMessage) Reset() { *m = InputMessage{} }
|
|
func (m *InputMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*InputMessage) ProtoMessage() {}
|
|
func (*InputMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{22}
|
|
}
|
|
func (m *InputMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InputMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *InputMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InputMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InputMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InputMessage.Merge(m, src)
|
|
}
|
|
func (m *InputMessage) XXX_Size() int {
|
|
return xxx_messageInfo_InputMessage.Size(m)
|
|
}
|
|
func (m *InputMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InputMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InputMessage proto.InternalMessageInfo
|
|
|
|
type isInputMessage_Input interface {
|
|
isInputMessage_Input()
|
|
}
|
|
|
|
type InputMessage_Init struct {
|
|
Init *InputInitMessage `protobuf:"bytes,1,opt,name=Init,proto3,oneof" json:"Init,omitempty"`
|
|
}
|
|
type InputMessage_Data struct {
|
|
Data *DataMessage `protobuf:"bytes,2,opt,name=Data,proto3,oneof" json:"Data,omitempty"`
|
|
}
|
|
|
|
func (*InputMessage_Init) isInputMessage_Input() {}
|
|
func (*InputMessage_Data) isInputMessage_Input() {}
|
|
|
|
func (m *InputMessage) GetInput() isInputMessage_Input {
|
|
if m != nil {
|
|
return m.Input
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *InputMessage) GetInit() *InputInitMessage {
|
|
if x, ok := m.GetInput().(*InputMessage_Init); ok {
|
|
return x.Init
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *InputMessage) GetData() *DataMessage {
|
|
if x, ok := m.GetInput().(*InputMessage_Data); ok {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// XXX_OneofWrappers is for the internal use of the proto package.
|
|
func (*InputMessage) XXX_OneofWrappers() []interface{} {
|
|
return []interface{}{
|
|
(*InputMessage_Init)(nil),
|
|
(*InputMessage_Data)(nil),
|
|
}
|
|
}
|
|
|
|
type InputInitMessage struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InputInitMessage) Reset() { *m = InputInitMessage{} }
|
|
func (m *InputInitMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*InputInitMessage) ProtoMessage() {}
|
|
func (*InputInitMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{23}
|
|
}
|
|
func (m *InputInitMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InputInitMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *InputInitMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InputInitMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InputInitMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InputInitMessage.Merge(m, src)
|
|
}
|
|
func (m *InputInitMessage) XXX_Size() int {
|
|
return xxx_messageInfo_InputInitMessage.Size(m)
|
|
}
|
|
func (m *InputInitMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InputInitMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InputInitMessage proto.InternalMessageInfo
|
|
|
|
func (m *InputInitMessage) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DataMessage struct {
|
|
EOF bool `protobuf:"varint,1,opt,name=EOF,proto3" json:"EOF,omitempty"`
|
|
Data []byte `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *DataMessage) Reset() { *m = DataMessage{} }
|
|
func (m *DataMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*DataMessage) ProtoMessage() {}
|
|
func (*DataMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{24}
|
|
}
|
|
func (m *DataMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_DataMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *DataMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_DataMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *DataMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_DataMessage.Merge(m, src)
|
|
}
|
|
func (m *DataMessage) XXX_Size() int {
|
|
return xxx_messageInfo_DataMessage.Size(m)
|
|
}
|
|
func (m *DataMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_DataMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_DataMessage proto.InternalMessageInfo
|
|
|
|
func (m *DataMessage) GetEOF() bool {
|
|
if m != nil {
|
|
return m.EOF
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *DataMessage) GetData() []byte {
|
|
if m != nil {
|
|
return m.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type InputResponse struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InputResponse) Reset() { *m = InputResponse{} }
|
|
func (m *InputResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*InputResponse) ProtoMessage() {}
|
|
func (*InputResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{25}
|
|
}
|
|
func (m *InputResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InputResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *InputResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InputResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InputResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InputResponse.Merge(m, src)
|
|
}
|
|
func (m *InputResponse) XXX_Size() int {
|
|
return xxx_messageInfo_InputResponse.Size(m)
|
|
}
|
|
func (m *InputResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InputResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InputResponse proto.InternalMessageInfo
|
|
|
|
type Message struct {
|
|
// Types that are valid to be assigned to Input:
|
|
// *Message_Init
|
|
// *Message_File
|
|
// *Message_Resize
|
|
// *Message_Signal
|
|
Input isMessage_Input `protobuf_oneof:"Input"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Message) Reset() { *m = Message{} }
|
|
func (m *Message) String() string { return proto.CompactTextString(m) }
|
|
func (*Message) ProtoMessage() {}
|
|
func (*Message) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{26}
|
|
}
|
|
func (m *Message) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Message.Unmarshal(m, b)
|
|
}
|
|
func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Message.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Message) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Message.Merge(m, src)
|
|
}
|
|
func (m *Message) XXX_Size() int {
|
|
return xxx_messageInfo_Message.Size(m)
|
|
}
|
|
func (m *Message) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Message.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Message proto.InternalMessageInfo
|
|
|
|
type isMessage_Input interface {
|
|
isMessage_Input()
|
|
}
|
|
|
|
type Message_Init struct {
|
|
Init *InitMessage `protobuf:"bytes,1,opt,name=Init,proto3,oneof" json:"Init,omitempty"`
|
|
}
|
|
type Message_File struct {
|
|
File *FdMessage `protobuf:"bytes,2,opt,name=File,proto3,oneof" json:"File,omitempty"`
|
|
}
|
|
type Message_Resize struct {
|
|
Resize *ResizeMessage `protobuf:"bytes,3,opt,name=Resize,proto3,oneof" json:"Resize,omitempty"`
|
|
}
|
|
type Message_Signal struct {
|
|
Signal *SignalMessage `protobuf:"bytes,4,opt,name=Signal,proto3,oneof" json:"Signal,omitempty"`
|
|
}
|
|
|
|
func (*Message_Init) isMessage_Input() {}
|
|
func (*Message_File) isMessage_Input() {}
|
|
func (*Message_Resize) isMessage_Input() {}
|
|
func (*Message_Signal) isMessage_Input() {}
|
|
|
|
func (m *Message) GetInput() isMessage_Input {
|
|
if m != nil {
|
|
return m.Input
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetInit() *InitMessage {
|
|
if x, ok := m.GetInput().(*Message_Init); ok {
|
|
return x.Init
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetFile() *FdMessage {
|
|
if x, ok := m.GetInput().(*Message_File); ok {
|
|
return x.File
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetResize() *ResizeMessage {
|
|
if x, ok := m.GetInput().(*Message_Resize); ok {
|
|
return x.Resize
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Message) GetSignal() *SignalMessage {
|
|
if x, ok := m.GetInput().(*Message_Signal); ok {
|
|
return x.Signal
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// XXX_OneofWrappers is for the internal use of the proto package.
|
|
func (*Message) XXX_OneofWrappers() []interface{} {
|
|
return []interface{}{
|
|
(*Message_Init)(nil),
|
|
(*Message_File)(nil),
|
|
(*Message_Resize)(nil),
|
|
(*Message_Signal)(nil),
|
|
}
|
|
}
|
|
|
|
type InitMessage struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
// If ProcessID already exists in the server, it tries to connect to it
|
|
// instead of invoking the new one. In this case, InvokeConfig will be ignored.
|
|
ProcessID string `protobuf:"bytes,2,opt,name=ProcessID,proto3" json:"ProcessID,omitempty"`
|
|
InvokeConfig *InvokeConfig `protobuf:"bytes,3,opt,name=InvokeConfig,proto3" json:"InvokeConfig,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InitMessage) Reset() { *m = InitMessage{} }
|
|
func (m *InitMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*InitMessage) ProtoMessage() {}
|
|
func (*InitMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{27}
|
|
}
|
|
func (m *InitMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InitMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *InitMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InitMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InitMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InitMessage.Merge(m, src)
|
|
}
|
|
func (m *InitMessage) XXX_Size() int {
|
|
return xxx_messageInfo_InitMessage.Size(m)
|
|
}
|
|
func (m *InitMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InitMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InitMessage proto.InternalMessageInfo
|
|
|
|
func (m *InitMessage) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *InitMessage) GetProcessID() string {
|
|
if m != nil {
|
|
return m.ProcessID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *InitMessage) GetInvokeConfig() *InvokeConfig {
|
|
if m != nil {
|
|
return m.InvokeConfig
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type InvokeConfig struct {
|
|
Entrypoint []string `protobuf:"bytes,1,rep,name=Entrypoint,proto3" json:"Entrypoint,omitempty"`
|
|
Cmd []string `protobuf:"bytes,2,rep,name=Cmd,proto3" json:"Cmd,omitempty"`
|
|
NoCmd bool `protobuf:"varint,11,opt,name=NoCmd,proto3" json:"NoCmd,omitempty"`
|
|
Env []string `protobuf:"bytes,3,rep,name=Env,proto3" json:"Env,omitempty"`
|
|
User string `protobuf:"bytes,4,opt,name=User,proto3" json:"User,omitempty"`
|
|
NoUser bool `protobuf:"varint,5,opt,name=NoUser,proto3" json:"NoUser,omitempty"`
|
|
Cwd string `protobuf:"bytes,6,opt,name=Cwd,proto3" json:"Cwd,omitempty"`
|
|
NoCwd bool `protobuf:"varint,7,opt,name=NoCwd,proto3" json:"NoCwd,omitempty"`
|
|
Tty bool `protobuf:"varint,8,opt,name=Tty,proto3" json:"Tty,omitempty"`
|
|
Rollback bool `protobuf:"varint,9,opt,name=Rollback,proto3" json:"Rollback,omitempty"`
|
|
Initial bool `protobuf:"varint,10,opt,name=Initial,proto3" json:"Initial,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InvokeConfig) Reset() { *m = InvokeConfig{} }
|
|
func (m *InvokeConfig) String() string { return proto.CompactTextString(m) }
|
|
func (*InvokeConfig) ProtoMessage() {}
|
|
func (*InvokeConfig) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{28}
|
|
}
|
|
func (m *InvokeConfig) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InvokeConfig.Unmarshal(m, b)
|
|
}
|
|
func (m *InvokeConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InvokeConfig.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InvokeConfig) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InvokeConfig.Merge(m, src)
|
|
}
|
|
func (m *InvokeConfig) XXX_Size() int {
|
|
return xxx_messageInfo_InvokeConfig.Size(m)
|
|
}
|
|
func (m *InvokeConfig) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InvokeConfig.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InvokeConfig proto.InternalMessageInfo
|
|
|
|
func (m *InvokeConfig) GetEntrypoint() []string {
|
|
if m != nil {
|
|
return m.Entrypoint
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *InvokeConfig) GetCmd() []string {
|
|
if m != nil {
|
|
return m.Cmd
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *InvokeConfig) GetNoCmd() bool {
|
|
if m != nil {
|
|
return m.NoCmd
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *InvokeConfig) GetEnv() []string {
|
|
if m != nil {
|
|
return m.Env
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *InvokeConfig) GetUser() string {
|
|
if m != nil {
|
|
return m.User
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *InvokeConfig) GetNoUser() bool {
|
|
if m != nil {
|
|
return m.NoUser
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *InvokeConfig) GetCwd() string {
|
|
if m != nil {
|
|
return m.Cwd
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *InvokeConfig) GetNoCwd() bool {
|
|
if m != nil {
|
|
return m.NoCwd
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *InvokeConfig) GetTty() bool {
|
|
if m != nil {
|
|
return m.Tty
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *InvokeConfig) GetRollback() bool {
|
|
if m != nil {
|
|
return m.Rollback
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *InvokeConfig) GetInitial() bool {
|
|
if m != nil {
|
|
return m.Initial
|
|
}
|
|
return false
|
|
}
|
|
|
|
type FdMessage struct {
|
|
Fd uint32 `protobuf:"varint,1,opt,name=Fd,proto3" json:"Fd,omitempty"`
|
|
EOF bool `protobuf:"varint,2,opt,name=EOF,proto3" json:"EOF,omitempty"`
|
|
Data []byte `protobuf:"bytes,3,opt,name=Data,proto3" json:"Data,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FdMessage) Reset() { *m = FdMessage{} }
|
|
func (m *FdMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*FdMessage) ProtoMessage() {}
|
|
func (*FdMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{29}
|
|
}
|
|
func (m *FdMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FdMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *FdMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FdMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *FdMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FdMessage.Merge(m, src)
|
|
}
|
|
func (m *FdMessage) XXX_Size() int {
|
|
return xxx_messageInfo_FdMessage.Size(m)
|
|
}
|
|
func (m *FdMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FdMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FdMessage proto.InternalMessageInfo
|
|
|
|
func (m *FdMessage) GetFd() uint32 {
|
|
if m != nil {
|
|
return m.Fd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *FdMessage) GetEOF() bool {
|
|
if m != nil {
|
|
return m.EOF
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *FdMessage) GetData() []byte {
|
|
if m != nil {
|
|
return m.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ResizeMessage struct {
|
|
Rows uint32 `protobuf:"varint,1,opt,name=Rows,proto3" json:"Rows,omitempty"`
|
|
Cols uint32 `protobuf:"varint,2,opt,name=Cols,proto3" json:"Cols,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ResizeMessage) Reset() { *m = ResizeMessage{} }
|
|
func (m *ResizeMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*ResizeMessage) ProtoMessage() {}
|
|
func (*ResizeMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{30}
|
|
}
|
|
func (m *ResizeMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ResizeMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *ResizeMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ResizeMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ResizeMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ResizeMessage.Merge(m, src)
|
|
}
|
|
func (m *ResizeMessage) XXX_Size() int {
|
|
return xxx_messageInfo_ResizeMessage.Size(m)
|
|
}
|
|
func (m *ResizeMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ResizeMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ResizeMessage proto.InternalMessageInfo
|
|
|
|
func (m *ResizeMessage) GetRows() uint32 {
|
|
if m != nil {
|
|
return m.Rows
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *ResizeMessage) GetCols() uint32 {
|
|
if m != nil {
|
|
return m.Cols
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SignalMessage struct {
|
|
// we only send name (ie HUP, INT) because the int values
|
|
// are platform dependent.
|
|
Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SignalMessage) Reset() { *m = SignalMessage{} }
|
|
func (m *SignalMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*SignalMessage) ProtoMessage() {}
|
|
func (*SignalMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{31}
|
|
}
|
|
func (m *SignalMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SignalMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *SignalMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SignalMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SignalMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SignalMessage.Merge(m, src)
|
|
}
|
|
func (m *SignalMessage) XXX_Size() int {
|
|
return xxx_messageInfo_SignalMessage.Size(m)
|
|
}
|
|
func (m *SignalMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SignalMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SignalMessage proto.InternalMessageInfo
|
|
|
|
func (m *SignalMessage) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type StatusRequest struct {
|
|
Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *StatusRequest) Reset() { *m = StatusRequest{} }
|
|
func (m *StatusRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*StatusRequest) ProtoMessage() {}
|
|
func (*StatusRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{32}
|
|
}
|
|
func (m *StatusRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_StatusRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *StatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_StatusRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *StatusRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_StatusRequest.Merge(m, src)
|
|
}
|
|
func (m *StatusRequest) XXX_Size() int {
|
|
return xxx_messageInfo_StatusRequest.Size(m)
|
|
}
|
|
func (m *StatusRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_StatusRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_StatusRequest proto.InternalMessageInfo
|
|
|
|
func (m *StatusRequest) GetRef() string {
|
|
if m != nil {
|
|
return m.Ref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type StatusResponse struct {
|
|
Vertexes []*control.Vertex `protobuf:"bytes,1,rep,name=vertexes,proto3" json:"vertexes,omitempty"`
|
|
Statuses []*control.VertexStatus `protobuf:"bytes,2,rep,name=statuses,proto3" json:"statuses,omitempty"`
|
|
Logs []*control.VertexLog `protobuf:"bytes,3,rep,name=logs,proto3" json:"logs,omitempty"`
|
|
Warnings []*control.VertexWarning `protobuf:"bytes,4,rep,name=warnings,proto3" json:"warnings,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *StatusResponse) Reset() { *m = StatusResponse{} }
|
|
func (m *StatusResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*StatusResponse) ProtoMessage() {}
|
|
func (*StatusResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{33}
|
|
}
|
|
func (m *StatusResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_StatusResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_StatusResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *StatusResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_StatusResponse.Merge(m, src)
|
|
}
|
|
func (m *StatusResponse) XXX_Size() int {
|
|
return xxx_messageInfo_StatusResponse.Size(m)
|
|
}
|
|
func (m *StatusResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_StatusResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_StatusResponse proto.InternalMessageInfo
|
|
|
|
func (m *StatusResponse) GetVertexes() []*control.Vertex {
|
|
if m != nil {
|
|
return m.Vertexes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *StatusResponse) GetStatuses() []*control.VertexStatus {
|
|
if m != nil {
|
|
return m.Statuses
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *StatusResponse) GetLogs() []*control.VertexLog {
|
|
if m != nil {
|
|
return m.Logs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *StatusResponse) GetWarnings() []*control.VertexWarning {
|
|
if m != nil {
|
|
return m.Warnings
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type InfoRequest struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InfoRequest) Reset() { *m = InfoRequest{} }
|
|
func (m *InfoRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*InfoRequest) ProtoMessage() {}
|
|
func (*InfoRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{34}
|
|
}
|
|
func (m *InfoRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InfoRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *InfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InfoRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InfoRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InfoRequest.Merge(m, src)
|
|
}
|
|
func (m *InfoRequest) XXX_Size() int {
|
|
return xxx_messageInfo_InfoRequest.Size(m)
|
|
}
|
|
func (m *InfoRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InfoRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InfoRequest proto.InternalMessageInfo
|
|
|
|
type InfoResponse struct {
|
|
BuildxVersion *BuildxVersion `protobuf:"bytes,1,opt,name=buildxVersion,proto3" json:"buildxVersion,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *InfoResponse) Reset() { *m = InfoResponse{} }
|
|
func (m *InfoResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*InfoResponse) ProtoMessage() {}
|
|
func (*InfoResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{35}
|
|
}
|
|
func (m *InfoResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_InfoResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *InfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_InfoResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *InfoResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_InfoResponse.Merge(m, src)
|
|
}
|
|
func (m *InfoResponse) XXX_Size() int {
|
|
return xxx_messageInfo_InfoResponse.Size(m)
|
|
}
|
|
func (m *InfoResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_InfoResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_InfoResponse proto.InternalMessageInfo
|
|
|
|
func (m *InfoResponse) GetBuildxVersion() *BuildxVersion {
|
|
if m != nil {
|
|
return m.BuildxVersion
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BuildxVersion struct {
|
|
Package string `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
|
|
Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
|
|
Revision string `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *BuildxVersion) Reset() { *m = BuildxVersion{} }
|
|
func (m *BuildxVersion) String() string { return proto.CompactTextString(m) }
|
|
func (*BuildxVersion) ProtoMessage() {}
|
|
func (*BuildxVersion) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_ed7f10298fa1d90f, []int{36}
|
|
}
|
|
func (m *BuildxVersion) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_BuildxVersion.Unmarshal(m, b)
|
|
}
|
|
func (m *BuildxVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_BuildxVersion.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *BuildxVersion) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_BuildxVersion.Merge(m, src)
|
|
}
|
|
func (m *BuildxVersion) XXX_Size() int {
|
|
return xxx_messageInfo_BuildxVersion.Size(m)
|
|
}
|
|
func (m *BuildxVersion) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_BuildxVersion.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_BuildxVersion proto.InternalMessageInfo
|
|
|
|
func (m *BuildxVersion) GetPackage() string {
|
|
if m != nil {
|
|
return m.Package
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildxVersion) GetVersion() string {
|
|
if m != nil {
|
|
return m.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BuildxVersion) GetRevision() string {
|
|
if m != nil {
|
|
return m.Revision
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*ListProcessesRequest)(nil), "buildx.controller.v1.ListProcessesRequest")
|
|
proto.RegisterType((*ListProcessesResponse)(nil), "buildx.controller.v1.ListProcessesResponse")
|
|
proto.RegisterType((*ProcessInfo)(nil), "buildx.controller.v1.ProcessInfo")
|
|
proto.RegisterType((*DisconnectProcessRequest)(nil), "buildx.controller.v1.DisconnectProcessRequest")
|
|
proto.RegisterType((*DisconnectProcessResponse)(nil), "buildx.controller.v1.DisconnectProcessResponse")
|
|
proto.RegisterType((*BuildRequest)(nil), "buildx.controller.v1.BuildRequest")
|
|
proto.RegisterType((*BuildOptions)(nil), "buildx.controller.v1.BuildOptions")
|
|
proto.RegisterMapType((map[string]string)(nil), "buildx.controller.v1.BuildOptions.BuildArgsEntry")
|
|
proto.RegisterMapType((map[string]string)(nil), "buildx.controller.v1.BuildOptions.LabelsEntry")
|
|
proto.RegisterMapType((map[string]string)(nil), "buildx.controller.v1.BuildOptions.NamedContextsEntry")
|
|
proto.RegisterType((*ExportEntry)(nil), "buildx.controller.v1.ExportEntry")
|
|
proto.RegisterMapType((map[string]string)(nil), "buildx.controller.v1.ExportEntry.AttrsEntry")
|
|
proto.RegisterType((*CacheOptionsEntry)(nil), "buildx.controller.v1.CacheOptionsEntry")
|
|
proto.RegisterMapType((map[string]string)(nil), "buildx.controller.v1.CacheOptionsEntry.AttrsEntry")
|
|
proto.RegisterType((*Attest)(nil), "buildx.controller.v1.Attest")
|
|
proto.RegisterType((*SSH)(nil), "buildx.controller.v1.SSH")
|
|
proto.RegisterType((*Secret)(nil), "buildx.controller.v1.Secret")
|
|
proto.RegisterType((*PrintFunc)(nil), "buildx.controller.v1.PrintFunc")
|
|
proto.RegisterType((*InspectRequest)(nil), "buildx.controller.v1.InspectRequest")
|
|
proto.RegisterType((*InspectResponse)(nil), "buildx.controller.v1.InspectResponse")
|
|
proto.RegisterType((*UlimitOpt)(nil), "buildx.controller.v1.UlimitOpt")
|
|
proto.RegisterMapType((map[string]*Ulimit)(nil), "buildx.controller.v1.UlimitOpt.ValuesEntry")
|
|
proto.RegisterType((*Ulimit)(nil), "buildx.controller.v1.Ulimit")
|
|
proto.RegisterType((*BuildResponse)(nil), "buildx.controller.v1.BuildResponse")
|
|
proto.RegisterMapType((map[string]string)(nil), "buildx.controller.v1.BuildResponse.ExporterResponseEntry")
|
|
proto.RegisterType((*DisconnectRequest)(nil), "buildx.controller.v1.DisconnectRequest")
|
|
proto.RegisterType((*DisconnectResponse)(nil), "buildx.controller.v1.DisconnectResponse")
|
|
proto.RegisterType((*ListRequest)(nil), "buildx.controller.v1.ListRequest")
|
|
proto.RegisterType((*ListResponse)(nil), "buildx.controller.v1.ListResponse")
|
|
proto.RegisterType((*InputMessage)(nil), "buildx.controller.v1.InputMessage")
|
|
proto.RegisterType((*InputInitMessage)(nil), "buildx.controller.v1.InputInitMessage")
|
|
proto.RegisterType((*DataMessage)(nil), "buildx.controller.v1.DataMessage")
|
|
proto.RegisterType((*InputResponse)(nil), "buildx.controller.v1.InputResponse")
|
|
proto.RegisterType((*Message)(nil), "buildx.controller.v1.Message")
|
|
proto.RegisterType((*InitMessage)(nil), "buildx.controller.v1.InitMessage")
|
|
proto.RegisterType((*InvokeConfig)(nil), "buildx.controller.v1.InvokeConfig")
|
|
proto.RegisterType((*FdMessage)(nil), "buildx.controller.v1.FdMessage")
|
|
proto.RegisterType((*ResizeMessage)(nil), "buildx.controller.v1.ResizeMessage")
|
|
proto.RegisterType((*SignalMessage)(nil), "buildx.controller.v1.SignalMessage")
|
|
proto.RegisterType((*StatusRequest)(nil), "buildx.controller.v1.StatusRequest")
|
|
proto.RegisterType((*StatusResponse)(nil), "buildx.controller.v1.StatusResponse")
|
|
proto.RegisterType((*InfoRequest)(nil), "buildx.controller.v1.InfoRequest")
|
|
proto.RegisterType((*InfoResponse)(nil), "buildx.controller.v1.InfoResponse")
|
|
proto.RegisterType((*BuildxVersion)(nil), "buildx.controller.v1.BuildxVersion")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("controller.proto", fileDescriptor_ed7f10298fa1d90f) }
|
|
|
|
var fileDescriptor_ed7f10298fa1d90f = []byte{
|
|
// 1890 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0x5f, 0x6f, 0xdb, 0xc8,
|
|
0x11, 0x2f, 0x25, 0x59, 0x7f, 0x46, 0x96, 0xe3, 0x6c, 0x9d, 0x74, 0xc3, 0xa4, 0x17, 0x87, 0x49,
|
|
0xae, 0x42, 0x53, 0x48, 0x77, 0xbe, 0xa6, 0xbe, 0x5c, 0xee, 0x80, 0xda, 0xb2, 0x05, 0xfb, 0x90,
|
|
0xd8, 0xc6, 0xca, 0xc9, 0xa1, 0x2d, 0xd0, 0x80, 0x92, 0xd6, 0x32, 0x21, 0x8a, 0xab, 0x72, 0x57,
|
|
0xb6, 0xd5, 0xa7, 0x3e, 0xb4, 0x6f, 0x45, 0xbf, 0x47, 0xd1, 0x8f, 0xd0, 0x97, 0xf6, 0x1b, 0xf5,
|
|
0x23, 0x14, 0xfb, 0x87, 0x14, 0x69, 0x89, 0xb2, 0xdd, 0x3e, 0x69, 0x67, 0xf8, 0xfb, 0xcd, 0xec,
|
|
0x2c, 0x67, 0x67, 0x86, 0x82, 0xf5, 0x1e, 0x0b, 0x44, 0xc8, 0x7c, 0x9f, 0x86, 0x8d, 0x71, 0xc8,
|
|
0x04, 0x43, 0x1b, 0xdd, 0x89, 0xe7, 0xf7, 0xaf, 0x1a, 0x89, 0x07, 0x17, 0x5f, 0xda, 0x6f, 0x07,
|
|
0x9e, 0x38, 0x9f, 0x74, 0x1b, 0x3d, 0x36, 0x6a, 0x8e, 0x58, 0x77, 0xda, 0x54, 0xa8, 0xa1, 0x27,
|
|
0x9a, 0xee, 0xd8, 0x6b, 0x72, 0x1a, 0x5e, 0x78, 0x3d, 0xca, 0x9b, 0x86, 0x14, 0xfd, 0x6a, 0x93,
|
|
0xf6, 0xeb, 0x4c, 0x32, 0x67, 0x93, 0xb0, 0x47, 0xc7, 0xcc, 0xf7, 0x7a, 0xd3, 0xe6, 0xb8, 0xdb,
|
|
0xd4, 0x2b, 0x4d, 0x73, 0xea, 0xb0, 0xf1, 0xce, 0xe3, 0xe2, 0x24, 0x64, 0x3d, 0xca, 0x39, 0xe5,
|
|
0x84, 0xfe, 0x61, 0x42, 0xb9, 0x40, 0xeb, 0x90, 0x27, 0xf4, 0x0c, 0x5b, 0x9b, 0x56, 0xbd, 0x42,
|
|
0xe4, 0xd2, 0x39, 0x81, 0x07, 0xd7, 0x90, 0x7c, 0xcc, 0x02, 0x4e, 0xd1, 0x36, 0xac, 0x1c, 0x06,
|
|
0x67, 0x8c, 0x63, 0x6b, 0x33, 0x5f, 0xaf, 0x6e, 0x3d, 0x6b, 0x2c, 0x0a, 0xae, 0x61, 0x78, 0x12,
|
|
0x49, 0x34, 0xde, 0xe1, 0x50, 0x4d, 0x68, 0xd1, 0x13, 0xa8, 0x44, 0xe2, 0x9e, 0x71, 0x3c, 0x53,
|
|
0xa0, 0x36, 0xac, 0x1e, 0x06, 0x17, 0x6c, 0x48, 0x5b, 0x2c, 0x38, 0xf3, 0x06, 0x38, 0xb7, 0x69,
|
|
0xd5, 0xab, 0x5b, 0xce, 0x62, 0x67, 0x49, 0x24, 0x49, 0xf1, 0x9c, 0xef, 0x01, 0xef, 0x79, 0xbc,
|
|
0xc7, 0x82, 0x80, 0xf6, 0xa2, 0x60, 0x32, 0x83, 0x4e, 0xef, 0x29, 0x77, 0x6d, 0x4f, 0xce, 0x63,
|
|
0x78, 0xb4, 0xc0, 0x96, 0x3e, 0x16, 0xe7, 0xf7, 0xb0, 0xba, 0x2b, 0xf7, 0x96, 0x6d, 0xfc, 0x5b,
|
|
0x28, 0x1d, 0x8f, 0x85, 0xc7, 0x02, 0xbe, 0x3c, 0x1a, 0x65, 0xc6, 0x20, 0x49, 0x44, 0x71, 0xfe,
|
|
0x55, 0x35, 0x0e, 0x8c, 0x02, 0x6d, 0x42, 0xb5, 0xc5, 0x02, 0x41, 0xaf, 0xc4, 0x89, 0x2b, 0xce,
|
|
0x8d, 0xa3, 0xa4, 0x0a, 0x7d, 0x0e, 0x6b, 0x7b, 0xac, 0x37, 0xa4, 0xe1, 0x99, 0xe7, 0xd3, 0x23,
|
|
0x77, 0x44, 0x4d, 0x48, 0xd7, 0xb4, 0xe8, 0x3b, 0x19, 0xb5, 0x17, 0x88, 0xf6, 0x24, 0xe8, 0xe1,
|
|
0xbc, 0xda, 0xda, 0xd3, 0xac, 0xb7, 0x6a, 0x60, 0x64, 0xc6, 0x40, 0xbf, 0x83, 0x9a, 0x34, 0xd3,
|
|
0x37, 0xae, 0x39, 0x2e, 0xa8, 0xc4, 0x78, 0x7d, 0x73, 0x74, 0x8d, 0x14, 0x6f, 0x3f, 0x10, 0xe1,
|
|
0x94, 0xa4, 0x6d, 0xa1, 0x0d, 0x58, 0xd9, 0xf1, 0x7d, 0x76, 0x89, 0x57, 0x36, 0xf3, 0xf5, 0x0a,
|
|
0xd1, 0x02, 0xfa, 0x15, 0x94, 0x76, 0x84, 0xa0, 0x5c, 0x70, 0x5c, 0x54, 0xce, 0x9e, 0x2c, 0x76,
|
|
0xa6, 0x41, 0x24, 0x02, 0xa3, 0x63, 0xa8, 0x28, 0xff, 0x3b, 0xe1, 0x80, 0xe3, 0x92, 0x62, 0x7e,
|
|
0x79, 0x8b, 0x6d, 0xc6, 0x1c, 0xbd, 0xc5, 0x99, 0x0d, 0xb4, 0x0f, 0x95, 0x96, 0xdb, 0x3b, 0xa7,
|
|
0xed, 0x90, 0x8d, 0x70, 0x59, 0x19, 0xfc, 0xd9, 0x62, 0x83, 0x0a, 0x66, 0x0c, 0x1a, 0x33, 0x31,
|
|
0x13, 0xed, 0x40, 0x49, 0x09, 0xa7, 0x0c, 0x57, 0xee, 0x66, 0x24, 0xe2, 0x21, 0x07, 0x56, 0x5b,
|
|
0x83, 0x90, 0x4d, 0xc6, 0x27, 0x6e, 0x48, 0x03, 0x81, 0x41, 0xbd, 0xea, 0x94, 0x0e, 0xbd, 0x85,
|
|
0xd2, 0xfe, 0xd5, 0x98, 0x85, 0x82, 0xe3, 0xea, 0xb2, 0xcb, 0xab, 0x41, 0xc6, 0x81, 0x61, 0xa0,
|
|
0xcf, 0x00, 0xf6, 0xaf, 0x44, 0xe8, 0x1e, 0x30, 0x79, 0xec, 0xab, 0xea, 0x75, 0x24, 0x34, 0xa8,
|
|
0x0d, 0xc5, 0x77, 0x6e, 0x97, 0xfa, 0x1c, 0xd7, 0x94, 0xed, 0xc6, 0x2d, 0x0e, 0x56, 0x13, 0xb4,
|
|
0x23, 0xc3, 0x96, 0x79, 0x7d, 0x44, 0xc5, 0x25, 0x0b, 0x87, 0xef, 0x59, 0x9f, 0xe2, 0x35, 0x9d,
|
|
0xd7, 0x09, 0x15, 0x7a, 0x01, 0xb5, 0x23, 0xa6, 0x0f, 0xcf, 0xf3, 0x05, 0x0d, 0xf1, 0x3d, 0xb5,
|
|
0x99, 0xb4, 0x52, 0xdd, 0x65, 0xdf, 0x15, 0x67, 0x2c, 0x1c, 0x71, 0xbc, 0xae, 0x10, 0x33, 0x85,
|
|
0xcc, 0xa0, 0x0e, 0xed, 0x85, 0x54, 0x70, 0x7c, 0x7f, 0x59, 0x06, 0x69, 0x10, 0x89, 0xc0, 0x08,
|
|
0x43, 0xa9, 0x73, 0x3e, 0xea, 0x78, 0x7f, 0xa4, 0x18, 0x6d, 0x5a, 0xf5, 0x3c, 0x89, 0x44, 0xf4,
|
|
0x0a, 0xf2, 0x9d, 0xce, 0x01, 0xfe, 0xb1, 0xb2, 0xf6, 0x28, 0xc3, 0x5a, 0xe7, 0x80, 0x48, 0x14,
|
|
0x42, 0x50, 0x38, 0x75, 0x07, 0x1c, 0x6f, 0xa8, 0x7d, 0xa9, 0x35, 0x7a, 0x08, 0xc5, 0x53, 0x37,
|
|
0x1c, 0x50, 0x81, 0x1f, 0xa8, 0x98, 0x8d, 0x84, 0xde, 0x40, 0xe9, 0x83, 0xef, 0x8d, 0x3c, 0xc1,
|
|
0xf1, 0xc3, 0x65, 0x97, 0x53, 0x83, 0x8e, 0xc7, 0x82, 0x44, 0x78, 0xb9, 0x5b, 0x75, 0xde, 0x34,
|
|
0xc4, 0x3f, 0x51, 0x36, 0x23, 0x51, 0x3e, 0x31, 0xc7, 0x85, 0xf1, 0xa6, 0x55, 0x2f, 0x93, 0x48,
|
|
0x94, 0x5b, 0x3b, 0x99, 0xf8, 0x3e, 0x7e, 0xa4, 0xd4, 0x6a, 0xad, 0xdf, 0xbd, 0x4c, 0x83, 0x93,
|
|
0x09, 0x3f, 0xc7, 0xb6, 0x7a, 0x92, 0xd0, 0xcc, 0x9e, 0xbf, 0x63, 0x6e, 0x1f, 0x3f, 0x4e, 0x3e,
|
|
0x97, 0x1a, 0x74, 0x08, 0xab, 0x1d, 0xd5, 0x96, 0x4e, 0x54, 0x33, 0xc2, 0x4f, 0x54, 0x1c, 0x2f,
|
|
0x1b, 0xb2, 0x73, 0x35, 0xa2, 0xce, 0x25, 0x63, 0x48, 0x36, 0xaf, 0x86, 0x06, 0x93, 0x14, 0xd5,
|
|
0xfe, 0x35, 0xa0, 0xf9, 0xaa, 0x21, 0xab, 0xed, 0x90, 0x4e, 0xa3, 0x6a, 0x3b, 0xa4, 0x53, 0x59,
|
|
0x38, 0x2e, 0x5c, 0x7f, 0x12, 0xd5, 0x3c, 0x2d, 0x7c, 0x93, 0xfb, 0xda, 0xb2, 0xbf, 0x85, 0xb5,
|
|
0xf4, 0x85, 0xbe, 0x13, 0xfb, 0x0d, 0x54, 0x13, 0x59, 0x7b, 0x17, 0xaa, 0xf3, 0x6f, 0x0b, 0xaa,
|
|
0x89, 0xab, 0xa5, 0x92, 0x60, 0x3a, 0xa6, 0x86, 0xac, 0xd6, 0x68, 0x17, 0x56, 0x76, 0x84, 0x08,
|
|
0x65, 0x8b, 0x90, 0x79, 0xf4, 0x8b, 0x1b, 0x2f, 0x68, 0x43, 0xc1, 0xf5, 0x15, 0xd2, 0x54, 0x79,
|
|
0x83, 0xf6, 0x28, 0x17, 0x5e, 0xe0, 0xca, 0x5b, 0xa6, 0x2a, 0x7a, 0x85, 0x24, 0x55, 0xf6, 0xd7,
|
|
0x00, 0x33, 0xda, 0x9d, 0x62, 0xf8, 0x87, 0x05, 0xf7, 0xe7, 0xaa, 0xd0, 0xc2, 0x48, 0x0e, 0xd2,
|
|
0x91, 0x6c, 0xdd, 0xb2, 0xa2, 0xcd, 0xc7, 0xf3, 0x7f, 0xec, 0xf6, 0x08, 0x8a, 0xba, 0xf4, 0x2f,
|
|
0xdc, 0xa1, 0x0d, 0xe5, 0x3d, 0x8f, 0xbb, 0x5d, 0x9f, 0xf6, 0x15, 0xb5, 0x4c, 0x62, 0x59, 0xf5,
|
|
0x1d, 0xb5, 0x7b, 0x7d, 0x7a, 0x5a, 0x70, 0xf4, 0x1d, 0x47, 0x6b, 0x90, 0x8b, 0x67, 0x96, 0xdc,
|
|
0xe1, 0x9e, 0x04, 0xcb, 0x86, 0xab, 0x43, 0xad, 0x10, 0x2d, 0x38, 0x6d, 0x28, 0xea, 0xaa, 0x31,
|
|
0x87, 0xb7, 0xa1, 0xdc, 0xf6, 0x7c, 0xaa, 0xfa, 0xb6, 0xde, 0x73, 0x2c, 0xcb, 0xf0, 0xf6, 0x83,
|
|
0x0b, 0xe3, 0x56, 0x2e, 0x9d, 0xed, 0x44, 0x7b, 0x96, 0x71, 0xa8, 0x4e, 0x6e, 0xe2, 0x50, 0xfd,
|
|
0xfb, 0x21, 0x14, 0xdb, 0x2c, 0x1c, 0xb9, 0xc2, 0x18, 0x33, 0x92, 0xe3, 0xc0, 0xda, 0x61, 0xc0,
|
|
0xc7, 0xb4, 0x27, 0xb2, 0xc7, 0xbc, 0x63, 0xb8, 0x17, 0x63, 0xcc, 0x80, 0x97, 0x98, 0x53, 0xac,
|
|
0xbb, 0xcf, 0x29, 0x7f, 0xb7, 0xa0, 0x12, 0x57, 0x22, 0xd4, 0x82, 0xa2, 0x7a, 0x1b, 0xd1, 0xb4,
|
|
0xf8, 0xea, 0x86, 0xd2, 0xd5, 0xf8, 0xa8, 0xd0, 0xa6, 0x23, 0x68, 0xaa, 0xfd, 0x03, 0x54, 0x13,
|
|
0xea, 0x05, 0x09, 0xb0, 0x95, 0x4c, 0x80, 0xcc, 0x52, 0xae, 0x9d, 0x24, 0xd3, 0x63, 0x0f, 0x8a,
|
|
0x5a, 0xb9, 0xf0, 0x58, 0x11, 0x14, 0x0e, 0xdc, 0x50, 0xa7, 0x46, 0x9e, 0xa8, 0xb5, 0xd4, 0x75,
|
|
0xd8, 0x99, 0x50, 0xaf, 0x27, 0x4f, 0xd4, 0xda, 0xf9, 0xa7, 0x05, 0x35, 0x33, 0xfa, 0x99, 0x13,
|
|
0xa4, 0xb0, 0xae, 0x6f, 0x28, 0x0d, 0x23, 0x9d, 0x89, 0xff, 0xcd, 0x92, 0xa3, 0x8c, 0xa0, 0x8d,
|
|
0xeb, 0x5c, 0x7d, 0x1a, 0x73, 0x26, 0xed, 0x16, 0x3c, 0x58, 0x08, 0xbd, 0xd3, 0x15, 0x79, 0x09,
|
|
0xf7, 0x67, 0x43, 0x6d, 0x76, 0x9e, 0x6c, 0x00, 0x4a, 0xc2, 0xcc, 0xd0, 0xfb, 0x14, 0xaa, 0xf2,
|
|
0x23, 0x21, 0x9b, 0xe6, 0xc0, 0xaa, 0x06, 0x98, 0x93, 0x41, 0x50, 0x18, 0xd2, 0xa9, 0xce, 0x86,
|
|
0x0a, 0x51, 0x6b, 0xe7, 0x6f, 0x96, 0x9c, 0xf5, 0xc7, 0x13, 0xf1, 0x9e, 0x72, 0xee, 0x0e, 0x64,
|
|
0x02, 0x16, 0x0e, 0x03, 0x4f, 0x98, 0xec, 0xfb, 0x3c, 0x6b, 0xe6, 0x1f, 0x4f, 0x84, 0x84, 0x19,
|
|
0xd6, 0xc1, 0x8f, 0x88, 0x62, 0xa1, 0x6d, 0x28, 0xec, 0xb9, 0xc2, 0x35, 0xb9, 0x90, 0x31, 0xe1,
|
|
0x48, 0x44, 0x82, 0x28, 0xc5, 0xdd, 0x92, 0xfc, 0xb0, 0x19, 0x4f, 0x84, 0xf3, 0x02, 0xd6, 0xaf,
|
|
0x5b, 0x5f, 0x10, 0xda, 0x57, 0x50, 0x4d, 0x58, 0x51, 0xf7, 0xf6, 0xb8, 0xad, 0x00, 0x65, 0x22,
|
|
0x97, 0x32, 0xd6, 0x78, 0x23, 0xab, 0xda, 0x87, 0x73, 0x0f, 0x6a, 0xca, 0x74, 0x7c, 0x82, 0x7f,
|
|
0xca, 0x41, 0x29, 0x32, 0xb1, 0x9d, 0x8a, 0xfb, 0x59, 0x56, 0xdc, 0xf3, 0x21, 0xbf, 0x86, 0x82,
|
|
0xac, 0x1f, 0x26, 0xe4, 0x8c, 0xf1, 0xa0, 0xdd, 0x4f, 0xd0, 0x24, 0x1c, 0x7d, 0x07, 0x45, 0x42,
|
|
0xb9, 0x1c, 0x65, 0xf4, 0xd0, 0xff, 0x7c, 0x31, 0x51, 0x63, 0x66, 0x64, 0x43, 0x92, 0xf4, 0x8e,
|
|
0x37, 0x08, 0x5c, 0x1f, 0x17, 0x96, 0xd1, 0x35, 0x26, 0x41, 0xd7, 0x8a, 0xd9, 0x71, 0xff, 0xc5,
|
|
0x82, 0xea, 0xd2, 0xa3, 0x5e, 0xfe, 0x59, 0x36, 0xf7, 0xa9, 0x98, 0xff, 0x1f, 0x3f, 0x15, 0xff,
|
|
0x9c, 0x4b, 0x1b, 0x52, 0x53, 0x8d, 0xbc, 0x4f, 0x63, 0xe6, 0x05, 0xc2, 0xa4, 0x6c, 0x42, 0x23,
|
|
0x37, 0xda, 0x1a, 0xf5, 0x4d, 0xd1, 0x97, 0x4b, 0x79, 0xcd, 0x8e, 0x98, 0xd4, 0x55, 0x55, 0x1a,
|
|
0x68, 0x61, 0x56, 0xd2, 0xf3, 0xa6, 0xa4, 0xcb, 0xd4, 0xf8, 0xc0, 0x69, 0xa8, 0x0e, 0xae, 0x42,
|
|
0xd4, 0x5a, 0x56, 0xf1, 0x23, 0xa6, 0xb4, 0x2b, 0x8a, 0x6c, 0x24, 0xe5, 0xe5, 0xb2, 0x8f, 0x8b,
|
|
0xfa, 0x38, 0x5a, 0x97, 0x91, 0x97, 0xcb, 0x3e, 0x2e, 0xc5, 0x5e, 0x2e, 0x95, 0x97, 0x53, 0x31,
|
|
0xc5, 0x65, 0x9d, 0x80, 0xa7, 0x62, 0x2a, 0xdb, 0x0c, 0x61, 0xbe, 0xdf, 0x75, 0x7b, 0x43, 0x5c,
|
|
0xd1, 0xfd, 0x2d, 0x92, 0xe5, 0xfc, 0x27, 0xcf, 0xdc, 0x73, 0x7d, 0xf5, 0xa5, 0x50, 0x26, 0x91,
|
|
0xe8, 0xec, 0x40, 0x25, 0x4e, 0x15, 0xd9, 0xb9, 0xda, 0x7d, 0xf5, 0x2a, 0x6a, 0x24, 0xd7, 0xee,
|
|
0x47, 0x59, 0x9e, 0x9b, 0xcf, 0xf2, 0x7c, 0x22, 0xcb, 0xb7, 0xa1, 0x96, 0x4a, 0x1a, 0x09, 0x22,
|
|
0xec, 0x92, 0x1b, 0x43, 0x6a, 0x2d, 0x75, 0x2d, 0xe6, 0xeb, 0x6f, 0xe1, 0x1a, 0x51, 0x6b, 0xe7,
|
|
0x39, 0xd4, 0x52, 0xe9, 0xb2, 0xa8, 0x2e, 0x3b, 0xcf, 0xa0, 0xd6, 0x11, 0xae, 0x98, 0x2c, 0xf9,
|
|
0xf3, 0xe2, 0x3f, 0x16, 0xac, 0x45, 0x18, 0x53, 0x79, 0x7e, 0x09, 0xe5, 0x0b, 0x1a, 0x0a, 0x7a,
|
|
0x15, 0xf7, 0x22, 0x3c, 0x3f, 0x7e, 0x7e, 0x54, 0x08, 0x12, 0x23, 0xd1, 0x37, 0x50, 0xe6, 0xca,
|
|
0x0e, 0x8d, 0xe6, 0x98, 0xcf, 0xb2, 0x58, 0xc6, 0x5f, 0x8c, 0x47, 0x4d, 0x28, 0xf8, 0x6c, 0xc0,
|
|
0xd5, 0x7b, 0xaf, 0x6e, 0x3d, 0xce, 0xe2, 0xbd, 0x63, 0x03, 0xa2, 0x80, 0xe8, 0x2d, 0x94, 0x2f,
|
|
0xdd, 0x30, 0xf0, 0x82, 0x41, 0xf4, 0x0d, 0xfd, 0x34, 0x8b, 0xf4, 0x83, 0xc6, 0x91, 0x98, 0xe0,
|
|
0xd4, 0xe4, 0x25, 0x3a, 0x63, 0xe6, 0x4c, 0x9c, 0xdf, 0xc8, 0x5c, 0x96, 0xa2, 0x09, 0xff, 0x10,
|
|
0x6a, 0xfa, 0x3e, 0x7c, 0xa4, 0x21, 0x97, 0x53, 0xa1, 0xb5, 0xec, 0xce, 0xee, 0x26, 0xa1, 0x24,
|
|
0xcd, 0x74, 0x3e, 0x99, 0x76, 0x17, 0x29, 0x64, 0x2e, 0x8d, 0xdd, 0xde, 0xd0, 0x1d, 0x44, 0xef,
|
|
0x29, 0x12, 0xe5, 0x93, 0x0b, 0xe3, 0x4f, 0x5f, 0xdb, 0x48, 0x94, 0xb9, 0x19, 0xd2, 0x0b, 0x8f,
|
|
0xcf, 0x06, 0xd4, 0x58, 0xde, 0xfa, 0x6b, 0x09, 0xa0, 0x15, 0xef, 0x07, 0x9d, 0xc0, 0x8a, 0xf2,
|
|
0x87, 0x9c, 0xa5, 0xcd, 0x53, 0xc5, 0x6d, 0x3f, 0xbf, 0x45, 0x83, 0x45, 0x1f, 0x65, 0xf2, 0xab,
|
|
0xa1, 0x07, 0xbd, 0xc8, 0x2a, 0x13, 0xc9, 0xb9, 0xc9, 0x7e, 0x79, 0x03, 0xca, 0xd8, 0xfd, 0x00,
|
|
0x45, 0x9d, 0x05, 0x28, 0xab, 0x16, 0x26, 0xf3, 0xd6, 0x7e, 0xb1, 0x1c, 0xa4, 0x8d, 0x7e, 0x61,
|
|
0x21, 0x62, 0x2a, 0x25, 0x72, 0x96, 0xb4, 0x42, 0x73, 0x63, 0xb2, 0x0e, 0x20, 0xd5, 0x75, 0xea,
|
|
0x16, 0xfa, 0x1e, 0x8a, 0xba, 0xd6, 0xa1, 0x9f, 0x2e, 0x26, 0x44, 0xf6, 0x96, 0x3f, 0xae, 0x5b,
|
|
0x5f, 0x58, 0xe8, 0x3d, 0x14, 0x64, 0x93, 0x47, 0x19, 0x1d, 0x2b, 0x31, 0x21, 0xd8, 0xce, 0x32,
|
|
0x88, 0x39, 0xc5, 0x4f, 0x00, 0xb3, 0x51, 0x03, 0x65, 0xfc, 0x13, 0x32, 0x37, 0xb3, 0xd8, 0xf5,
|
|
0x9b, 0x81, 0xc6, 0xc1, 0x7b, 0xd9, 0x67, 0xcf, 0x18, 0xca, 0xec, 0xb0, 0xf1, 0x35, 0xb2, 0x9d,
|
|
0x65, 0x10, 0x63, 0xee, 0x1c, 0x6a, 0xa9, 0x7f, 0x4a, 0xd1, 0xcf, 0xb3, 0x83, 0xbc, 0xfe, 0xc7,
|
|
0xab, 0xfd, 0xea, 0x56, 0x58, 0xe3, 0x49, 0x24, 0x67, 0x35, 0xf3, 0x18, 0x35, 0x6e, 0x8a, 0x3b,
|
|
0xfd, 0xaf, 0xa7, 0xdd, 0xbc, 0x35, 0x5e, 0x7b, 0xdd, 0x2d, 0xfc, 0x36, 0x37, 0xee, 0x76, 0x8b,
|
|
0xea, 0x0f, 0xe4, 0xaf, 0xfe, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x18, 0x4b, 0xe5, 0x8f, 0xde, 0x16,
|
|
0x00, 0x00,
|
|
}
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ context.Context
|
|
var _ grpc.ClientConn
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the grpc package it is being compiled against.
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
// ControllerClient is the client API for Controller service.
|
|
//
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
type ControllerClient interface {
|
|
Build(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error)
|
|
Inspect(ctx context.Context, in *InspectRequest, opts ...grpc.CallOption) (*InspectResponse, error)
|
|
Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (Controller_StatusClient, error)
|
|
Input(ctx context.Context, opts ...grpc.CallOption) (Controller_InputClient, error)
|
|
Invoke(ctx context.Context, opts ...grpc.CallOption) (Controller_InvokeClient, error)
|
|
List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error)
|
|
Disconnect(ctx context.Context, in *DisconnectRequest, opts ...grpc.CallOption) (*DisconnectResponse, error)
|
|
Info(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (*InfoResponse, error)
|
|
ListProcesses(ctx context.Context, in *ListProcessesRequest, opts ...grpc.CallOption) (*ListProcessesResponse, error)
|
|
DisconnectProcess(ctx context.Context, in *DisconnectProcessRequest, opts ...grpc.CallOption) (*DisconnectProcessResponse, error)
|
|
}
|
|
|
|
type controllerClient struct {
|
|
cc *grpc.ClientConn
|
|
}
|
|
|
|
func NewControllerClient(cc *grpc.ClientConn) ControllerClient {
|
|
return &controllerClient{cc}
|
|
}
|
|
|
|
func (c *controllerClient) Build(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) {
|
|
out := new(BuildResponse)
|
|
err := c.cc.Invoke(ctx, "/buildx.controller.v1.Controller/Build", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *controllerClient) Inspect(ctx context.Context, in *InspectRequest, opts ...grpc.CallOption) (*InspectResponse, error) {
|
|
out := new(InspectResponse)
|
|
err := c.cc.Invoke(ctx, "/buildx.controller.v1.Controller/Inspect", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *controllerClient) Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (Controller_StatusClient, error) {
|
|
stream, err := c.cc.NewStream(ctx, &_Controller_serviceDesc.Streams[0], "/buildx.controller.v1.Controller/Status", opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
x := &controllerStatusClient{stream}
|
|
if err := x.ClientStream.SendMsg(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if err := x.ClientStream.CloseSend(); err != nil {
|
|
return nil, err
|
|
}
|
|
return x, nil
|
|
}
|
|
|
|
type Controller_StatusClient interface {
|
|
Recv() (*StatusResponse, error)
|
|
grpc.ClientStream
|
|
}
|
|
|
|
type controllerStatusClient struct {
|
|
grpc.ClientStream
|
|
}
|
|
|
|
func (x *controllerStatusClient) Recv() (*StatusResponse, error) {
|
|
m := new(StatusResponse)
|
|
if err := x.ClientStream.RecvMsg(m); err != nil {
|
|
return nil, err
|
|
}
|
|
return m, nil
|
|
}
|
|
|
|
func (c *controllerClient) Input(ctx context.Context, opts ...grpc.CallOption) (Controller_InputClient, error) {
|
|
stream, err := c.cc.NewStream(ctx, &_Controller_serviceDesc.Streams[1], "/buildx.controller.v1.Controller/Input", opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
x := &controllerInputClient{stream}
|
|
return x, nil
|
|
}
|
|
|
|
type Controller_InputClient interface {
|
|
Send(*InputMessage) error
|
|
CloseAndRecv() (*InputResponse, error)
|
|
grpc.ClientStream
|
|
}
|
|
|
|
type controllerInputClient struct {
|
|
grpc.ClientStream
|
|
}
|
|
|
|
func (x *controllerInputClient) Send(m *InputMessage) error {
|
|
return x.ClientStream.SendMsg(m)
|
|
}
|
|
|
|
func (x *controllerInputClient) CloseAndRecv() (*InputResponse, error) {
|
|
if err := x.ClientStream.CloseSend(); err != nil {
|
|
return nil, err
|
|
}
|
|
m := new(InputResponse)
|
|
if err := x.ClientStream.RecvMsg(m); err != nil {
|
|
return nil, err
|
|
}
|
|
return m, nil
|
|
}
|
|
|
|
func (c *controllerClient) Invoke(ctx context.Context, opts ...grpc.CallOption) (Controller_InvokeClient, error) {
|
|
stream, err := c.cc.NewStream(ctx, &_Controller_serviceDesc.Streams[2], "/buildx.controller.v1.Controller/Invoke", opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
x := &controllerInvokeClient{stream}
|
|
return x, nil
|
|
}
|
|
|
|
type Controller_InvokeClient interface {
|
|
Send(*Message) error
|
|
Recv() (*Message, error)
|
|
grpc.ClientStream
|
|
}
|
|
|
|
type controllerInvokeClient struct {
|
|
grpc.ClientStream
|
|
}
|
|
|
|
func (x *controllerInvokeClient) Send(m *Message) error {
|
|
return x.ClientStream.SendMsg(m)
|
|
}
|
|
|
|
func (x *controllerInvokeClient) Recv() (*Message, error) {
|
|
m := new(Message)
|
|
if err := x.ClientStream.RecvMsg(m); err != nil {
|
|
return nil, err
|
|
}
|
|
return m, nil
|
|
}
|
|
|
|
func (c *controllerClient) List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error) {
|
|
out := new(ListResponse)
|
|
err := c.cc.Invoke(ctx, "/buildx.controller.v1.Controller/List", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *controllerClient) Disconnect(ctx context.Context, in *DisconnectRequest, opts ...grpc.CallOption) (*DisconnectResponse, error) {
|
|
out := new(DisconnectResponse)
|
|
err := c.cc.Invoke(ctx, "/buildx.controller.v1.Controller/Disconnect", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *controllerClient) Info(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (*InfoResponse, error) {
|
|
out := new(InfoResponse)
|
|
err := c.cc.Invoke(ctx, "/buildx.controller.v1.Controller/Info", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *controllerClient) ListProcesses(ctx context.Context, in *ListProcessesRequest, opts ...grpc.CallOption) (*ListProcessesResponse, error) {
|
|
out := new(ListProcessesResponse)
|
|
err := c.cc.Invoke(ctx, "/buildx.controller.v1.Controller/ListProcesses", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *controllerClient) DisconnectProcess(ctx context.Context, in *DisconnectProcessRequest, opts ...grpc.CallOption) (*DisconnectProcessResponse, error) {
|
|
out := new(DisconnectProcessResponse)
|
|
err := c.cc.Invoke(ctx, "/buildx.controller.v1.Controller/DisconnectProcess", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
// ControllerServer is the server API for Controller service.
|
|
type ControllerServer interface {
|
|
Build(context.Context, *BuildRequest) (*BuildResponse, error)
|
|
Inspect(context.Context, *InspectRequest) (*InspectResponse, error)
|
|
Status(*StatusRequest, Controller_StatusServer) error
|
|
Input(Controller_InputServer) error
|
|
Invoke(Controller_InvokeServer) error
|
|
List(context.Context, *ListRequest) (*ListResponse, error)
|
|
Disconnect(context.Context, *DisconnectRequest) (*DisconnectResponse, error)
|
|
Info(context.Context, *InfoRequest) (*InfoResponse, error)
|
|
ListProcesses(context.Context, *ListProcessesRequest) (*ListProcessesResponse, error)
|
|
DisconnectProcess(context.Context, *DisconnectProcessRequest) (*DisconnectProcessResponse, error)
|
|
}
|
|
|
|
// UnimplementedControllerServer can be embedded to have forward compatible implementations.
|
|
type UnimplementedControllerServer struct {
|
|
}
|
|
|
|
func (*UnimplementedControllerServer) Build(ctx context.Context, req *BuildRequest) (*BuildResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method Build not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) Inspect(ctx context.Context, req *InspectRequest) (*InspectResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method Inspect not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) Status(req *StatusRequest, srv Controller_StatusServer) error {
|
|
return status.Errorf(codes.Unimplemented, "method Status not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) Input(srv Controller_InputServer) error {
|
|
return status.Errorf(codes.Unimplemented, "method Input not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) Invoke(srv Controller_InvokeServer) error {
|
|
return status.Errorf(codes.Unimplemented, "method Invoke not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) List(ctx context.Context, req *ListRequest) (*ListResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method List not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) Disconnect(ctx context.Context, req *DisconnectRequest) (*DisconnectResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method Disconnect not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) Info(ctx context.Context, req *InfoRequest) (*InfoResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method Info not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) ListProcesses(ctx context.Context, req *ListProcessesRequest) (*ListProcessesResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method ListProcesses not implemented")
|
|
}
|
|
func (*UnimplementedControllerServer) DisconnectProcess(ctx context.Context, req *DisconnectProcessRequest) (*DisconnectProcessResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method DisconnectProcess not implemented")
|
|
}
|
|
|
|
func RegisterControllerServer(s *grpc.Server, srv ControllerServer) {
|
|
s.RegisterService(&_Controller_serviceDesc, srv)
|
|
}
|
|
|
|
func _Controller_Build_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(BuildRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ControllerServer).Build(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/buildx.controller.v1.Controller/Build",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ControllerServer).Build(ctx, req.(*BuildRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _Controller_Inspect_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(InspectRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ControllerServer).Inspect(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/buildx.controller.v1.Controller/Inspect",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ControllerServer).Inspect(ctx, req.(*InspectRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _Controller_Status_Handler(srv interface{}, stream grpc.ServerStream) error {
|
|
m := new(StatusRequest)
|
|
if err := stream.RecvMsg(m); err != nil {
|
|
return err
|
|
}
|
|
return srv.(ControllerServer).Status(m, &controllerStatusServer{stream})
|
|
}
|
|
|
|
type Controller_StatusServer interface {
|
|
Send(*StatusResponse) error
|
|
grpc.ServerStream
|
|
}
|
|
|
|
type controllerStatusServer struct {
|
|
grpc.ServerStream
|
|
}
|
|
|
|
func (x *controllerStatusServer) Send(m *StatusResponse) error {
|
|
return x.ServerStream.SendMsg(m)
|
|
}
|
|
|
|
func _Controller_Input_Handler(srv interface{}, stream grpc.ServerStream) error {
|
|
return srv.(ControllerServer).Input(&controllerInputServer{stream})
|
|
}
|
|
|
|
type Controller_InputServer interface {
|
|
SendAndClose(*InputResponse) error
|
|
Recv() (*InputMessage, error)
|
|
grpc.ServerStream
|
|
}
|
|
|
|
type controllerInputServer struct {
|
|
grpc.ServerStream
|
|
}
|
|
|
|
func (x *controllerInputServer) SendAndClose(m *InputResponse) error {
|
|
return x.ServerStream.SendMsg(m)
|
|
}
|
|
|
|
func (x *controllerInputServer) Recv() (*InputMessage, error) {
|
|
m := new(InputMessage)
|
|
if err := x.ServerStream.RecvMsg(m); err != nil {
|
|
return nil, err
|
|
}
|
|
return m, nil
|
|
}
|
|
|
|
func _Controller_Invoke_Handler(srv interface{}, stream grpc.ServerStream) error {
|
|
return srv.(ControllerServer).Invoke(&controllerInvokeServer{stream})
|
|
}
|
|
|
|
type Controller_InvokeServer interface {
|
|
Send(*Message) error
|
|
Recv() (*Message, error)
|
|
grpc.ServerStream
|
|
}
|
|
|
|
type controllerInvokeServer struct {
|
|
grpc.ServerStream
|
|
}
|
|
|
|
func (x *controllerInvokeServer) Send(m *Message) error {
|
|
return x.ServerStream.SendMsg(m)
|
|
}
|
|
|
|
func (x *controllerInvokeServer) Recv() (*Message, error) {
|
|
m := new(Message)
|
|
if err := x.ServerStream.RecvMsg(m); err != nil {
|
|
return nil, err
|
|
}
|
|
return m, nil
|
|
}
|
|
|
|
func _Controller_List_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(ListRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ControllerServer).List(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/buildx.controller.v1.Controller/List",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ControllerServer).List(ctx, req.(*ListRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _Controller_Disconnect_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(DisconnectRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ControllerServer).Disconnect(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/buildx.controller.v1.Controller/Disconnect",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ControllerServer).Disconnect(ctx, req.(*DisconnectRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _Controller_Info_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(InfoRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ControllerServer).Info(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/buildx.controller.v1.Controller/Info",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ControllerServer).Info(ctx, req.(*InfoRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _Controller_ListProcesses_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(ListProcessesRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ControllerServer).ListProcesses(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/buildx.controller.v1.Controller/ListProcesses",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ControllerServer).ListProcesses(ctx, req.(*ListProcessesRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _Controller_DisconnectProcess_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(DisconnectProcessRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ControllerServer).DisconnectProcess(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/buildx.controller.v1.Controller/DisconnectProcess",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ControllerServer).DisconnectProcess(ctx, req.(*DisconnectProcessRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
var _Controller_serviceDesc = grpc.ServiceDesc{
|
|
ServiceName: "buildx.controller.v1.Controller",
|
|
HandlerType: (*ControllerServer)(nil),
|
|
Methods: []grpc.MethodDesc{
|
|
{
|
|
MethodName: "Build",
|
|
Handler: _Controller_Build_Handler,
|
|
},
|
|
{
|
|
MethodName: "Inspect",
|
|
Handler: _Controller_Inspect_Handler,
|
|
},
|
|
{
|
|
MethodName: "List",
|
|
Handler: _Controller_List_Handler,
|
|
},
|
|
{
|
|
MethodName: "Disconnect",
|
|
Handler: _Controller_Disconnect_Handler,
|
|
},
|
|
{
|
|
MethodName: "Info",
|
|
Handler: _Controller_Info_Handler,
|
|
},
|
|
{
|
|
MethodName: "ListProcesses",
|
|
Handler: _Controller_ListProcesses_Handler,
|
|
},
|
|
{
|
|
MethodName: "DisconnectProcess",
|
|
Handler: _Controller_DisconnectProcess_Handler,
|
|
},
|
|
},
|
|
Streams: []grpc.StreamDesc{
|
|
{
|
|
StreamName: "Status",
|
|
Handler: _Controller_Status_Handler,
|
|
ServerStreams: true,
|
|
},
|
|
{
|
|
StreamName: "Input",
|
|
Handler: _Controller_Input_Handler,
|
|
ClientStreams: true,
|
|
},
|
|
{
|
|
StreamName: "Invoke",
|
|
Handler: _Controller_Invoke_Handler,
|
|
ServerStreams: true,
|
|
ClientStreams: true,
|
|
},
|
|
},
|
|
Metadata: "controller.proto",
|
|
}
|