Versions in this module Expand all Collapse all v1 v1.1.10 Dec 12, 2023 Changes in this version + func IsCanceled(ctx context.Context, err error) bool + func NewUnknownJobError(id string) error + func NewUnsupportedFrontendCapError(name string) error + func NewUnsupportedSubrequestError(name string) error + func WithOp(err error, iface interface{}) error + func WithSolveError(err error, subject IsSolve_Subject, inputIDs, mountIDs []string) error + func WithSource(err error, src Source) error + func WrapVertex(err error, dgst digest.Digest) error + type ContentCache struct + Index int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ContentCache) Descriptor() ([]byte, []int) + func (*ContentCache) ProtoMessage() + func (m *ContentCache) GetIndex() int64 + func (m *ContentCache) Reset() + func (m *ContentCache) String() string + func (m *ContentCache) XXX_DiscardUnknown() + func (m *ContentCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContentCache) XXX_Merge(src proto.Message) + func (m *ContentCache) XXX_Size() int + func (m *ContentCache) XXX_Unmarshal(b []byte) error + type ErrorSource struct + func (e *ErrorSource) ToProto() grpcerrors.TypedErrorProto + func (e *ErrorSource) Unwrap() error + type FileAction struct + Index int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FileAction) Descriptor() ([]byte, []int) + func (*FileAction) ProtoMessage() + func (m *FileAction) GetIndex() int64 + func (m *FileAction) Reset() + func (m *FileAction) String() string + func (m *FileAction) XXX_DiscardUnknown() + func (m *FileAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FileAction) XXX_Merge(src proto.Message) + func (m *FileAction) XXX_Size() int + func (m *FileAction) XXX_Unmarshal(b []byte) error + type FrontendCap struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FrontendCap) Descriptor() ([]byte, []int) + func (*FrontendCap) ProtoMessage() + func (m *FrontendCap) GetName() string + func (m *FrontendCap) Reset() + func (m *FrontendCap) String() string + func (m *FrontendCap) XXX_DiscardUnknown() + func (m *FrontendCap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FrontendCap) XXX_Merge(src proto.Message) + func (m *FrontendCap) XXX_Size() int + func (m *FrontendCap) XXX_Unmarshal(b []byte) error + func (v *FrontendCap) WrapError(err error) error + type IsSolve_Subject isSolve_Subject + type OpError struct + Op *pb.Op + func (e *OpError) Unwrap() error + type Solve struct + InputIDs []string + MountIDs []string + Op *pb.Op + Subject isSolve_Subject + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Solve) Descriptor() ([]byte, []int) + func (*Solve) ProtoMessage() + func (*Solve) XXX_OneofWrappers() []interface{} + func (m *Solve) GetCache() *ContentCache + func (m *Solve) GetFile() *FileAction + func (m *Solve) GetInputIDs() []string + func (m *Solve) GetMountIDs() []string + func (m *Solve) GetOp() *pb.Op + func (m *Solve) GetSubject() isSolve_Subject + func (m *Solve) Reset() + func (m *Solve) String() string + func (m *Solve) XXX_DiscardUnknown() + func (m *Solve) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Solve) XXX_Merge(src proto.Message) + func (m *Solve) XXX_Size() int + func (m *Solve) XXX_Unmarshal(b []byte) error + func (v *Solve) MarshalJSON() ([]byte, error) + func (v *Solve) UnmarshalJSON(b []byte) error + func (v *Solve) WrapError(err error) error + type SolveError struct + Err error + func (e *SolveError) Error() string + func (e *SolveError) ToProto() grpcerrors.TypedErrorProto + func (e *SolveError) Unwrap() error + type Solve_Cache struct + Cache *ContentCache + type Solve_File struct + File *FileAction + type Source struct + Info *pb.SourceInfo + Ranges []*pb.Range + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func Sources(err error) []*Source + func (*Source) Descriptor() ([]byte, []int) + func (*Source) ProtoMessage() + func (m *Source) GetInfo() *pb.SourceInfo + func (m *Source) GetRanges() []*pb.Range + func (m *Source) Reset() + func (m *Source) String() string + func (m *Source) XXX_DiscardUnknown() + func (m *Source) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Source) XXX_Merge(src proto.Message) + func (m *Source) XXX_Size() int + func (m *Source) XXX_Unmarshal(b []byte) error + func (s *Source) Print(w io.Writer) error + func (s *Source) WrapError(err error) error + type Subrequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Subrequest) Descriptor() ([]byte, []int) + func (*Subrequest) ProtoMessage() + func (m *Subrequest) GetName() string + func (m *Subrequest) Reset() + func (m *Subrequest) String() string + func (m *Subrequest) XXX_DiscardUnknown() + func (m *Subrequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Subrequest) XXX_Merge(src proto.Message) + func (m *Subrequest) XXX_Size() int + func (m *Subrequest) XXX_Unmarshal(b []byte) error + func (v *Subrequest) WrapError(err error) error + type UnknownJobError struct + func (e *UnknownJobError) Code() codes.Code + func (e *UnknownJobError) Error() string + type UnsupportedFrontendCapError struct + func (e *UnsupportedFrontendCapError) Error() string + func (e *UnsupportedFrontendCapError) ToProto() grpcerrors.TypedErrorProto + func (e *UnsupportedFrontendCapError) Unwrap() error + type UnsupportedSubrequestError struct + func (e *UnsupportedSubrequestError) Error() string + func (e *UnsupportedSubrequestError) ToProto() grpcerrors.TypedErrorProto + func (e *UnsupportedSubrequestError) Unwrap() error + type Vertex struct + Digest string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Vertex) Descriptor() ([]byte, []int) + func (*Vertex) ProtoMessage() + func (m *Vertex) GetDigest() string + func (m *Vertex) Reset() + func (m *Vertex) String() string + func (m *Vertex) XXX_DiscardUnknown() + func (m *Vertex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Vertex) XXX_Merge(src proto.Message) + func (m *Vertex) XXX_Size() int + func (m *Vertex) XXX_Unmarshal(b []byte) error + func (v *Vertex) WrapError(err error) error + type VertexError struct + func (e *VertexError) ToProto() grpcerrors.TypedErrorProto + func (e *VertexError) Unwrap() error