Documentation ¶
Index ¶
- Variables
- func WrapBuild(err error, sessionID string, ref string) error
- type Build
- func (m *Build) CloneMessageVT() proto.Message
- func (m *Build) CloneVT() *Build
- func (*Build) Descriptor() ([]byte, []int)deprecated
- func (this *Build) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Build) EqualVT(that *Build) bool
- func (x *Build) GetRef() string
- func (x *Build) GetSessionID() string
- func (m *Build) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Build) MarshalToVT(dAtA []byte) (int, error)
- func (m *Build) MarshalVT() (dAtA []byte, err error)
- func (*Build) ProtoMessage()
- func (x *Build) ProtoReflect() protoreflect.Message
- func (x *Build) Reset()
- func (m *Build) SizeVT() (n int)
- func (x *Build) String() string
- func (m *Build) UnmarshalVT(dAtA []byte) error
- func (b *Build) WrapError(err error) error
- type BuildError
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_docker_buildx_controller_errdefs_errdefs_proto protoreflect.FileDescriptor
Functions ¶
Types ¶
type Build ¶
type Build struct { SessionID string `protobuf:"bytes,1,opt,name=SessionID,proto3" json:"SessionID,omitempty"` Ref string `protobuf:"bytes,2,opt,name=Ref,proto3" json:"Ref,omitempty"` // contains filtered or unexported fields }
func (*Build) CloneMessageVT ¶ added in v0.18.0
func (*Build) Descriptor
deprecated
func (*Build) EqualMessageVT ¶ added in v0.18.0
func (*Build) GetSessionID ¶ added in v0.18.0
func (*Build) MarshalToSizedBufferVT ¶ added in v0.18.0
func (*Build) ProtoMessage ¶
func (*Build) ProtoMessage()
func (*Build) ProtoReflect ¶ added in v0.18.0
func (x *Build) ProtoReflect() protoreflect.Message
func (*Build) UnmarshalVT ¶ added in v0.18.0
type BuildError ¶
type BuildError struct { *Build // contains filtered or unexported fields }
func (*BuildError) PrintBuildDetails ¶ added in v0.18.0
func (e *BuildError) PrintBuildDetails(w io.Writer) error
func (*BuildError) ToProto ¶
func (e *BuildError) ToProto() grpcerrors.TypedErrorProto
func (*BuildError) Unwrap ¶
func (e *BuildError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.