package moby_buildkit_v1

import "github.com/moby/buildkit/api/services/control"

Index

Constants

const (
	Control_DiskUsage_FullMethodName          = "/moby.buildkit.v1.Control/DiskUsage"
	Control_Prune_FullMethodName              = "/moby.buildkit.v1.Control/Prune"
	Control_Solve_FullMethodName              = "/moby.buildkit.v1.Control/Solve"
	Control_Status_FullMethodName             = "/moby.buildkit.v1.Control/Status"
	Control_Session_FullMethodName            = "/moby.buildkit.v1.Control/Session"
	Control_ListWorkers_FullMethodName        = "/moby.buildkit.v1.Control/ListWorkers"
	Control_Info_FullMethodName               = "/moby.buildkit.v1.Control/Info"
	Control_ListenBuildHistory_FullMethodName = "/moby.buildkit.v1.Control/ListenBuildHistory"
	Control_UpdateBuildHistory_FullMethodName = "/moby.buildkit.v1.Control/UpdateBuildHistory"
)

Variables

var (
	BuildHistoryEventType_name = map[int32]string{
		0: "STARTED",
		1: "COMPLETE",
		2: "DELETED",
	}
	BuildHistoryEventType_value = map[string]int32{
		"STARTED":  0,
		"COMPLETE": 1,
		"DELETED":  2,
	}
)

Enum value maps for BuildHistoryEventType.

var Control_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "moby.buildkit.v1.Control",
	HandlerType: (*ControlServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DiskUsage",
			Handler:    _Control_DiskUsage_Handler,
		},
		{
			MethodName: "Solve",
			Handler:    _Control_Solve_Handler,
		},
		{
			MethodName: "ListWorkers",
			Handler:    _Control_ListWorkers_Handler,
		},
		{
			MethodName: "Info",
			Handler:    _Control_Info_Handler,
		},
		{
			MethodName: "UpdateBuildHistory",
			Handler:    _Control_UpdateBuildHistory_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "Prune",
			Handler:       _Control_Prune_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Status",
			Handler:       _Control_Status_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Session",
			Handler:       _Control_Session_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "ListenBuildHistory",
			Handler:       _Control_ListenBuildHistory_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "github.com/moby/buildkit/api/services/control/control.proto",
}

Control_ServiceDesc is the grpc.ServiceDesc for Control service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

var File_github_com_moby_buildkit_api_services_control_control_proto protoreflect.FileDescriptor

Functions

func RegisterControlServer

func RegisterControlServer(s grpc.ServiceRegistrar, srv ControlServer)

Types

type BuildHistoryEvent

type BuildHistoryEvent struct {
	Type   BuildHistoryEventType `protobuf:"varint,1,opt,name=type,proto3,enum=moby.buildkit.v1.BuildHistoryEventType" json:"type,omitempty"`
	Record *BuildHistoryRecord   `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildHistoryEvent) CloneMessageVT

func (m *BuildHistoryEvent) CloneMessageVT() proto.Message

func (*BuildHistoryEvent) CloneVT

func (m *BuildHistoryEvent) CloneVT() *BuildHistoryEvent

func (*BuildHistoryEvent) Descriptor

func (*BuildHistoryEvent) Descriptor() ([]byte, []int)

Deprecated: Use BuildHistoryEvent.ProtoReflect.Descriptor instead.

func (*BuildHistoryEvent) EqualMessageVT

func (this *BuildHistoryEvent) EqualMessageVT(thatMsg proto.Message) bool

func (*BuildHistoryEvent) EqualVT

func (this *BuildHistoryEvent) EqualVT(that *BuildHistoryEvent) bool

func (*BuildHistoryEvent) GetRecord

func (x *BuildHistoryEvent) GetRecord() *BuildHistoryRecord

func (*BuildHistoryEvent) GetType

func (*BuildHistoryEvent) MarshalToSizedBufferVT

func (m *BuildHistoryEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BuildHistoryEvent) MarshalToVT

func (m *BuildHistoryEvent) MarshalToVT(dAtA []byte) (int, error)

func (*BuildHistoryEvent) MarshalVT

func (m *BuildHistoryEvent) MarshalVT() (dAtA []byte, err error)

func (*BuildHistoryEvent) ProtoMessage

func (*BuildHistoryEvent) ProtoMessage()

func (*BuildHistoryEvent) ProtoReflect

func (x *BuildHistoryEvent) ProtoReflect() protoreflect.Message

func (*BuildHistoryEvent) Reset

func (x *BuildHistoryEvent) Reset()

func (*BuildHistoryEvent) SizeVT

func (m *BuildHistoryEvent) SizeVT() (n int)

func (*BuildHistoryEvent) String

func (x *BuildHistoryEvent) String() string

func (*BuildHistoryEvent) UnmarshalVT

func (m *BuildHistoryEvent) UnmarshalVT(dAtA []byte) error

type BuildHistoryEventType

type BuildHistoryEventType int32
const (
	BuildHistoryEventType_STARTED  BuildHistoryEventType = 0
	BuildHistoryEventType_COMPLETE BuildHistoryEventType = 1
	BuildHistoryEventType_DELETED  BuildHistoryEventType = 2
)

func (BuildHistoryEventType) Descriptor

func (BuildHistoryEventType) Enum

func (BuildHistoryEventType) EnumDescriptor

func (BuildHistoryEventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuildHistoryEventType.Descriptor instead.

func (BuildHistoryEventType) Number

func (BuildHistoryEventType) String

func (x BuildHistoryEventType) String() string

func (BuildHistoryEventType) Type

type BuildHistoryRecord

type BuildHistoryRecord struct {
	Ref               string                      `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
	Frontend          string                      `protobuf:"bytes,2,opt,name=Frontend,proto3" json:"Frontend,omitempty"`
	FrontendAttrs     map[string]string           `protobuf:"bytes,3,rep,name=FrontendAttrs,proto3" json:"FrontendAttrs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Exporters         []*Exporter                 `protobuf:"bytes,4,rep,name=Exporters,proto3" json:"Exporters,omitempty"`
	Error             *status.Status              `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	CreatedAt         *timestamp.Timestamp        `protobuf:"bytes,6,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"`
	CompletedAt       *timestamp.Timestamp        `protobuf:"bytes,7,opt,name=CompletedAt,proto3" json:"CompletedAt,omitempty"`
	Logs              *Descriptor                 `protobuf:"bytes,8,opt,name=logs,proto3" json:"logs,omitempty"`
	ExporterResponse  map[string]string           `protobuf:"bytes,9,rep,name=ExporterResponse,proto3" json:"ExporterResponse,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Result            *BuildResultInfo            `protobuf:"bytes,10,opt,name=Result,proto3" json:"Result,omitempty"`
	Results           map[string]*BuildResultInfo `protobuf:"bytes,11,rep,name=Results,proto3" json:"Results,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Generation        int32                       `protobuf:"varint,12,opt,name=Generation,proto3" json:"Generation,omitempty"`
	Trace             *Descriptor                 `protobuf:"bytes,13,opt,name=trace,proto3" json:"trace,omitempty"`
	Pinned            bool                        `protobuf:"varint,14,opt,name=pinned,proto3" json:"pinned,omitempty"`
	NumCachedSteps    int32                       `protobuf:"varint,15,opt,name=numCachedSteps,proto3" json:"numCachedSteps,omitempty"`
	NumTotalSteps     int32                       `protobuf:"varint,16,opt,name=numTotalSteps,proto3" json:"numTotalSteps,omitempty"`
	NumCompletedSteps int32                       `protobuf:"varint,17,opt,name=numCompletedSteps,proto3" json:"numCompletedSteps,omitempty"`
	ExternalError     *Descriptor                 `protobuf:"bytes,18,opt,name=externalError,proto3" json:"externalError,omitempty"`
	NumWarnings       int32                       `protobuf:"varint,19,opt,name=numWarnings,proto3" json:"numWarnings,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildHistoryRecord) CloneMessageVT

func (m *BuildHistoryRecord) CloneMessageVT() proto.Message

func (*BuildHistoryRecord) CloneVT

func (m *BuildHistoryRecord) CloneVT() *BuildHistoryRecord

func (*BuildHistoryRecord) Descriptor

func (*BuildHistoryRecord) Descriptor() ([]byte, []int)

Deprecated: Use BuildHistoryRecord.ProtoReflect.Descriptor instead.

func (*BuildHistoryRecord) EqualMessageVT

func (this *BuildHistoryRecord) EqualMessageVT(thatMsg proto.Message) bool

func (*BuildHistoryRecord) EqualVT

func (this *BuildHistoryRecord) EqualVT(that *BuildHistoryRecord) bool

func (*BuildHistoryRecord) GetCompletedAt

func (x *BuildHistoryRecord) GetCompletedAt() *timestamp.Timestamp

func (*BuildHistoryRecord) GetCreatedAt

func (x *BuildHistoryRecord) GetCreatedAt() *timestamp.Timestamp

func (*BuildHistoryRecord) GetError

func (x *BuildHistoryRecord) GetError() *status.Status

func (*BuildHistoryRecord) GetExporterResponse

func (x *BuildHistoryRecord) GetExporterResponse() map[string]string

func (*BuildHistoryRecord) GetExporters

func (x *BuildHistoryRecord) GetExporters() []*Exporter

func (*BuildHistoryRecord) GetExternalError

func (x *BuildHistoryRecord) GetExternalError() *Descriptor

func (*BuildHistoryRecord) GetFrontend

func (x *BuildHistoryRecord) GetFrontend() string

func (*BuildHistoryRecord) GetFrontendAttrs

func (x *BuildHistoryRecord) GetFrontendAttrs() map[string]string

func (*BuildHistoryRecord) GetGeneration

func (x *BuildHistoryRecord) GetGeneration() int32

func (*BuildHistoryRecord) GetLogs

func (x *BuildHistoryRecord) GetLogs() *Descriptor

func (*BuildHistoryRecord) GetNumCachedSteps

func (x *BuildHistoryRecord) GetNumCachedSteps() int32

func (*BuildHistoryRecord) GetNumCompletedSteps

func (x *BuildHistoryRecord) GetNumCompletedSteps() int32

func (*BuildHistoryRecord) GetNumTotalSteps

func (x *BuildHistoryRecord) GetNumTotalSteps() int32

func (*BuildHistoryRecord) GetNumWarnings

func (x *BuildHistoryRecord) GetNumWarnings() int32

func (*BuildHistoryRecord) GetPinned

func (x *BuildHistoryRecord) GetPinned() bool

func (*BuildHistoryRecord) GetRef

func (x *BuildHistoryRecord) GetRef() string

func (*BuildHistoryRecord) GetResult

func (x *BuildHistoryRecord) GetResult() *BuildResultInfo

func (*BuildHistoryRecord) GetResults

func (x *BuildHistoryRecord) GetResults() map[string]*BuildResultInfo

func (*BuildHistoryRecord) GetTrace

func (x *BuildHistoryRecord) GetTrace() *Descriptor

func (*BuildHistoryRecord) MarshalToSizedBufferVT

func (m *BuildHistoryRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BuildHistoryRecord) MarshalToVT

func (m *BuildHistoryRecord) MarshalToVT(dAtA []byte) (int, error)

func (*BuildHistoryRecord) MarshalVT

func (m *BuildHistoryRecord) MarshalVT() (dAtA []byte, err error)

func (*BuildHistoryRecord) ProtoMessage

func (*BuildHistoryRecord) ProtoMessage()

func (*BuildHistoryRecord) ProtoReflect

func (x *BuildHistoryRecord) ProtoReflect() protoreflect.Message

func (*BuildHistoryRecord) Reset

func (x *BuildHistoryRecord) Reset()

func (*BuildHistoryRecord) SizeVT

func (m *BuildHistoryRecord) SizeVT() (n int)

func (*BuildHistoryRecord) String

func (x *BuildHistoryRecord) String() string

func (*BuildHistoryRecord) UnmarshalVT

func (m *BuildHistoryRecord) UnmarshalVT(dAtA []byte) error

type BuildHistoryRequest

type BuildHistoryRequest struct {
	ActiveOnly bool     `protobuf:"varint,1,opt,name=ActiveOnly,proto3" json:"ActiveOnly,omitempty"`
	Ref        string   `protobuf:"bytes,2,opt,name=Ref,proto3" json:"Ref,omitempty"`
	EarlyExit  bool     `protobuf:"varint,3,opt,name=EarlyExit,proto3" json:"EarlyExit,omitempty"`
	Filter     []string `protobuf:"bytes,4,rep,name=Filter,proto3" json:"Filter,omitempty"`
	Limit      int32    `protobuf:"varint,5,opt,name=Limit,proto3" json:"Limit,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildHistoryRequest) CloneMessageVT

func (m *BuildHistoryRequest) CloneMessageVT() proto.Message

func (*BuildHistoryRequest) CloneVT

func (*BuildHistoryRequest) Descriptor

func (*BuildHistoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use BuildHistoryRequest.ProtoReflect.Descriptor instead.

func (*BuildHistoryRequest) EqualMessageVT

func (this *BuildHistoryRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*BuildHistoryRequest) EqualVT

func (this *BuildHistoryRequest) EqualVT(that *BuildHistoryRequest) bool

func (*BuildHistoryRequest) GetActiveOnly

func (x *BuildHistoryRequest) GetActiveOnly() bool

func (*BuildHistoryRequest) GetEarlyExit

func (x *BuildHistoryRequest) GetEarlyExit() bool

func (*BuildHistoryRequest) GetFilter

func (x *BuildHistoryRequest) GetFilter() []string

func (*BuildHistoryRequest) GetLimit

func (x *BuildHistoryRequest) GetLimit() int32

func (*BuildHistoryRequest) GetRef

func (x *BuildHistoryRequest) GetRef() string

func (*BuildHistoryRequest) MarshalToSizedBufferVT

func (m *BuildHistoryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BuildHistoryRequest) MarshalToVT

func (m *BuildHistoryRequest) MarshalToVT(dAtA []byte) (int, error)

func (*BuildHistoryRequest) MarshalVT

func (m *BuildHistoryRequest) MarshalVT() (dAtA []byte, err error)

func (*BuildHistoryRequest) ProtoMessage

func (*BuildHistoryRequest) ProtoMessage()

func (*BuildHistoryRequest) ProtoReflect

func (x *BuildHistoryRequest) ProtoReflect() protoreflect.Message

func (*BuildHistoryRequest) Reset

func (x *BuildHistoryRequest) Reset()

func (*BuildHistoryRequest) SizeVT

func (m *BuildHistoryRequest) SizeVT() (n int)

func (*BuildHistoryRequest) String

func (x *BuildHistoryRequest) String() string

func (*BuildHistoryRequest) UnmarshalVT

func (m *BuildHistoryRequest) UnmarshalVT(dAtA []byte) error

type BuildResultInfo

type BuildResultInfo struct {
	ResultDeprecated *Descriptor           `protobuf:"bytes,1,opt,name=ResultDeprecated,proto3" json:"ResultDeprecated,omitempty"`
	Attestations     []*Descriptor         `protobuf:"bytes,2,rep,name=Attestations,proto3" json:"Attestations,omitempty"`
	Results          map[int64]*Descriptor `protobuf:"bytes,3,rep,name=Results,proto3" json:"Results,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

func (*BuildResultInfo) CloneMessageVT

func (m *BuildResultInfo) CloneMessageVT() proto.Message

func (*BuildResultInfo) CloneVT

func (m *BuildResultInfo) CloneVT() *BuildResultInfo

func (*BuildResultInfo) Descriptor

func (*BuildResultInfo) Descriptor() ([]byte, []int)

Deprecated: Use BuildResultInfo.ProtoReflect.Descriptor instead.

func (*BuildResultInfo) EqualMessageVT

func (this *BuildResultInfo) EqualMessageVT(thatMsg proto.Message) bool

func (*BuildResultInfo) EqualVT

func (this *BuildResultInfo) EqualVT(that *BuildResultInfo) bool

func (*BuildResultInfo) GetAttestations

func (x *BuildResultInfo) GetAttestations() []*Descriptor

func (*BuildResultInfo) GetResultDeprecated

func (x *BuildResultInfo) GetResultDeprecated() *Descriptor

func (*BuildResultInfo) GetResults

func (x *BuildResultInfo) GetResults() map[int64]*Descriptor

func (*BuildResultInfo) MarshalToSizedBufferVT

func (m *BuildResultInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BuildResultInfo) MarshalToVT

func (m *BuildResultInfo) MarshalToVT(dAtA []byte) (int, error)

func (*BuildResultInfo) MarshalVT

func (m *BuildResultInfo) MarshalVT() (dAtA []byte, err error)

func (*BuildResultInfo) ProtoMessage

func (*BuildResultInfo) ProtoMessage()

func (*BuildResultInfo) ProtoReflect

func (x *BuildResultInfo) ProtoReflect() protoreflect.Message

func (*BuildResultInfo) Reset

func (x *BuildResultInfo) Reset()

func (*BuildResultInfo) SizeVT

func (m *BuildResultInfo) SizeVT() (n int)

func (*BuildResultInfo) String

func (x *BuildResultInfo) String() string

func (*BuildResultInfo) UnmarshalVT

func (m *BuildResultInfo) UnmarshalVT(dAtA []byte) error

type BytesMessage

type BytesMessage struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesMessage) CloneMessageVT

func (m *BytesMessage) CloneMessageVT() proto.Message

func (*BytesMessage) CloneVT

func (m *BytesMessage) CloneVT() *BytesMessage

func (*BytesMessage) Descriptor

func (*BytesMessage) Descriptor() ([]byte, []int)

Deprecated: Use BytesMessage.ProtoReflect.Descriptor instead.

func (*BytesMessage) EqualMessageVT

func (this *BytesMessage) EqualMessageVT(thatMsg proto.Message) bool

func (*BytesMessage) EqualVT

func (this *BytesMessage) EqualVT(that *BytesMessage) bool

func (*BytesMessage) GetData

func (x *BytesMessage) GetData() []byte

func (*BytesMessage) MarshalToSizedBufferVT

func (m *BytesMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BytesMessage) MarshalToVT

func (m *BytesMessage) MarshalToVT(dAtA []byte) (int, error)

func (*BytesMessage) MarshalVT

func (m *BytesMessage) MarshalVT() (dAtA []byte, err error)

func (*BytesMessage) ProtoMessage

func (*BytesMessage) ProtoMessage()

func (*BytesMessage) ProtoReflect

func (x *BytesMessage) ProtoReflect() protoreflect.Message

func (*BytesMessage) Reset

func (x *BytesMessage) Reset()

func (*BytesMessage) SizeVT

func (m *BytesMessage) SizeVT() (n int)

func (*BytesMessage) String

func (x *BytesMessage) String() string

func (*BytesMessage) UnmarshalVT

func (m *BytesMessage) UnmarshalVT(dAtA []byte) error

type CacheOptions

type CacheOptions struct {

	// ExportRefDeprecated is deprecated in favor or the new Exports since BuildKit v0.4.0.
	// When ExportRefDeprecated is set, the solver appends
	// {.Type = "registry", .Attrs = ExportAttrs.add("ref", ExportRef)}
	// to Exports for compatibility. (planned to be removed)
	ExportRefDeprecated string `protobuf:"bytes,1,opt,name=ExportRefDeprecated,proto3" json:"ExportRefDeprecated,omitempty"`
	// ImportRefsDeprecated is deprecated in favor or the new Imports since BuildKit v0.4.0.
	// When ImportRefsDeprecated is set, the solver appends
	// {.Type = "registry", .Attrs = {"ref": importRef}}
	// for each of the ImportRefs entry to Imports for compatibility. (planned to be removed)
	ImportRefsDeprecated []string `protobuf:"bytes,2,rep,name=ImportRefsDeprecated,proto3" json:"ImportRefsDeprecated,omitempty"`
	// ExportAttrsDeprecated is deprecated since BuildKit v0.4.0.
	// See the description of ExportRefDeprecated.
	ExportAttrsDeprecated map[string]string `protobuf:"bytes,3,rep,name=ExportAttrsDeprecated,proto3" json:"ExportAttrsDeprecated,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Exports was introduced in BuildKit v0.4.0.
	Exports []*CacheOptionsEntry `protobuf:"bytes,4,rep,name=Exports,proto3" json:"Exports,omitempty"`
	// Imports was introduced in BuildKit v0.4.0.
	Imports []*CacheOptionsEntry `protobuf:"bytes,5,rep,name=Imports,proto3" json:"Imports,omitempty"`
	// contains filtered or unexported fields
}

func (*CacheOptions) CloneMessageVT

func (m *CacheOptions) CloneMessageVT() proto.Message

func (*CacheOptions) CloneVT

func (m *CacheOptions) CloneVT() *CacheOptions

func (*CacheOptions) Descriptor

func (*CacheOptions) Descriptor() ([]byte, []int)

Deprecated: Use CacheOptions.ProtoReflect.Descriptor instead.

func (*CacheOptions) EqualMessageVT

func (this *CacheOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*CacheOptions) EqualVT

func (this *CacheOptions) EqualVT(that *CacheOptions) bool

func (*CacheOptions) GetExportAttrsDeprecated

func (x *CacheOptions) GetExportAttrsDeprecated() map[string]string

func (*CacheOptions) GetExportRefDeprecated

func (x *CacheOptions) GetExportRefDeprecated() string

func (*CacheOptions) GetExports

func (x *CacheOptions) GetExports() []*CacheOptionsEntry

func (*CacheOptions) GetImportRefsDeprecated

func (x *CacheOptions) GetImportRefsDeprecated() []string

func (*CacheOptions) GetImports

func (x *CacheOptions) GetImports() []*CacheOptionsEntry

func (*CacheOptions) MarshalToSizedBufferVT

func (m *CacheOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CacheOptions) MarshalToVT

func (m *CacheOptions) MarshalToVT(dAtA []byte) (int, error)

func (*CacheOptions) MarshalVT

func (m *CacheOptions) MarshalVT() (dAtA []byte, err error)

func (*CacheOptions) ProtoMessage

func (*CacheOptions) ProtoMessage()

func (*CacheOptions) ProtoReflect

func (x *CacheOptions) ProtoReflect() protoreflect.Message

func (*CacheOptions) Reset

func (x *CacheOptions) Reset()

func (*CacheOptions) SizeVT

func (m *CacheOptions) SizeVT() (n int)

func (*CacheOptions) String

func (x *CacheOptions) String() string

func (*CacheOptions) UnmarshalVT

func (m *CacheOptions) UnmarshalVT(dAtA []byte) error

type CacheOptionsEntry

type CacheOptionsEntry struct {

	// Type is like "registry" or "local"
	Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	// Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
	// See cache importer/exporter implementations' documentation.
	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"`
	// contains filtered or unexported fields
}

func (*CacheOptionsEntry) CloneMessageVT

func (m *CacheOptionsEntry) CloneMessageVT() proto.Message

func (*CacheOptionsEntry) CloneVT

func (m *CacheOptionsEntry) CloneVT() *CacheOptionsEntry

func (*CacheOptionsEntry) Descriptor

func (*CacheOptionsEntry) Descriptor() ([]byte, []int)

Deprecated: Use CacheOptionsEntry.ProtoReflect.Descriptor instead.

func (*CacheOptionsEntry) EqualMessageVT

func (this *CacheOptionsEntry) EqualMessageVT(thatMsg proto.Message) bool

func (*CacheOptionsEntry) EqualVT

func (this *CacheOptionsEntry) EqualVT(that *CacheOptionsEntry) bool

func (*CacheOptionsEntry) GetAttrs

func (x *CacheOptionsEntry) GetAttrs() map[string]string

func (*CacheOptionsEntry) GetType

func (x *CacheOptionsEntry) GetType() string

func (*CacheOptionsEntry) MarshalToSizedBufferVT

func (m *CacheOptionsEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CacheOptionsEntry) MarshalToVT

func (m *CacheOptionsEntry) MarshalToVT(dAtA []byte) (int, error)

func (*CacheOptionsEntry) MarshalVT

func (m *CacheOptionsEntry) MarshalVT() (dAtA []byte, err error)

func (*CacheOptionsEntry) ProtoMessage

func (*CacheOptionsEntry) ProtoMessage()

func (*CacheOptionsEntry) ProtoReflect

func (x *CacheOptionsEntry) ProtoReflect() protoreflect.Message

func (*CacheOptionsEntry) Reset

func (x *CacheOptionsEntry) Reset()

func (*CacheOptionsEntry) SizeVT

func (m *CacheOptionsEntry) SizeVT() (n int)

func (*CacheOptionsEntry) String

func (x *CacheOptionsEntry) String() string

func (*CacheOptionsEntry) UnmarshalVT

func (m *CacheOptionsEntry) UnmarshalVT(dAtA []byte) error

type ControlClient

ControlClient is the client API for Control service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewControlClient

func NewControlClient(cc grpc.ClientConnInterface) ControlClient

type ControlServer

ControlServer is the server API for Control service. All implementations should embed UnimplementedControlServer for forward compatibility.

type Control_ListenBuildHistoryClient

type Control_ListenBuildHistoryClient = grpc.ServerStreamingClient[BuildHistoryEvent]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type Control_ListenBuildHistoryServer

type Control_ListenBuildHistoryServer = grpc.ServerStreamingServer[BuildHistoryEvent]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type Control_PruneClient

type Control_PruneClient = grpc.ServerStreamingClient[UsageRecord]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type Control_PruneServer

type Control_PruneServer = grpc.ServerStreamingServer[UsageRecord]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type Control_SessionClient

type Control_SessionClient = grpc.BidiStreamingClient[BytesMessage, BytesMessage]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type Control_SessionServer

type Control_SessionServer = grpc.BidiStreamingServer[BytesMessage, BytesMessage]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type Control_StatusClient

type Control_StatusClient = grpc.ServerStreamingClient[StatusResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type Control_StatusServer

type Control_StatusServer = grpc.ServerStreamingServer[StatusResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type Descriptor

type Descriptor struct {
	MediaType   string            `protobuf:"bytes,1,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"`
	Digest      string            `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"`
	Size        int64             `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Annotations map[string]string `protobuf:"bytes,5,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

func (*Descriptor) CloneMessageVT

func (m *Descriptor) CloneMessageVT() proto.Message

func (*Descriptor) CloneVT

func (m *Descriptor) CloneVT() *Descriptor

func (*Descriptor) Descriptor

func (*Descriptor) Descriptor() ([]byte, []int)

Deprecated: Use Descriptor.ProtoReflect.Descriptor instead.

func (*Descriptor) EqualMessageVT

func (this *Descriptor) EqualMessageVT(thatMsg proto.Message) bool

func (*Descriptor) EqualVT

func (this *Descriptor) EqualVT(that *Descriptor) bool

func (*Descriptor) GetAnnotations

func (x *Descriptor) GetAnnotations() map[string]string

func (*Descriptor) GetDigest

func (x *Descriptor) GetDigest() string

func (*Descriptor) GetMediaType

func (x *Descriptor) GetMediaType() string

func (*Descriptor) GetSize

func (x *Descriptor) GetSize() int64

func (*Descriptor) MarshalToSizedBufferVT

func (m *Descriptor) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Descriptor) MarshalToVT

func (m *Descriptor) MarshalToVT(dAtA []byte) (int, error)

func (*Descriptor) MarshalVT

func (m *Descriptor) MarshalVT() (dAtA []byte, err error)

func (*Descriptor) ProtoMessage

func (*Descriptor) ProtoMessage()

func (*Descriptor) ProtoReflect

func (x *Descriptor) ProtoReflect() protoreflect.Message

func (*Descriptor) Reset

func (x *Descriptor) Reset()

func (*Descriptor) SizeVT

func (m *Descriptor) SizeVT() (n int)

func (*Descriptor) String

func (x *Descriptor) String() string

func (*Descriptor) UnmarshalVT

func (m *Descriptor) UnmarshalVT(dAtA []byte) error

type DiskUsageRequest

type DiskUsageRequest struct {
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskUsageRequest) CloneMessageVT

func (m *DiskUsageRequest) CloneMessageVT() proto.Message

func (*DiskUsageRequest) CloneVT

func (m *DiskUsageRequest) CloneVT() *DiskUsageRequest

func (*DiskUsageRequest) Descriptor

func (*DiskUsageRequest) Descriptor() ([]byte, []int)

Deprecated: Use DiskUsageRequest.ProtoReflect.Descriptor instead.

func (*DiskUsageRequest) EqualMessageVT

func (this *DiskUsageRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*DiskUsageRequest) EqualVT

func (this *DiskUsageRequest) EqualVT(that *DiskUsageRequest) bool

func (*DiskUsageRequest) GetFilter

func (x *DiskUsageRequest) GetFilter() []string

func (*DiskUsageRequest) MarshalToSizedBufferVT

func (m *DiskUsageRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DiskUsageRequest) MarshalToVT

func (m *DiskUsageRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DiskUsageRequest) MarshalVT

func (m *DiskUsageRequest) MarshalVT() (dAtA []byte, err error)

func (*DiskUsageRequest) ProtoMessage

func (*DiskUsageRequest) ProtoMessage()

func (*DiskUsageRequest) ProtoReflect

func (x *DiskUsageRequest) ProtoReflect() protoreflect.Message

func (*DiskUsageRequest) Reset

func (x *DiskUsageRequest) Reset()

func (*DiskUsageRequest) SizeVT

func (m *DiskUsageRequest) SizeVT() (n int)

func (*DiskUsageRequest) String

func (x *DiskUsageRequest) String() string

func (*DiskUsageRequest) UnmarshalVT

func (m *DiskUsageRequest) UnmarshalVT(dAtA []byte) error

type DiskUsageResponse

type DiskUsageResponse struct {
	Record []*UsageRecord `protobuf:"bytes,1,rep,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskUsageResponse) CloneMessageVT

func (m *DiskUsageResponse) CloneMessageVT() proto.Message

func (*DiskUsageResponse) CloneVT

func (m *DiskUsageResponse) CloneVT() *DiskUsageResponse

func (*DiskUsageResponse) Descriptor

func (*DiskUsageResponse) Descriptor() ([]byte, []int)

Deprecated: Use DiskUsageResponse.ProtoReflect.Descriptor instead.

func (*DiskUsageResponse) EqualMessageVT

func (this *DiskUsageResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*DiskUsageResponse) EqualVT

func (this *DiskUsageResponse) EqualVT(that *DiskUsageResponse) bool

func (*DiskUsageResponse) GetRecord

func (x *DiskUsageResponse) GetRecord() []*UsageRecord

func (*DiskUsageResponse) MarshalToSizedBufferVT

func (m *DiskUsageResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DiskUsageResponse) MarshalToVT

func (m *DiskUsageResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DiskUsageResponse) MarshalVT

func (m *DiskUsageResponse) MarshalVT() (dAtA []byte, err error)

func (*DiskUsageResponse) ProtoMessage

func (*DiskUsageResponse) ProtoMessage()

func (*DiskUsageResponse) ProtoReflect

func (x *DiskUsageResponse) ProtoReflect() protoreflect.Message

func (*DiskUsageResponse) Reset

func (x *DiskUsageResponse) Reset()

func (*DiskUsageResponse) SizeVT

func (m *DiskUsageResponse) SizeVT() (n int)

func (*DiskUsageResponse) String

func (x *DiskUsageResponse) String() string

func (*DiskUsageResponse) UnmarshalVT

func (m *DiskUsageResponse) UnmarshalVT(dAtA []byte) error

type Exporter

type Exporter struct {

	// Type identifies the exporter
	Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	// Attrs specifies exporter configuration
	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"`
	// contains filtered or unexported fields
}

Exporter describes the output exporter

func (*Exporter) CloneMessageVT

func (m *Exporter) CloneMessageVT() proto.Message

func (*Exporter) CloneVT

func (m *Exporter) CloneVT() *Exporter

func (*Exporter) Descriptor

func (*Exporter) Descriptor() ([]byte, []int)

Deprecated: Use Exporter.ProtoReflect.Descriptor instead.

func (*Exporter) EqualMessageVT

func (this *Exporter) EqualMessageVT(thatMsg proto.Message) bool

func (*Exporter) EqualVT

func (this *Exporter) EqualVT(that *Exporter) bool

func (*Exporter) GetAttrs

func (x *Exporter) GetAttrs() map[string]string

func (*Exporter) GetType

func (x *Exporter) GetType() string

func (*Exporter) MarshalToSizedBufferVT

func (m *Exporter) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Exporter) MarshalToVT

func (m *Exporter) MarshalToVT(dAtA []byte) (int, error)

func (*Exporter) MarshalVT

func (m *Exporter) MarshalVT() (dAtA []byte, err error)

func (*Exporter) ProtoMessage

func (*Exporter) ProtoMessage()

func (*Exporter) ProtoReflect

func (x *Exporter) ProtoReflect() protoreflect.Message

func (*Exporter) Reset

func (x *Exporter) Reset()

func (*Exporter) SizeVT

func (m *Exporter) SizeVT() (n int)

func (*Exporter) String

func (x *Exporter) String() string

func (*Exporter) UnmarshalVT

func (m *Exporter) UnmarshalVT(dAtA []byte) error

type InfoRequest

type InfoRequest struct {
	// contains filtered or unexported fields
}

func (*InfoRequest) CloneMessageVT

func (m *InfoRequest) CloneMessageVT() proto.Message

func (*InfoRequest) CloneVT

func (m *InfoRequest) CloneVT() *InfoRequest

func (*InfoRequest) Descriptor

func (*InfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use InfoRequest.ProtoReflect.Descriptor instead.

func (*InfoRequest) EqualMessageVT

func (this *InfoRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*InfoRequest) EqualVT

func (this *InfoRequest) EqualVT(that *InfoRequest) bool

func (*InfoRequest) MarshalToSizedBufferVT

func (m *InfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InfoRequest) MarshalToVT

func (m *InfoRequest) MarshalToVT(dAtA []byte) (int, error)

func (*InfoRequest) MarshalVT

func (m *InfoRequest) MarshalVT() (dAtA []byte, err error)

func (*InfoRequest) ProtoMessage

func (*InfoRequest) ProtoMessage()

func (*InfoRequest) ProtoReflect

func (x *InfoRequest) ProtoReflect() protoreflect.Message

func (*InfoRequest) Reset

func (x *InfoRequest) Reset()

func (*InfoRequest) SizeVT

func (m *InfoRequest) SizeVT() (n int)

func (*InfoRequest) String

func (x *InfoRequest) String() string

func (*InfoRequest) UnmarshalVT

func (m *InfoRequest) UnmarshalVT(dAtA []byte) error

type InfoResponse

type InfoResponse struct {
	BuildkitVersion *types.BuildkitVersion `protobuf:"bytes,1,opt,name=buildkitVersion,proto3" json:"buildkitVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*InfoResponse) CloneMessageVT

func (m *InfoResponse) CloneMessageVT() proto.Message

func (*InfoResponse) CloneVT

func (m *InfoResponse) CloneVT() *InfoResponse

func (*InfoResponse) Descriptor

func (*InfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use InfoResponse.ProtoReflect.Descriptor instead.

func (*InfoResponse) EqualMessageVT

func (this *InfoResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*InfoResponse) EqualVT

func (this *InfoResponse) EqualVT(that *InfoResponse) bool

func (*InfoResponse) GetBuildkitVersion

func (x *InfoResponse) GetBuildkitVersion() *types.BuildkitVersion

func (*InfoResponse) MarshalToSizedBufferVT

func (m *InfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InfoResponse) MarshalToVT

func (m *InfoResponse) MarshalToVT(dAtA []byte) (int, error)

func (*InfoResponse) MarshalVT

func (m *InfoResponse) MarshalVT() (dAtA []byte, err error)

func (*InfoResponse) ProtoMessage

func (*InfoResponse) ProtoMessage()

func (*InfoResponse) ProtoReflect

func (x *InfoResponse) ProtoReflect() protoreflect.Message

func (*InfoResponse) Reset

func (x *InfoResponse) Reset()

func (*InfoResponse) SizeVT

func (m *InfoResponse) SizeVT() (n int)

func (*InfoResponse) String

func (x *InfoResponse) String() string

func (*InfoResponse) UnmarshalVT

func (m *InfoResponse) UnmarshalVT(dAtA []byte) error

type ListWorkersRequest

type ListWorkersRequest struct {
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"` // containerd style
	// contains filtered or unexported fields
}

func (*ListWorkersRequest) CloneMessageVT

func (m *ListWorkersRequest) CloneMessageVT() proto.Message

func (*ListWorkersRequest) CloneVT

func (m *ListWorkersRequest) CloneVT() *ListWorkersRequest

func (*ListWorkersRequest) Descriptor

func (*ListWorkersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkersRequest.ProtoReflect.Descriptor instead.

func (*ListWorkersRequest) EqualMessageVT

func (this *ListWorkersRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*ListWorkersRequest) EqualVT

func (this *ListWorkersRequest) EqualVT(that *ListWorkersRequest) bool

func (*ListWorkersRequest) GetFilter

func (x *ListWorkersRequest) GetFilter() []string

func (*ListWorkersRequest) MarshalToSizedBufferVT

func (m *ListWorkersRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListWorkersRequest) MarshalToVT

func (m *ListWorkersRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListWorkersRequest) MarshalVT

func (m *ListWorkersRequest) MarshalVT() (dAtA []byte, err error)

func (*ListWorkersRequest) ProtoMessage

func (*ListWorkersRequest) ProtoMessage()

func (*ListWorkersRequest) ProtoReflect

func (x *ListWorkersRequest) ProtoReflect() protoreflect.Message

func (*ListWorkersRequest) Reset

func (x *ListWorkersRequest) Reset()

func (*ListWorkersRequest) SizeVT

func (m *ListWorkersRequest) SizeVT() (n int)

func (*ListWorkersRequest) String

func (x *ListWorkersRequest) String() string

func (*ListWorkersRequest) UnmarshalVT

func (m *ListWorkersRequest) UnmarshalVT(dAtA []byte) error

type ListWorkersResponse

type ListWorkersResponse struct {
	Record []*types.WorkerRecord `protobuf:"bytes,1,rep,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkersResponse) CloneMessageVT

func (m *ListWorkersResponse) CloneMessageVT() proto.Message

func (*ListWorkersResponse) CloneVT

func (*ListWorkersResponse) Descriptor

func (*ListWorkersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkersResponse.ProtoReflect.Descriptor instead.

func (*ListWorkersResponse) EqualMessageVT

func (this *ListWorkersResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*ListWorkersResponse) EqualVT

func (this *ListWorkersResponse) EqualVT(that *ListWorkersResponse) bool

func (*ListWorkersResponse) GetRecord

func (x *ListWorkersResponse) GetRecord() []*types.WorkerRecord

func (*ListWorkersResponse) MarshalToSizedBufferVT

func (m *ListWorkersResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListWorkersResponse) MarshalToVT

func (m *ListWorkersResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListWorkersResponse) MarshalVT

func (m *ListWorkersResponse) MarshalVT() (dAtA []byte, err error)

func (*ListWorkersResponse) ProtoMessage

func (*ListWorkersResponse) ProtoMessage()

func (*ListWorkersResponse) ProtoReflect

func (x *ListWorkersResponse) ProtoReflect() protoreflect.Message

func (*ListWorkersResponse) Reset

func (x *ListWorkersResponse) Reset()

func (*ListWorkersResponse) SizeVT

func (m *ListWorkersResponse) SizeVT() (n int)

func (*ListWorkersResponse) String

func (x *ListWorkersResponse) String() string

func (*ListWorkersResponse) UnmarshalVT

func (m *ListWorkersResponse) UnmarshalVT(dAtA []byte) error

type PruneRequest

type PruneRequest struct {
	Filter        []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	All           bool     `protobuf:"varint,2,opt,name=all,proto3" json:"all,omitempty"`
	KeepDuration  int64    `protobuf:"varint,3,opt,name=keepDuration,proto3" json:"keepDuration,omitempty"`
	ReservedSpace int64    `protobuf:"varint,4,opt,name=reservedSpace,proto3" json:"reservedSpace,omitempty"`
	MaxUsedSpace  int64    `protobuf:"varint,5,opt,name=maxUsedSpace,proto3" json:"maxUsedSpace,omitempty"`
	MinFreeSpace  int64    `protobuf:"varint,6,opt,name=minFreeSpace,proto3" json:"minFreeSpace,omitempty"`
	// contains filtered or unexported fields
}

func (*PruneRequest) CloneMessageVT

func (m *PruneRequest) CloneMessageVT() proto.Message

func (*PruneRequest) CloneVT

func (m *PruneRequest) CloneVT() *PruneRequest

func (*PruneRequest) Descriptor

func (*PruneRequest) Descriptor() ([]byte, []int)

Deprecated: Use PruneRequest.ProtoReflect.Descriptor instead.

func (*PruneRequest) EqualMessageVT

func (this *PruneRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*PruneRequest) EqualVT

func (this *PruneRequest) EqualVT(that *PruneRequest) bool

func (*PruneRequest) GetAll

func (x *PruneRequest) GetAll() bool

func (*PruneRequest) GetFilter

func (x *PruneRequest) GetFilter() []string

func (*PruneRequest) GetKeepDuration

func (x *PruneRequest) GetKeepDuration() int64

func (*PruneRequest) GetMaxUsedSpace

func (x *PruneRequest) GetMaxUsedSpace() int64

func (*PruneRequest) GetMinFreeSpace

func (x *PruneRequest) GetMinFreeSpace() int64

func (*PruneRequest) GetReservedSpace

func (x *PruneRequest) GetReservedSpace() int64

func (*PruneRequest) MarshalToSizedBufferVT

func (m *PruneRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PruneRequest) MarshalToVT

func (m *PruneRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PruneRequest) MarshalVT

func (m *PruneRequest) MarshalVT() (dAtA []byte, err error)

func (*PruneRequest) ProtoMessage

func (*PruneRequest) ProtoMessage()

func (*PruneRequest) ProtoReflect

func (x *PruneRequest) ProtoReflect() protoreflect.Message

func (*PruneRequest) Reset

func (x *PruneRequest) Reset()

func (*PruneRequest) SizeVT

func (m *PruneRequest) SizeVT() (n int)

func (*PruneRequest) String

func (x *PruneRequest) String() string

func (*PruneRequest) UnmarshalVT

func (m *PruneRequest) UnmarshalVT(dAtA []byte) error

type SolveRequest

type SolveRequest struct {
	Ref        string         `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
	Definition *pb.Definition `protobuf:"bytes,2,opt,name=Definition,proto3" json:"Definition,omitempty"`
	// ExporterDeprecated and ExporterAttrsDeprecated are deprecated in favor
	// of the new Exporters. If these fields are set, then they will be
	// appended to the Exporters field if Exporters was not explicitly set.
	ExporterDeprecated      string                    `protobuf:"bytes,3,opt,name=ExporterDeprecated,proto3" json:"ExporterDeprecated,omitempty"`
	ExporterAttrsDeprecated map[string]string         `protobuf:"bytes,4,rep,name=ExporterAttrsDeprecated,proto3" json:"ExporterAttrsDeprecated,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Session                 string                    `protobuf:"bytes,5,opt,name=Session,proto3" json:"Session,omitempty"`
	Frontend                string                    `protobuf:"bytes,6,opt,name=Frontend,proto3" json:"Frontend,omitempty"`
	FrontendAttrs           map[string]string         `protobuf:"bytes,7,rep,name=FrontendAttrs,proto3" json:"FrontendAttrs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Cache                   *CacheOptions             `protobuf:"bytes,8,opt,name=Cache,proto3" json:"Cache,omitempty"`
	Entitlements            []string                  `protobuf:"bytes,9,rep,name=Entitlements,proto3" json:"Entitlements,omitempty"`
	FrontendInputs          map[string]*pb.Definition `protobuf:"bytes,10,rep,name=FrontendInputs,proto3" json:"FrontendInputs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Internal                bool                      `protobuf:"varint,11,opt,name=Internal,proto3" json:"Internal,omitempty"` // Internal builds are not recorded in build history
	SourcePolicy            *pb1.Policy               `protobuf:"bytes,12,opt,name=SourcePolicy,proto3" json:"SourcePolicy,omitempty"`
	Exporters               []*Exporter               `protobuf:"bytes,13,rep,name=Exporters,proto3" json:"Exporters,omitempty"`
	EnableSessionExporter   bool                      `protobuf:"varint,14,opt,name=EnableSessionExporter,proto3" json:"EnableSessionExporter,omitempty"`
	// contains filtered or unexported fields
}

func (*SolveRequest) CloneMessageVT

func (m *SolveRequest) CloneMessageVT() proto.Message

func (*SolveRequest) CloneVT

func (m *SolveRequest) CloneVT() *SolveRequest

func (*SolveRequest) Descriptor

func (*SolveRequest) Descriptor() ([]byte, []int)

Deprecated: Use SolveRequest.ProtoReflect.Descriptor instead.

func (*SolveRequest) EqualMessageVT

func (this *SolveRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*SolveRequest) EqualVT

func (this *SolveRequest) EqualVT(that *SolveRequest) bool

func (*SolveRequest) GetCache

func (x *SolveRequest) GetCache() *CacheOptions

func (*SolveRequest) GetDefinition

func (x *SolveRequest) GetDefinition() *pb.Definition

func (*SolveRequest) GetEnableSessionExporter

func (x *SolveRequest) GetEnableSessionExporter() bool

func (*SolveRequest) GetEntitlements

func (x *SolveRequest) GetEntitlements() []string

func (*SolveRequest) GetExporterAttrsDeprecated

func (x *SolveRequest) GetExporterAttrsDeprecated() map[string]string

func (*SolveRequest) GetExporterDeprecated

func (x *SolveRequest) GetExporterDeprecated() string

func (*SolveRequest) GetExporters

func (x *SolveRequest) GetExporters() []*Exporter

func (*SolveRequest) GetFrontend

func (x *SolveRequest) GetFrontend() string

func (*SolveRequest) GetFrontendAttrs

func (x *SolveRequest) GetFrontendAttrs() map[string]string

func (*SolveRequest) GetFrontendInputs

func (x *SolveRequest) GetFrontendInputs() map[string]*pb.Definition

func (*SolveRequest) GetInternal

func (x *SolveRequest) GetInternal() bool

func (*SolveRequest) GetRef

func (x *SolveRequest) GetRef() string

func (*SolveRequest) GetSession

func (x *SolveRequest) GetSession() string

func (*SolveRequest) GetSourcePolicy

func (x *SolveRequest) GetSourcePolicy() *pb1.Policy

func (*SolveRequest) MarshalToSizedBufferVT

func (m *SolveRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SolveRequest) MarshalToVT

func (m *SolveRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SolveRequest) MarshalVT

func (m *SolveRequest) MarshalVT() (dAtA []byte, err error)

func (*SolveRequest) ProtoMessage

func (*SolveRequest) ProtoMessage()

func (*SolveRequest) ProtoReflect

func (x *SolveRequest) ProtoReflect() protoreflect.Message

func (*SolveRequest) Reset

func (x *SolveRequest) Reset()

func (*SolveRequest) SizeVT

func (m *SolveRequest) SizeVT() (n int)

func (*SolveRequest) String

func (x *SolveRequest) String() string

func (*SolveRequest) UnmarshalVT

func (m *SolveRequest) UnmarshalVT(dAtA []byte) error

type SolveResponse

type SolveResponse 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"`
	// contains filtered or unexported fields
}

func (*SolveResponse) CloneMessageVT

func (m *SolveResponse) CloneMessageVT() proto.Message

func (*SolveResponse) CloneVT

func (m *SolveResponse) CloneVT() *SolveResponse

func (*SolveResponse) Descriptor

func (*SolveResponse) Descriptor() ([]byte, []int)

Deprecated: Use SolveResponse.ProtoReflect.Descriptor instead.

func (*SolveResponse) EqualMessageVT

func (this *SolveResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*SolveResponse) EqualVT

func (this *SolveResponse) EqualVT(that *SolveResponse) bool

func (*SolveResponse) GetExporterResponse

func (x *SolveResponse) GetExporterResponse() map[string]string

func (*SolveResponse) MarshalToSizedBufferVT

func (m *SolveResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SolveResponse) MarshalToVT

func (m *SolveResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SolveResponse) MarshalVT

func (m *SolveResponse) MarshalVT() (dAtA []byte, err error)

func (*SolveResponse) ProtoMessage

func (*SolveResponse) ProtoMessage()

func (*SolveResponse) ProtoReflect

func (x *SolveResponse) ProtoReflect() protoreflect.Message

func (*SolveResponse) Reset

func (x *SolveResponse) Reset()

func (*SolveResponse) SizeVT

func (m *SolveResponse) SizeVT() (n int)

func (*SolveResponse) String

func (x *SolveResponse) String() string

func (*SolveResponse) UnmarshalVT

func (m *SolveResponse) UnmarshalVT(dAtA []byte) error

type StatusRequest

type StatusRequest struct {
	Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusRequest) CloneMessageVT

func (m *StatusRequest) CloneMessageVT() proto.Message

func (*StatusRequest) CloneVT

func (m *StatusRequest) CloneVT() *StatusRequest

func (*StatusRequest) Descriptor

func (*StatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use StatusRequest.ProtoReflect.Descriptor instead.

func (*StatusRequest) EqualMessageVT

func (this *StatusRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*StatusRequest) EqualVT

func (this *StatusRequest) EqualVT(that *StatusRequest) bool

func (*StatusRequest) GetRef

func (x *StatusRequest) GetRef() string

func (*StatusRequest) MarshalToSizedBufferVT

func (m *StatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StatusRequest) MarshalToVT

func (m *StatusRequest) MarshalToVT(dAtA []byte) (int, error)

func (*StatusRequest) MarshalVT

func (m *StatusRequest) MarshalVT() (dAtA []byte, err error)

func (*StatusRequest) ProtoMessage

func (*StatusRequest) ProtoMessage()

func (*StatusRequest) ProtoReflect

func (x *StatusRequest) ProtoReflect() protoreflect.Message

func (*StatusRequest) Reset

func (x *StatusRequest) Reset()

func (*StatusRequest) SizeVT

func (m *StatusRequest) SizeVT() (n int)

func (*StatusRequest) String

func (x *StatusRequest) String() string

func (*StatusRequest) UnmarshalVT

func (m *StatusRequest) UnmarshalVT(dAtA []byte) error

type StatusResponse

type StatusResponse struct {
	Vertexes []*Vertex        `protobuf:"bytes,1,rep,name=vertexes,proto3" json:"vertexes,omitempty"`
	Statuses []*VertexStatus  `protobuf:"bytes,2,rep,name=statuses,proto3" json:"statuses,omitempty"`
	Logs     []*VertexLog     `protobuf:"bytes,3,rep,name=logs,proto3" json:"logs,omitempty"`
	Warnings []*VertexWarning `protobuf:"bytes,4,rep,name=warnings,proto3" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusResponse) CloneMessageVT

func (m *StatusResponse) CloneMessageVT() proto.Message

func (*StatusResponse) CloneVT

func (m *StatusResponse) CloneVT() *StatusResponse

func (*StatusResponse) Descriptor

func (*StatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use StatusResponse.ProtoReflect.Descriptor instead.

func (*StatusResponse) EqualMessageVT

func (this *StatusResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*StatusResponse) EqualVT

func (this *StatusResponse) EqualVT(that *StatusResponse) bool

func (*StatusResponse) GetLogs

func (x *StatusResponse) GetLogs() []*VertexLog

func (*StatusResponse) GetStatuses

func (x *StatusResponse) GetStatuses() []*VertexStatus

func (*StatusResponse) GetVertexes

func (x *StatusResponse) GetVertexes() []*Vertex

func (*StatusResponse) GetWarnings

func (x *StatusResponse) GetWarnings() []*VertexWarning

func (*StatusResponse) MarshalToSizedBufferVT

func (m *StatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StatusResponse) MarshalToVT

func (m *StatusResponse) MarshalToVT(dAtA []byte) (int, error)

func (*StatusResponse) MarshalVT

func (m *StatusResponse) MarshalVT() (dAtA []byte, err error)

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) ProtoReflect

func (x *StatusResponse) ProtoReflect() protoreflect.Message

func (*StatusResponse) Reset

func (x *StatusResponse) Reset()

func (*StatusResponse) SizeVT

func (m *StatusResponse) SizeVT() (n int)

func (*StatusResponse) String

func (x *StatusResponse) String() string

func (*StatusResponse) UnmarshalVT

func (m *StatusResponse) UnmarshalVT(dAtA []byte) error

type UnimplementedControlServer

type UnimplementedControlServer struct{}

UnimplementedControlServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedControlServer) DiskUsage

func (UnimplementedControlServer) Info

func (UnimplementedControlServer) ListWorkers

func (UnimplementedControlServer) ListenBuildHistory

func (UnimplementedControlServer) Prune

func (UnimplementedControlServer) Session

func (UnimplementedControlServer) Solve

func (UnimplementedControlServer) Status

func (UnimplementedControlServer) UpdateBuildHistory

type UnsafeControlServer

type UnsafeControlServer interface {
	// contains filtered or unexported methods
}

UnsafeControlServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ControlServer will result in compilation errors.

type UpdateBuildHistoryRequest

type UpdateBuildHistoryRequest struct {
	Ref      string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
	Pinned   bool   `protobuf:"varint,2,opt,name=Pinned,proto3" json:"Pinned,omitempty"`
	Delete   bool   `protobuf:"varint,3,opt,name=Delete,proto3" json:"Delete,omitempty"`
	Finalize bool   `protobuf:"varint,4,opt,name=Finalize,proto3" json:"Finalize,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBuildHistoryRequest) CloneMessageVT

func (m *UpdateBuildHistoryRequest) CloneMessageVT() proto.Message

func (*UpdateBuildHistoryRequest) CloneVT

func (*UpdateBuildHistoryRequest) Descriptor

func (*UpdateBuildHistoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBuildHistoryRequest.ProtoReflect.Descriptor instead.

func (*UpdateBuildHistoryRequest) EqualMessageVT

func (this *UpdateBuildHistoryRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*UpdateBuildHistoryRequest) EqualVT

func (*UpdateBuildHistoryRequest) GetDelete

func (x *UpdateBuildHistoryRequest) GetDelete() bool

func (*UpdateBuildHistoryRequest) GetFinalize

func (x *UpdateBuildHistoryRequest) GetFinalize() bool

func (*UpdateBuildHistoryRequest) GetPinned

func (x *UpdateBuildHistoryRequest) GetPinned() bool

func (*UpdateBuildHistoryRequest) GetRef

func (x *UpdateBuildHistoryRequest) GetRef() string

func (*UpdateBuildHistoryRequest) MarshalToSizedBufferVT

func (m *UpdateBuildHistoryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateBuildHistoryRequest) MarshalToVT

func (m *UpdateBuildHistoryRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateBuildHistoryRequest) MarshalVT

func (m *UpdateBuildHistoryRequest) MarshalVT() (dAtA []byte, err error)

func (*UpdateBuildHistoryRequest) ProtoMessage

func (*UpdateBuildHistoryRequest) ProtoMessage()

func (*UpdateBuildHistoryRequest) ProtoReflect

func (*UpdateBuildHistoryRequest) Reset

func (x *UpdateBuildHistoryRequest) Reset()

func (*UpdateBuildHistoryRequest) SizeVT

func (m *UpdateBuildHistoryRequest) SizeVT() (n int)

func (*UpdateBuildHistoryRequest) String

func (x *UpdateBuildHistoryRequest) String() string

func (*UpdateBuildHistoryRequest) UnmarshalVT

func (m *UpdateBuildHistoryRequest) UnmarshalVT(dAtA []byte) error

type UpdateBuildHistoryResponse

type UpdateBuildHistoryResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateBuildHistoryResponse) CloneMessageVT

func (m *UpdateBuildHistoryResponse) CloneMessageVT() proto.Message

func (*UpdateBuildHistoryResponse) CloneVT

func (*UpdateBuildHistoryResponse) Descriptor

func (*UpdateBuildHistoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBuildHistoryResponse.ProtoReflect.Descriptor instead.

func (*UpdateBuildHistoryResponse) EqualMessageVT

func (this *UpdateBuildHistoryResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*UpdateBuildHistoryResponse) EqualVT

func (*UpdateBuildHistoryResponse) MarshalToSizedBufferVT

func (m *UpdateBuildHistoryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateBuildHistoryResponse) MarshalToVT

func (m *UpdateBuildHistoryResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateBuildHistoryResponse) MarshalVT

func (m *UpdateBuildHistoryResponse) MarshalVT() (dAtA []byte, err error)

func (*UpdateBuildHistoryResponse) ProtoMessage

func (*UpdateBuildHistoryResponse) ProtoMessage()

func (*UpdateBuildHistoryResponse) ProtoReflect

func (*UpdateBuildHistoryResponse) Reset

func (x *UpdateBuildHistoryResponse) Reset()

func (*UpdateBuildHistoryResponse) SizeVT

func (m *UpdateBuildHistoryResponse) SizeVT() (n int)

func (*UpdateBuildHistoryResponse) String

func (x *UpdateBuildHistoryResponse) String() string

func (*UpdateBuildHistoryResponse) UnmarshalVT

func (m *UpdateBuildHistoryResponse) UnmarshalVT(dAtA []byte) error

type UsageRecord

type UsageRecord struct {
	ID      string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Mutable bool   `protobuf:"varint,2,opt,name=Mutable,proto3" json:"Mutable,omitempty"`
	InUse   bool   `protobuf:"varint,3,opt,name=InUse,proto3" json:"InUse,omitempty"`
	Size    int64  `protobuf:"varint,4,opt,name=Size,proto3" json:"Size,omitempty"`
	// Deprecated: Marked as deprecated in github.com/moby/buildkit/api/services/control/control.proto.
	Parent      string               `protobuf:"bytes,5,opt,name=Parent,proto3" json:"Parent,omitempty"`
	CreatedAt   *timestamp.Timestamp `protobuf:"bytes,6,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"`
	LastUsedAt  *timestamp.Timestamp `protobuf:"bytes,7,opt,name=LastUsedAt,proto3" json:"LastUsedAt,omitempty"`
	UsageCount  int64                `protobuf:"varint,8,opt,name=UsageCount,proto3" json:"UsageCount,omitempty"`
	Description string               `protobuf:"bytes,9,opt,name=Description,proto3" json:"Description,omitempty"`
	RecordType  string               `protobuf:"bytes,10,opt,name=RecordType,proto3" json:"RecordType,omitempty"`
	Shared      bool                 `protobuf:"varint,11,opt,name=Shared,proto3" json:"Shared,omitempty"`
	Parents     []string             `protobuf:"bytes,12,rep,name=Parents,proto3" json:"Parents,omitempty"`
	// contains filtered or unexported fields
}

func (*UsageRecord) CloneMessageVT

func (m *UsageRecord) CloneMessageVT() proto.Message

func (*UsageRecord) CloneVT

func (m *UsageRecord) CloneVT() *UsageRecord

func (*UsageRecord) Descriptor

func (*UsageRecord) Descriptor() ([]byte, []int)

Deprecated: Use UsageRecord.ProtoReflect.Descriptor instead.

func (*UsageRecord) EqualMessageVT

func (this *UsageRecord) EqualMessageVT(thatMsg proto.Message) bool

func (*UsageRecord) EqualVT

func (this *UsageRecord) EqualVT(that *UsageRecord) bool

func (*UsageRecord) GetCreatedAt

func (x *UsageRecord) GetCreatedAt() *timestamp.Timestamp

func (*UsageRecord) GetDescription

func (x *UsageRecord) GetDescription() string

func (*UsageRecord) GetID

func (x *UsageRecord) GetID() string

func (*UsageRecord) GetInUse

func (x *UsageRecord) GetInUse() bool

func (*UsageRecord) GetLastUsedAt

func (x *UsageRecord) GetLastUsedAt() *timestamp.Timestamp

func (*UsageRecord) GetMutable

func (x *UsageRecord) GetMutable() bool

func (*UsageRecord) GetParent

func (x *UsageRecord) GetParent() string

Deprecated: Marked as deprecated in github.com/moby/buildkit/api/services/control/control.proto.

func (*UsageRecord) GetParents

func (x *UsageRecord) GetParents() []string

func (*UsageRecord) GetRecordType

func (x *UsageRecord) GetRecordType() string

func (*UsageRecord) GetShared

func (x *UsageRecord) GetShared() bool

func (*UsageRecord) GetSize

func (x *UsageRecord) GetSize() int64

func (*UsageRecord) GetUsageCount

func (x *UsageRecord) GetUsageCount() int64

func (*UsageRecord) MarshalToSizedBufferVT

func (m *UsageRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UsageRecord) MarshalToVT

func (m *UsageRecord) MarshalToVT(dAtA []byte) (int, error)

func (*UsageRecord) MarshalVT

func (m *UsageRecord) MarshalVT() (dAtA []byte, err error)

func (*UsageRecord) ProtoMessage

func (*UsageRecord) ProtoMessage()

func (*UsageRecord) ProtoReflect

func (x *UsageRecord) ProtoReflect() protoreflect.Message

func (*UsageRecord) Reset

func (x *UsageRecord) Reset()

func (*UsageRecord) SizeVT

func (m *UsageRecord) SizeVT() (n int)

func (*UsageRecord) String

func (x *UsageRecord) String() string

func (*UsageRecord) UnmarshalVT

func (m *UsageRecord) UnmarshalVT(dAtA []byte) error

type Vertex

type Vertex struct {
	Digest        string               `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"`
	Inputs        []string             `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Name          string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Cached        bool                 `protobuf:"varint,4,opt,name=cached,proto3" json:"cached,omitempty"`
	Started       *timestamp.Timestamp `protobuf:"bytes,5,opt,name=started,proto3" json:"started,omitempty"`
	Completed     *timestamp.Timestamp `protobuf:"bytes,6,opt,name=completed,proto3" json:"completed,omitempty"`
	Error         string               `protobuf:"bytes,7,opt,name=error,proto3" json:"error,omitempty"` // typed errors?
	ProgressGroup *pb.ProgressGroup    `protobuf:"bytes,8,opt,name=progressGroup,proto3" json:"progressGroup,omitempty"`
	// contains filtered or unexported fields
}

func (*Vertex) CloneMessageVT

func (m *Vertex) CloneMessageVT() proto.Message

func (*Vertex) CloneVT

func (m *Vertex) CloneVT() *Vertex

func (*Vertex) Descriptor

func (*Vertex) Descriptor() ([]byte, []int)

Deprecated: Use Vertex.ProtoReflect.Descriptor instead.

func (*Vertex) EqualMessageVT

func (this *Vertex) EqualMessageVT(thatMsg proto.Message) bool

func (*Vertex) EqualVT

func (this *Vertex) EqualVT(that *Vertex) bool

func (*Vertex) GetCached

func (x *Vertex) GetCached() bool

func (*Vertex) GetCompleted

func (x *Vertex) GetCompleted() *timestamp.Timestamp

func (*Vertex) GetDigest

func (x *Vertex) GetDigest() string

func (*Vertex) GetError

func (x *Vertex) GetError() string

func (*Vertex) GetInputs

func (x *Vertex) GetInputs() []string

func (*Vertex) GetName

func (x *Vertex) GetName() string

func (*Vertex) GetProgressGroup

func (x *Vertex) GetProgressGroup() *pb.ProgressGroup

func (*Vertex) GetStarted

func (x *Vertex) GetStarted() *timestamp.Timestamp

func (*Vertex) MarshalToSizedBufferVT

func (m *Vertex) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Vertex) MarshalToVT

func (m *Vertex) MarshalToVT(dAtA []byte) (int, error)

func (*Vertex) MarshalVT

func (m *Vertex) MarshalVT() (dAtA []byte, err error)

func (*Vertex) ProtoMessage

func (*Vertex) ProtoMessage()

func (*Vertex) ProtoReflect

func (x *Vertex) ProtoReflect() protoreflect.Message

func (*Vertex) Reset

func (x *Vertex) Reset()

func (*Vertex) SizeVT

func (m *Vertex) SizeVT() (n int)

func (*Vertex) String

func (x *Vertex) String() string

func (*Vertex) UnmarshalVT

func (m *Vertex) UnmarshalVT(dAtA []byte) error

type VertexLog

type VertexLog struct {
	Vertex    string               `protobuf:"bytes,1,opt,name=vertex,proto3" json:"vertex,omitempty"`
	Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Stream    int64                `protobuf:"varint,3,opt,name=stream,proto3" json:"stream,omitempty"`
	Msg       []byte               `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*VertexLog) CloneMessageVT

func (m *VertexLog) CloneMessageVT() proto.Message

func (*VertexLog) CloneVT

func (m *VertexLog) CloneVT() *VertexLog

func (*VertexLog) Descriptor

func (*VertexLog) Descriptor() ([]byte, []int)

Deprecated: Use VertexLog.ProtoReflect.Descriptor instead.

func (*VertexLog) EqualMessageVT

func (this *VertexLog) EqualMessageVT(thatMsg proto.Message) bool

func (*VertexLog) EqualVT

func (this *VertexLog) EqualVT(that *VertexLog) bool

func (*VertexLog) GetMsg

func (x *VertexLog) GetMsg() []byte

func (*VertexLog) GetStream

func (x *VertexLog) GetStream() int64

func (*VertexLog) GetTimestamp

func (x *VertexLog) GetTimestamp() *timestamp.Timestamp

func (*VertexLog) GetVertex

func (x *VertexLog) GetVertex() string

func (*VertexLog) MarshalToSizedBufferVT

func (m *VertexLog) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VertexLog) MarshalToVT

func (m *VertexLog) MarshalToVT(dAtA []byte) (int, error)

func (*VertexLog) MarshalVT

func (m *VertexLog) MarshalVT() (dAtA []byte, err error)

func (*VertexLog) ProtoMessage

func (*VertexLog) ProtoMessage()

func (*VertexLog) ProtoReflect

func (x *VertexLog) ProtoReflect() protoreflect.Message

func (*VertexLog) Reset

func (x *VertexLog) Reset()

func (*VertexLog) SizeVT

func (m *VertexLog) SizeVT() (n int)

func (*VertexLog) String

func (x *VertexLog) String() string

func (*VertexLog) UnmarshalVT

func (m *VertexLog) UnmarshalVT(dAtA []byte) error

type VertexStatus

type VertexStatus struct {
	ID        string               `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Vertex    string               `protobuf:"bytes,2,opt,name=vertex,proto3" json:"vertex,omitempty"`
	Name      string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Current   int64                `protobuf:"varint,4,opt,name=current,proto3" json:"current,omitempty"`
	Total     int64                `protobuf:"varint,5,opt,name=total,proto3" json:"total,omitempty"`
	Timestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Started   *timestamp.Timestamp `protobuf:"bytes,7,opt,name=started,proto3" json:"started,omitempty"`
	Completed *timestamp.Timestamp `protobuf:"bytes,8,opt,name=completed,proto3" json:"completed,omitempty"`
	// contains filtered or unexported fields
}

func (*VertexStatus) CloneMessageVT

func (m *VertexStatus) CloneMessageVT() proto.Message

func (*VertexStatus) CloneVT

func (m *VertexStatus) CloneVT() *VertexStatus

func (*VertexStatus) Descriptor

func (*VertexStatus) Descriptor() ([]byte, []int)

Deprecated: Use VertexStatus.ProtoReflect.Descriptor instead.

func (*VertexStatus) EqualMessageVT

func (this *VertexStatus) EqualMessageVT(thatMsg proto.Message) bool

func (*VertexStatus) EqualVT

func (this *VertexStatus) EqualVT(that *VertexStatus) bool

func (*VertexStatus) GetCompleted

func (x *VertexStatus) GetCompleted() *timestamp.Timestamp

func (*VertexStatus) GetCurrent

func (x *VertexStatus) GetCurrent() int64

func (*VertexStatus) GetID

func (x *VertexStatus) GetID() string

func (*VertexStatus) GetName

func (x *VertexStatus) GetName() string

func (*VertexStatus) GetStarted

func (x *VertexStatus) GetStarted() *timestamp.Timestamp

func (*VertexStatus) GetTimestamp

func (x *VertexStatus) GetTimestamp() *timestamp.Timestamp

func (*VertexStatus) GetTotal

func (x *VertexStatus) GetTotal() int64

func (*VertexStatus) GetVertex

func (x *VertexStatus) GetVertex() string

func (*VertexStatus) MarshalToSizedBufferVT

func (m *VertexStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VertexStatus) MarshalToVT

func (m *VertexStatus) MarshalToVT(dAtA []byte) (int, error)

func (*VertexStatus) MarshalVT

func (m *VertexStatus) MarshalVT() (dAtA []byte, err error)

func (*VertexStatus) ProtoMessage

func (*VertexStatus) ProtoMessage()

func (*VertexStatus) ProtoReflect

func (x *VertexStatus) ProtoReflect() protoreflect.Message

func (*VertexStatus) Reset

func (x *VertexStatus) Reset()

func (*VertexStatus) SizeVT

func (m *VertexStatus) SizeVT() (n int)

func (*VertexStatus) String

func (x *VertexStatus) String() string

func (*VertexStatus) UnmarshalVT

func (m *VertexStatus) UnmarshalVT(dAtA []byte) error

type VertexWarning

type VertexWarning struct {
	Vertex string         `protobuf:"bytes,1,opt,name=vertex,proto3" json:"vertex,omitempty"`
	Level  int64          `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	Short  []byte         `protobuf:"bytes,3,opt,name=short,proto3" json:"short,omitempty"`
	Detail [][]byte       `protobuf:"bytes,4,rep,name=detail,proto3" json:"detail,omitempty"`
	Url    string         `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	Info   *pb.SourceInfo `protobuf:"bytes,6,opt,name=info,proto3" json:"info,omitempty"`
	Ranges []*pb.Range    `protobuf:"bytes,7,rep,name=ranges,proto3" json:"ranges,omitempty"`
	// contains filtered or unexported fields
}

func (*VertexWarning) CloneMessageVT

func (m *VertexWarning) CloneMessageVT() proto.Message

func (*VertexWarning) CloneVT

func (m *VertexWarning) CloneVT() *VertexWarning

func (*VertexWarning) Descriptor

func (*VertexWarning) Descriptor() ([]byte, []int)

Deprecated: Use VertexWarning.ProtoReflect.Descriptor instead.

func (*VertexWarning) EqualMessageVT

func (this *VertexWarning) EqualMessageVT(thatMsg proto.Message) bool

func (*VertexWarning) EqualVT

func (this *VertexWarning) EqualVT(that *VertexWarning) bool

func (*VertexWarning) GetDetail

func (x *VertexWarning) GetDetail() [][]byte

func (*VertexWarning) GetInfo

func (x *VertexWarning) GetInfo() *pb.SourceInfo

func (*VertexWarning) GetLevel

func (x *VertexWarning) GetLevel() int64

func (*VertexWarning) GetRanges

func (x *VertexWarning) GetRanges() []*pb.Range

func (*VertexWarning) GetShort

func (x *VertexWarning) GetShort() []byte

func (*VertexWarning) GetUrl

func (x *VertexWarning) GetUrl() string

func (*VertexWarning) GetVertex

func (x *VertexWarning) GetVertex() string

func (*VertexWarning) MarshalToSizedBufferVT

func (m *VertexWarning) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VertexWarning) MarshalToVT

func (m *VertexWarning) MarshalToVT(dAtA []byte) (int, error)

func (*VertexWarning) MarshalVT

func (m *VertexWarning) MarshalVT() (dAtA []byte, err error)

func (*VertexWarning) ProtoMessage

func (*VertexWarning) ProtoMessage()

func (*VertexWarning) ProtoReflect

func (x *VertexWarning) ProtoReflect() protoreflect.Message

func (*VertexWarning) Reset

func (x *VertexWarning) Reset()

func (*VertexWarning) SizeVT

func (m *VertexWarning) SizeVT() (n int)

func (*VertexWarning) String

func (x *VertexWarning) String() string

func (*VertexWarning) UnmarshalVT

func (m *VertexWarning) UnmarshalVT(dAtA []byte) error

Source Files

control.pb.go control_grpc.pb.go control_vtproto.pb.go

Version
v0.21.0 (latest)
Published
Apr 11, 2025
Platform
linux/amd64
Imports
18 packages
Last checked
11 hours ago

Tools for package owners.