Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterLLBBridgeServer(s *grpc.Server, srv LLBBridgeServer)
- type CacheOptionsEntry
- func (*CacheOptionsEntry) Descriptor() ([]byte, []int)
- func (m *CacheOptionsEntry) GetAttrs() map[string]string
- func (m *CacheOptionsEntry) GetType() string
- func (m *CacheOptionsEntry) Marshal() (dAtA []byte, err error)
- func (m *CacheOptionsEntry) MarshalTo(dAtA []byte) (int, error)
- func (m *CacheOptionsEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CacheOptionsEntry) ProtoMessage()
- func (m *CacheOptionsEntry) Reset()
- func (m *CacheOptionsEntry) Size() (n int)
- func (m *CacheOptionsEntry) String() string
- func (m *CacheOptionsEntry) Unmarshal(dAtA []byte) error
- func (m *CacheOptionsEntry) XXX_DiscardUnknown()
- func (m *CacheOptionsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CacheOptionsEntry) XXX_Merge(src proto.Message)
- func (m *CacheOptionsEntry) XXX_Size() int
- func (m *CacheOptionsEntry) XXX_Unmarshal(b []byte) error
- type FileRange
- func (*FileRange) Descriptor() ([]byte, []int)
- func (m *FileRange) GetLength() int64
- func (m *FileRange) GetOffset() int64
- func (m *FileRange) Marshal() (dAtA []byte, err error)
- func (m *FileRange) MarshalTo(dAtA []byte) (int, error)
- func (m *FileRange) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FileRange) ProtoMessage()
- func (m *FileRange) Reset()
- func (m *FileRange) Size() (n int)
- func (m *FileRange) String() string
- func (m *FileRange) Unmarshal(dAtA []byte) error
- func (m *FileRange) XXX_DiscardUnknown()
- func (m *FileRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileRange) XXX_Merge(src proto.Message)
- func (m *FileRange) XXX_Size() int
- func (m *FileRange) XXX_Unmarshal(b []byte) error
- type InputsRequest
- func (*InputsRequest) Descriptor() ([]byte, []int)
- func (m *InputsRequest) Marshal() (dAtA []byte, err error)
- func (m *InputsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *InputsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InputsRequest) ProtoMessage()
- func (m *InputsRequest) Reset()
- func (m *InputsRequest) Size() (n int)
- func (m *InputsRequest) String() string
- func (m *InputsRequest) Unmarshal(dAtA []byte) error
- func (m *InputsRequest) XXX_DiscardUnknown()
- func (m *InputsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InputsRequest) XXX_Merge(src proto.Message)
- func (m *InputsRequest) XXX_Size() int
- func (m *InputsRequest) XXX_Unmarshal(b []byte) error
- type InputsResponse
- func (*InputsResponse) Descriptor() ([]byte, []int)
- func (m *InputsResponse) GetDefinitions() map[string]*pb.Definition
- func (m *InputsResponse) Marshal() (dAtA []byte, err error)
- func (m *InputsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *InputsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InputsResponse) ProtoMessage()
- func (m *InputsResponse) Reset()
- func (m *InputsResponse) Size() (n int)
- func (m *InputsResponse) String() string
- func (m *InputsResponse) Unmarshal(dAtA []byte) error
- func (m *InputsResponse) XXX_DiscardUnknown()
- func (m *InputsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InputsResponse) XXX_Merge(src proto.Message)
- func (m *InputsResponse) XXX_Size() int
- func (m *InputsResponse) XXX_Unmarshal(b []byte) error
- type LLBBridgeClient
- type LLBBridgeServer
- type PingRequest
- func (*PingRequest) Descriptor() ([]byte, []int)
- func (m *PingRequest) Marshal() (dAtA []byte, err error)
- func (m *PingRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *PingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PingRequest) ProtoMessage()
- func (m *PingRequest) Reset()
- func (m *PingRequest) Size() (n int)
- func (m *PingRequest) String() string
- func (m *PingRequest) Unmarshal(dAtA []byte) error
- func (m *PingRequest) XXX_DiscardUnknown()
- func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PingRequest) XXX_Merge(src proto.Message)
- func (m *PingRequest) XXX_Size() int
- func (m *PingRequest) XXX_Unmarshal(b []byte) error
- type PongResponse
- func (*PongResponse) Descriptor() ([]byte, []int)
- func (m *PongResponse) GetFrontendAPICaps() []pb1.APICap
- func (m *PongResponse) GetLLBCaps() []pb1.APICap
- func (m *PongResponse) GetWorkers() []*types1.WorkerRecord
- func (m *PongResponse) Marshal() (dAtA []byte, err error)
- func (m *PongResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *PongResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PongResponse) ProtoMessage()
- func (m *PongResponse) Reset()
- func (m *PongResponse) Size() (n int)
- func (m *PongResponse) String() string
- func (m *PongResponse) Unmarshal(dAtA []byte) error
- func (m *PongResponse) XXX_DiscardUnknown()
- func (m *PongResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PongResponse) XXX_Merge(src proto.Message)
- func (m *PongResponse) XXX_Size() int
- func (m *PongResponse) XXX_Unmarshal(b []byte) error
- type ReadDirRequest
- func (*ReadDirRequest) Descriptor() ([]byte, []int)
- func (m *ReadDirRequest) GetDirPath() string
- func (m *ReadDirRequest) GetIncludePattern() string
- func (m *ReadDirRequest) GetRef() string
- func (m *ReadDirRequest) Marshal() (dAtA []byte, err error)
- func (m *ReadDirRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ReadDirRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ReadDirRequest) ProtoMessage()
- func (m *ReadDirRequest) Reset()
- func (m *ReadDirRequest) Size() (n int)
- func (m *ReadDirRequest) String() string
- func (m *ReadDirRequest) Unmarshal(dAtA []byte) error
- func (m *ReadDirRequest) XXX_DiscardUnknown()
- func (m *ReadDirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadDirRequest) XXX_Merge(src proto.Message)
- func (m *ReadDirRequest) XXX_Size() int
- func (m *ReadDirRequest) XXX_Unmarshal(b []byte) error
- type ReadDirResponse
- func (*ReadDirResponse) Descriptor() ([]byte, []int)
- func (m *ReadDirResponse) GetEntries() []*types.Stat
- func (m *ReadDirResponse) Marshal() (dAtA []byte, err error)
- func (m *ReadDirResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ReadDirResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ReadDirResponse) ProtoMessage()
- func (m *ReadDirResponse) Reset()
- func (m *ReadDirResponse) Size() (n int)
- func (m *ReadDirResponse) String() string
- func (m *ReadDirResponse) Unmarshal(dAtA []byte) error
- func (m *ReadDirResponse) XXX_DiscardUnknown()
- func (m *ReadDirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadDirResponse) XXX_Merge(src proto.Message)
- func (m *ReadDirResponse) XXX_Size() int
- func (m *ReadDirResponse) XXX_Unmarshal(b []byte) error
- type ReadFileRequest
- func (*ReadFileRequest) Descriptor() ([]byte, []int)
- func (m *ReadFileRequest) GetFilePath() string
- func (m *ReadFileRequest) GetRange() *FileRange
- func (m *ReadFileRequest) GetRef() string
- func (m *ReadFileRequest) Marshal() (dAtA []byte, err error)
- func (m *ReadFileRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ReadFileRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ReadFileRequest) ProtoMessage()
- func (m *ReadFileRequest) Reset()
- func (m *ReadFileRequest) Size() (n int)
- func (m *ReadFileRequest) String() string
- func (m *ReadFileRequest) Unmarshal(dAtA []byte) error
- func (m *ReadFileRequest) XXX_DiscardUnknown()
- func (m *ReadFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadFileRequest) XXX_Merge(src proto.Message)
- func (m *ReadFileRequest) XXX_Size() int
- func (m *ReadFileRequest) XXX_Unmarshal(b []byte) error
- type ReadFileResponse
- func (*ReadFileResponse) Descriptor() ([]byte, []int)
- func (m *ReadFileResponse) GetData() []byte
- func (m *ReadFileResponse) Marshal() (dAtA []byte, err error)
- func (m *ReadFileResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ReadFileResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ReadFileResponse) ProtoMessage()
- func (m *ReadFileResponse) Reset()
- func (m *ReadFileResponse) Size() (n int)
- func (m *ReadFileResponse) String() string
- func (m *ReadFileResponse) Unmarshal(dAtA []byte) error
- func (m *ReadFileResponse) XXX_DiscardUnknown()
- func (m *ReadFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadFileResponse) XXX_Merge(src proto.Message)
- func (m *ReadFileResponse) XXX_Size() int
- func (m *ReadFileResponse) XXX_Unmarshal(b []byte) error
- type Ref
- func (*Ref) Descriptor() ([]byte, []int)
- func (m *Ref) GetDef() *pb.Definition
- func (m *Ref) GetId() string
- func (m *Ref) Marshal() (dAtA []byte, err error)
- func (m *Ref) MarshalTo(dAtA []byte) (int, error)
- func (m *Ref) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Ref) ProtoMessage()
- func (m *Ref) Reset()
- func (m *Ref) Size() (n int)
- func (m *Ref) String() string
- func (m *Ref) Unmarshal(dAtA []byte) error
- func (m *Ref) XXX_DiscardUnknown()
- func (m *Ref) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ref) XXX_Merge(src proto.Message)
- func (m *Ref) XXX_Size() int
- func (m *Ref) XXX_Unmarshal(b []byte) error
- type RefMap
- func (*RefMap) Descriptor() ([]byte, []int)
- func (m *RefMap) GetRefs() map[string]*Ref
- func (m *RefMap) Marshal() (dAtA []byte, err error)
- func (m *RefMap) MarshalTo(dAtA []byte) (int, error)
- func (m *RefMap) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RefMap) ProtoMessage()
- func (m *RefMap) Reset()
- func (m *RefMap) Size() (n int)
- func (m *RefMap) String() string
- func (m *RefMap) Unmarshal(dAtA []byte) error
- func (m *RefMap) XXX_DiscardUnknown()
- func (m *RefMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RefMap) XXX_Merge(src proto.Message)
- func (m *RefMap) XXX_Size() int
- func (m *RefMap) XXX_Unmarshal(b []byte) error
- type RefMapDeprecated
- func (*RefMapDeprecated) Descriptor() ([]byte, []int)
- func (m *RefMapDeprecated) GetRefs() map[string]string
- func (m *RefMapDeprecated) Marshal() (dAtA []byte, err error)
- func (m *RefMapDeprecated) MarshalTo(dAtA []byte) (int, error)
- func (m *RefMapDeprecated) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RefMapDeprecated) ProtoMessage()
- func (m *RefMapDeprecated) Reset()
- func (m *RefMapDeprecated) Size() (n int)
- func (m *RefMapDeprecated) String() string
- func (m *RefMapDeprecated) Unmarshal(dAtA []byte) error
- func (m *RefMapDeprecated) XXX_DiscardUnknown()
- func (m *RefMapDeprecated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RefMapDeprecated) XXX_Merge(src proto.Message)
- func (m *RefMapDeprecated) XXX_Size() int
- func (m *RefMapDeprecated) XXX_Unmarshal(b []byte) error
- type ResolveImageConfigRequest
- func (*ResolveImageConfigRequest) Descriptor() ([]byte, []int)
- func (m *ResolveImageConfigRequest) GetLogName() string
- func (m *ResolveImageConfigRequest) GetPlatform() *pb.Platform
- func (m *ResolveImageConfigRequest) GetRef() string
- func (m *ResolveImageConfigRequest) GetResolveMode() string
- func (m *ResolveImageConfigRequest) Marshal() (dAtA []byte, err error)
- func (m *ResolveImageConfigRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ResolveImageConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResolveImageConfigRequest) ProtoMessage()
- func (m *ResolveImageConfigRequest) Reset()
- func (m *ResolveImageConfigRequest) Size() (n int)
- func (m *ResolveImageConfigRequest) String() string
- func (m *ResolveImageConfigRequest) Unmarshal(dAtA []byte) error
- func (m *ResolveImageConfigRequest) XXX_DiscardUnknown()
- func (m *ResolveImageConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResolveImageConfigRequest) XXX_Merge(src proto.Message)
- func (m *ResolveImageConfigRequest) XXX_Size() int
- func (m *ResolveImageConfigRequest) XXX_Unmarshal(b []byte) error
- type ResolveImageConfigResponse
- func (*ResolveImageConfigResponse) Descriptor() ([]byte, []int)
- func (m *ResolveImageConfigResponse) GetConfig() []byte
- func (m *ResolveImageConfigResponse) Marshal() (dAtA []byte, err error)
- func (m *ResolveImageConfigResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ResolveImageConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResolveImageConfigResponse) ProtoMessage()
- func (m *ResolveImageConfigResponse) Reset()
- func (m *ResolveImageConfigResponse) Size() (n int)
- func (m *ResolveImageConfigResponse) String() string
- func (m *ResolveImageConfigResponse) Unmarshal(dAtA []byte) error
- func (m *ResolveImageConfigResponse) XXX_DiscardUnknown()
- func (m *ResolveImageConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResolveImageConfigResponse) XXX_Merge(src proto.Message)
- func (m *ResolveImageConfigResponse) XXX_Size() int
- func (m *ResolveImageConfigResponse) XXX_Unmarshal(b []byte) error
- type Result
- func (*Result) Descriptor() ([]byte, []int)
- func (m *Result) GetMetadata() map[string][]byte
- func (m *Result) GetRef() *Ref
- func (m *Result) GetRefDeprecated() string
- func (m *Result) GetRefs() *RefMap
- func (m *Result) GetRefsDeprecated() *RefMapDeprecated
- func (m *Result) GetResult() isResult_Result
- func (m *Result) Marshal() (dAtA []byte, err error)
- func (m *Result) MarshalTo(dAtA []byte) (int, error)
- func (m *Result) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Result) ProtoMessage()
- func (m *Result) Reset()
- func (m *Result) Size() (n int)
- func (m *Result) String() string
- func (m *Result) Unmarshal(dAtA []byte) error
- func (m *Result) XXX_DiscardUnknown()
- func (m *Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Result) XXX_Merge(src proto.Message)
- func (*Result) XXX_OneofWrappers() []interface{}
- func (m *Result) XXX_Size() int
- func (m *Result) XXX_Unmarshal(b []byte) error
- type Result_Ref
- type Result_RefDeprecated
- type Result_Refs
- type Result_RefsDeprecated
- type ReturnRequest
- func (*ReturnRequest) Descriptor() ([]byte, []int)
- func (m *ReturnRequest) GetError() *rpc.Status
- func (m *ReturnRequest) GetResult() *Result
- func (m *ReturnRequest) Marshal() (dAtA []byte, err error)
- func (m *ReturnRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ReturnRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ReturnRequest) ProtoMessage()
- func (m *ReturnRequest) Reset()
- func (m *ReturnRequest) Size() (n int)
- func (m *ReturnRequest) String() string
- func (m *ReturnRequest) Unmarshal(dAtA []byte) error
- func (m *ReturnRequest) XXX_DiscardUnknown()
- func (m *ReturnRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReturnRequest) XXX_Merge(src proto.Message)
- func (m *ReturnRequest) XXX_Size() int
- func (m *ReturnRequest) XXX_Unmarshal(b []byte) error
- type ReturnResponse
- func (*ReturnResponse) Descriptor() ([]byte, []int)
- func (m *ReturnResponse) Marshal() (dAtA []byte, err error)
- func (m *ReturnResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ReturnResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ReturnResponse) ProtoMessage()
- func (m *ReturnResponse) Reset()
- func (m *ReturnResponse) Size() (n int)
- func (m *ReturnResponse) String() string
- func (m *ReturnResponse) Unmarshal(dAtA []byte) error
- func (m *ReturnResponse) XXX_DiscardUnknown()
- func (m *ReturnResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReturnResponse) XXX_Merge(src proto.Message)
- func (m *ReturnResponse) XXX_Size() int
- func (m *ReturnResponse) XXX_Unmarshal(b []byte) error
- type SolveRequest
- func (*SolveRequest) Descriptor() ([]byte, []int)
- func (m *SolveRequest) GetAllowResultArrayRef() bool
- func (m *SolveRequest) GetAllowResultReturn() bool
- func (m *SolveRequest) GetCacheImports() []*CacheOptionsEntry
- func (m *SolveRequest) GetDefinition() *pb.Definition
- func (m *SolveRequest) GetExporterAttr() []byte
- func (m *SolveRequest) GetFinal() bool
- func (m *SolveRequest) GetFrontend() string
- func (m *SolveRequest) GetFrontendInputs() map[string]*pb.Definition
- func (m *SolveRequest) GetFrontendOpt() map[string]string
- func (m *SolveRequest) GetImportCacheRefsDeprecated() []string
- func (m *SolveRequest) Marshal() (dAtA []byte, err error)
- func (m *SolveRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SolveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SolveRequest) ProtoMessage()
- func (m *SolveRequest) Reset()
- func (m *SolveRequest) Size() (n int)
- func (m *SolveRequest) String() string
- func (m *SolveRequest) Unmarshal(dAtA []byte) error
- func (m *SolveRequest) XXX_DiscardUnknown()
- func (m *SolveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SolveRequest) XXX_Merge(src proto.Message)
- func (m *SolveRequest) XXX_Size() int
- func (m *SolveRequest) XXX_Unmarshal(b []byte) error
- type SolveResponse
- func (*SolveResponse) Descriptor() ([]byte, []int)
- func (m *SolveResponse) GetRef() string
- func (m *SolveResponse) GetResult() *Result
- func (m *SolveResponse) Marshal() (dAtA []byte, err error)
- func (m *SolveResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SolveResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SolveResponse) ProtoMessage()
- func (m *SolveResponse) Reset()
- func (m *SolveResponse) Size() (n int)
- func (m *SolveResponse) String() string
- func (m *SolveResponse) Unmarshal(dAtA []byte) error
- func (m *SolveResponse) XXX_DiscardUnknown()
- func (m *SolveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SolveResponse) XXX_Merge(src proto.Message)
- func (m *SolveResponse) XXX_Size() int
- func (m *SolveResponse) XXX_Unmarshal(b []byte) error
- type StatFileRequest
- func (*StatFileRequest) Descriptor() ([]byte, []int)
- func (m *StatFileRequest) GetPath() string
- func (m *StatFileRequest) GetRef() string
- func (m *StatFileRequest) Marshal() (dAtA []byte, err error)
- func (m *StatFileRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *StatFileRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StatFileRequest) ProtoMessage()
- func (m *StatFileRequest) Reset()
- func (m *StatFileRequest) Size() (n int)
- func (m *StatFileRequest) String() string
- func (m *StatFileRequest) Unmarshal(dAtA []byte) error
- func (m *StatFileRequest) XXX_DiscardUnknown()
- func (m *StatFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StatFileRequest) XXX_Merge(src proto.Message)
- func (m *StatFileRequest) XXX_Size() int
- func (m *StatFileRequest) XXX_Unmarshal(b []byte) error
- type StatFileResponse
- func (*StatFileResponse) Descriptor() ([]byte, []int)
- func (m *StatFileResponse) GetStat() *types.Stat
- func (m *StatFileResponse) Marshal() (dAtA []byte, err error)
- func (m *StatFileResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *StatFileResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StatFileResponse) ProtoMessage()
- func (m *StatFileResponse) Reset()
- func (m *StatFileResponse) Size() (n int)
- func (m *StatFileResponse) String() string
- func (m *StatFileResponse) Unmarshal(dAtA []byte) error
- func (m *StatFileResponse) XXX_DiscardUnknown()
- func (m *StatFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StatFileResponse) XXX_Merge(src proto.Message)
- func (m *StatFileResponse) XXX_Size() int
- func (m *StatFileResponse) XXX_Unmarshal(b []byte) error
- type UnimplementedLLBBridgeServer
- func (*UnimplementedLLBBridgeServer) Inputs(ctx context.Context, req *InputsRequest) (*InputsResponse, error)
- func (*UnimplementedLLBBridgeServer) Ping(ctx context.Context, req *PingRequest) (*PongResponse, error)
- func (*UnimplementedLLBBridgeServer) ReadDir(ctx context.Context, req *ReadDirRequest) (*ReadDirResponse, error)
- func (*UnimplementedLLBBridgeServer) ReadFile(ctx context.Context, req *ReadFileRequest) (*ReadFileResponse, error)
- func (*UnimplementedLLBBridgeServer) ResolveImageConfig(ctx context.Context, req *ResolveImageConfigRequest) (*ResolveImageConfigResponse, error)
- func (*UnimplementedLLBBridgeServer) Return(ctx context.Context, req *ReturnRequest) (*ReturnResponse, error)
- func (*UnimplementedLLBBridgeServer) Solve(ctx context.Context, req *SolveRequest) (*SolveResponse, error)
- func (*UnimplementedLLBBridgeServer) StatFile(ctx context.Context, req *StatFileRequest) (*StatFileResponse, error)
Constants ¶
View Source
const ( CapSolveBase apicaps.CapID = "solve.base" CapSolveInlineReturn apicaps.CapID = "solve.inlinereturn" CapResolveImage apicaps.CapID = "resolveimage" CapResolveImageResolveMode apicaps.CapID = "resolveimage.resolvemode" CapReadFile apicaps.CapID = "readfile" CapReturnResult apicaps.CapID = "return" CapReturnMap apicaps.CapID = "returnmap" CapReadDir apicaps.CapID = "readdir" CapStatFile apicaps.CapID = "statfile" CapImportCaches apicaps.CapID = "importcaches" // CapProtoRefArray is a capability to return arrays of refs instead of single // refs. This capability is only for the wire format change and shouldn't be // used in frontends for feature detection. CapProtoRefArray apicaps.CapID = "proto.refarray" // CapReferenceOutput is a capability to use a reference of a solved result as // an llb.Output. CapReferenceOutput apicaps.CapID = "reference.output" // CapFrontendInputs is a capability to request frontend inputs from the // LLBBridge GRPC server. CapFrontendInputs apicaps.CapID = "frontend.inputs" )
Variables ¶
View Source
var ( ErrInvalidLengthGateway = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGateway = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGateway = fmt.Errorf("proto: unexpected end of group") )
View Source
var Caps apicaps.CapList
Functions ¶
func RegisterLLBBridgeServer ¶
func RegisterLLBBridgeServer(s *grpc.Server, srv LLBBridgeServer)
Types ¶
type CacheOptionsEntry ¶ added in v0.4.0
type CacheOptionsEntry struct { Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"` Attrs map[string]string `` /* 151-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
CacheOptionsEntry corresponds to the control.CacheOptionsEntry
func (*CacheOptionsEntry) Descriptor ¶ added in v0.4.0
func (*CacheOptionsEntry) Descriptor() ([]byte, []int)
func (*CacheOptionsEntry) GetAttrs ¶ added in v0.4.0
func (m *CacheOptionsEntry) GetAttrs() map[string]string
func (*CacheOptionsEntry) GetType ¶ added in v0.4.0
func (m *CacheOptionsEntry) GetType() string
func (*CacheOptionsEntry) Marshal ¶ added in v0.4.0
func (m *CacheOptionsEntry) Marshal() (dAtA []byte, err error)
func (*CacheOptionsEntry) MarshalTo ¶ added in v0.4.0
func (m *CacheOptionsEntry) MarshalTo(dAtA []byte) (int, error)
func (*CacheOptionsEntry) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *CacheOptionsEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CacheOptionsEntry) ProtoMessage ¶ added in v0.4.0
func (*CacheOptionsEntry) ProtoMessage()
func (*CacheOptionsEntry) Reset ¶ added in v0.4.0
func (m *CacheOptionsEntry) Reset()
func (*CacheOptionsEntry) Size ¶ added in v0.4.0
func (m *CacheOptionsEntry) Size() (n int)
func (*CacheOptionsEntry) String ¶ added in v0.4.0
func (m *CacheOptionsEntry) String() string
func (*CacheOptionsEntry) Unmarshal ¶ added in v0.4.0
func (m *CacheOptionsEntry) Unmarshal(dAtA []byte) error
func (*CacheOptionsEntry) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *CacheOptionsEntry) XXX_DiscardUnknown()
func (*CacheOptionsEntry) XXX_Marshal ¶ added in v0.4.0
func (m *CacheOptionsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CacheOptionsEntry) XXX_Merge ¶ added in v0.4.0
func (m *CacheOptionsEntry) XXX_Merge(src proto.Message)
func (*CacheOptionsEntry) XXX_Size ¶ added in v0.4.0
func (m *CacheOptionsEntry) XXX_Size() int
func (*CacheOptionsEntry) XXX_Unmarshal ¶ added in v0.4.0
func (m *CacheOptionsEntry) XXX_Unmarshal(b []byte) error
type FileRange ¶
type FileRange struct { Offset int64 `protobuf:"varint,1,opt,name=Offset,proto3" json:"Offset,omitempty"` Length int64 `protobuf:"varint,2,opt,name=Length,proto3" json:"Length,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FileRange) Descriptor ¶
func (*FileRange) MarshalToSizedBuffer ¶ added in v0.7.0
func (*FileRange) ProtoMessage ¶
func (*FileRange) ProtoMessage()
func (*FileRange) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *FileRange) XXX_DiscardUnknown()
func (*FileRange) XXX_Marshal ¶ added in v0.4.0
func (*FileRange) XXX_Unmarshal ¶ added in v0.4.0
type InputsRequest ¶ added in v0.7.0
type InputsRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InputsRequest) Descriptor ¶ added in v0.7.0
func (*InputsRequest) Descriptor() ([]byte, []int)
func (*InputsRequest) Marshal ¶ added in v0.7.0
func (m *InputsRequest) Marshal() (dAtA []byte, err error)
func (*InputsRequest) MarshalTo ¶ added in v0.7.0
func (m *InputsRequest) MarshalTo(dAtA []byte) (int, error)
func (*InputsRequest) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *InputsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InputsRequest) ProtoMessage ¶ added in v0.7.0
func (*InputsRequest) ProtoMessage()
func (*InputsRequest) Reset ¶ added in v0.7.0
func (m *InputsRequest) Reset()
func (*InputsRequest) Size ¶ added in v0.7.0
func (m *InputsRequest) Size() (n int)
func (*InputsRequest) String ¶ added in v0.7.0
func (m *InputsRequest) String() string
func (*InputsRequest) Unmarshal ¶ added in v0.7.0
func (m *InputsRequest) Unmarshal(dAtA []byte) error
func (*InputsRequest) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *InputsRequest) XXX_DiscardUnknown()
func (*InputsRequest) XXX_Marshal ¶ added in v0.7.0
func (m *InputsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InputsRequest) XXX_Merge ¶ added in v0.7.0
func (m *InputsRequest) XXX_Merge(src proto.Message)
func (*InputsRequest) XXX_Size ¶ added in v0.7.0
func (m *InputsRequest) XXX_Size() int
func (*InputsRequest) XXX_Unmarshal ¶ added in v0.7.0
func (m *InputsRequest) XXX_Unmarshal(b []byte) error
type InputsResponse ¶ added in v0.7.0
type InputsResponse struct { Definitions map[string]*pb.Definition `` /* 163-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InputsResponse) Descriptor ¶ added in v0.7.0
func (*InputsResponse) Descriptor() ([]byte, []int)
func (*InputsResponse) GetDefinitions ¶ added in v0.7.0
func (m *InputsResponse) GetDefinitions() map[string]*pb.Definition
func (*InputsResponse) Marshal ¶ added in v0.7.0
func (m *InputsResponse) Marshal() (dAtA []byte, err error)
func (*InputsResponse) MarshalTo ¶ added in v0.7.0
func (m *InputsResponse) MarshalTo(dAtA []byte) (int, error)
func (*InputsResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *InputsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InputsResponse) ProtoMessage ¶ added in v0.7.0
func (*InputsResponse) ProtoMessage()
func (*InputsResponse) Reset ¶ added in v0.7.0
func (m *InputsResponse) Reset()
func (*InputsResponse) Size ¶ added in v0.7.0
func (m *InputsResponse) Size() (n int)
func (*InputsResponse) String ¶ added in v0.7.0
func (m *InputsResponse) String() string
func (*InputsResponse) Unmarshal ¶ added in v0.7.0
func (m *InputsResponse) Unmarshal(dAtA []byte) error
func (*InputsResponse) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *InputsResponse) XXX_DiscardUnknown()
func (*InputsResponse) XXX_Marshal ¶ added in v0.7.0
func (m *InputsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InputsResponse) XXX_Merge ¶ added in v0.7.0
func (m *InputsResponse) XXX_Merge(src proto.Message)
func (*InputsResponse) XXX_Size ¶ added in v0.7.0
func (m *InputsResponse) XXX_Size() int
func (*InputsResponse) XXX_Unmarshal ¶ added in v0.7.0
func (m *InputsResponse) XXX_Unmarshal(b []byte) error
type LLBBridgeClient ¶
type LLBBridgeClient interface { // apicaps:CapResolveImage ResolveImageConfig(ctx context.Context, in *ResolveImageConfigRequest, opts ...grpc.CallOption) (*ResolveImageConfigResponse, error) // apicaps:CapSolveBase Solve(ctx context.Context, in *SolveRequest, opts ...grpc.CallOption) (*SolveResponse, error) // apicaps:CapReadFile ReadFile(ctx context.Context, in *ReadFileRequest, opts ...grpc.CallOption) (*ReadFileResponse, error) // apicaps:CapReadDir ReadDir(ctx context.Context, in *ReadDirRequest, opts ...grpc.CallOption) (*ReadDirResponse, error) // apicaps:CapStatFile StatFile(ctx context.Context, in *StatFileRequest, opts ...grpc.CallOption) (*StatFileResponse, error) Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PongResponse, error) Return(ctx context.Context, in *ReturnRequest, opts ...grpc.CallOption) (*ReturnResponse, error) // apicaps:CapFrontendInputs Inputs(ctx context.Context, in *InputsRequest, opts ...grpc.CallOption) (*InputsResponse, error) }
LLBBridgeClient is the client API for LLBBridge service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewLLBBridgeClient ¶
func NewLLBBridgeClient(cc *grpc.ClientConn) LLBBridgeClient
type LLBBridgeServer ¶
type LLBBridgeServer interface { // apicaps:CapResolveImage ResolveImageConfig(context.Context, *ResolveImageConfigRequest) (*ResolveImageConfigResponse, error) // apicaps:CapSolveBase Solve(context.Context, *SolveRequest) (*SolveResponse, error) // apicaps:CapReadFile ReadFile(context.Context, *ReadFileRequest) (*ReadFileResponse, error) // apicaps:CapReadDir ReadDir(context.Context, *ReadDirRequest) (*ReadDirResponse, error) // apicaps:CapStatFile StatFile(context.Context, *StatFileRequest) (*StatFileResponse, error) Ping(context.Context, *PingRequest) (*PongResponse, error) Return(context.Context, *ReturnRequest) (*ReturnResponse, error) // apicaps:CapFrontendInputs Inputs(context.Context, *InputsRequest) (*InputsResponse, error) }
LLBBridgeServer is the server API for LLBBridge service.
type PingRequest ¶
type PingRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PingRequest) Descriptor ¶
func (*PingRequest) Descriptor() ([]byte, []int)
func (*PingRequest) Marshal ¶
func (m *PingRequest) Marshal() (dAtA []byte, err error)
func (*PingRequest) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *PingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) Reset ¶
func (m *PingRequest) Reset()
func (*PingRequest) Size ¶
func (m *PingRequest) Size() (n int)
func (*PingRequest) String ¶
func (m *PingRequest) String() string
func (*PingRequest) Unmarshal ¶
func (m *PingRequest) Unmarshal(dAtA []byte) error
func (*PingRequest) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *PingRequest) XXX_DiscardUnknown()
func (*PingRequest) XXX_Marshal ¶ added in v0.4.0
func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PingRequest) XXX_Merge ¶ added in v0.4.0
func (m *PingRequest) XXX_Merge(src proto.Message)
func (*PingRequest) XXX_Size ¶ added in v0.4.0
func (m *PingRequest) XXX_Size() int
func (*PingRequest) XXX_Unmarshal ¶ added in v0.4.0
func (m *PingRequest) XXX_Unmarshal(b []byte) error
type PongResponse ¶
type PongResponse struct { FrontendAPICaps []pb1.APICap `protobuf:"bytes,1,rep,name=FrontendAPICaps,proto3" json:"FrontendAPICaps"` LLBCaps []pb1.APICap `protobuf:"bytes,2,rep,name=LLBCaps,proto3" json:"LLBCaps"` Workers []*types1.WorkerRecord `protobuf:"bytes,3,rep,name=Workers,proto3" json:"Workers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PongResponse) Descriptor ¶
func (*PongResponse) Descriptor() ([]byte, []int)
func (*PongResponse) GetFrontendAPICaps ¶
func (m *PongResponse) GetFrontendAPICaps() []pb1.APICap
func (*PongResponse) GetLLBCaps ¶
func (m *PongResponse) GetLLBCaps() []pb1.APICap
func (*PongResponse) GetWorkers ¶
func (m *PongResponse) GetWorkers() []*types1.WorkerRecord
func (*PongResponse) Marshal ¶
func (m *PongResponse) Marshal() (dAtA []byte, err error)
func (*PongResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *PongResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PongResponse) ProtoMessage ¶
func (*PongResponse) ProtoMessage()
func (*PongResponse) Reset ¶
func (m *PongResponse) Reset()
func (*PongResponse) Size ¶
func (m *PongResponse) Size() (n int)
func (*PongResponse) String ¶
func (m *PongResponse) String() string
func (*PongResponse) Unmarshal ¶
func (m *PongResponse) Unmarshal(dAtA []byte) error
func (*PongResponse) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *PongResponse) XXX_DiscardUnknown()
func (*PongResponse) XXX_Marshal ¶ added in v0.4.0
func (m *PongResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PongResponse) XXX_Merge ¶ added in v0.4.0
func (m *PongResponse) XXX_Merge(src proto.Message)
func (*PongResponse) XXX_Size ¶ added in v0.4.0
func (m *PongResponse) XXX_Size() int
func (*PongResponse) XXX_Unmarshal ¶ added in v0.4.0
func (m *PongResponse) XXX_Unmarshal(b []byte) error
type ReadDirRequest ¶
type ReadDirRequest struct { Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"` DirPath string `protobuf:"bytes,2,opt,name=DirPath,proto3" json:"DirPath,omitempty"` IncludePattern string `protobuf:"bytes,3,opt,name=IncludePattern,proto3" json:"IncludePattern,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReadDirRequest) Descriptor ¶
func (*ReadDirRequest) Descriptor() ([]byte, []int)
func (*ReadDirRequest) GetDirPath ¶
func (m *ReadDirRequest) GetDirPath() string
func (*ReadDirRequest) GetIncludePattern ¶
func (m *ReadDirRequest) GetIncludePattern() string
func (*ReadDirRequest) GetRef ¶
func (m *ReadDirRequest) GetRef() string
func (*ReadDirRequest) Marshal ¶
func (m *ReadDirRequest) Marshal() (dAtA []byte, err error)
func (*ReadDirRequest) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *ReadDirRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ReadDirRequest) ProtoMessage ¶
func (*ReadDirRequest) ProtoMessage()
func (*ReadDirRequest) Reset ¶
func (m *ReadDirRequest) Reset()
func (*ReadDirRequest) Size ¶
func (m *ReadDirRequest) Size() (n int)
func (*ReadDirRequest) String ¶
func (m *ReadDirRequest) String() string
func (*ReadDirRequest) Unmarshal ¶
func (m *ReadDirRequest) Unmarshal(dAtA []byte) error
func (*ReadDirRequest) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *ReadDirRequest) XXX_DiscardUnknown()
func (*ReadDirRequest) XXX_Marshal ¶ added in v0.4.0
func (m *ReadDirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReadDirRequest) XXX_Merge ¶ added in v0.4.0
func (m *ReadDirRequest) XXX_Merge(src proto.Message)
func (*ReadDirRequest) XXX_Size ¶ added in v0.4.0
func (m *ReadDirRequest) XXX_Size() int
func (*ReadDirRequest) XXX_Unmarshal ¶ added in v0.4.0
func (m *ReadDirRequest) XXX_Unmarshal(b []byte) error
type ReadDirResponse ¶
type ReadDirResponse struct { Entries []*types.Stat `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReadDirResponse) Descriptor ¶
func (*ReadDirResponse) Descriptor() ([]byte, []int)
func (*ReadDirResponse) GetEntries ¶
func (m *ReadDirResponse) GetEntries() []*types.Stat
func (*ReadDirResponse) Marshal ¶
func (m *ReadDirResponse) Marshal() (dAtA []byte, err error)
func (*ReadDirResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *ReadDirResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ReadDirResponse) ProtoMessage ¶
func (*ReadDirResponse) ProtoMessage()
func (*ReadDirResponse) Reset ¶
func (m *ReadDirResponse) Reset()
func (*ReadDirResponse) Size ¶
func (m *ReadDirResponse) Size() (n int)
func (*ReadDirResponse) String ¶
func (m *ReadDirResponse) String() string
func (*ReadDirResponse) Unmarshal ¶
func (m *ReadDirResponse) Unmarshal(dAtA []byte) error
func (*ReadDirResponse) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *ReadDirResponse) XXX_DiscardUnknown()
func (*ReadDirResponse) XXX_Marshal ¶ added in v0.4.0
func (m *ReadDirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReadDirResponse) XXX_Merge ¶ added in v0.4.0
func (m *ReadDirResponse) XXX_Merge(src proto.Message)
func (*ReadDirResponse) XXX_Size ¶ added in v0.4.0
func (m *ReadDirResponse) XXX_Size() int
func (*ReadDirResponse) XXX_Unmarshal ¶ added in v0.4.0
func (m *ReadDirResponse) XXX_Unmarshal(b []byte) error
type ReadFileRequest ¶
type ReadFileRequest struct { Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"` FilePath string `protobuf:"bytes,2,opt,name=FilePath,proto3" json:"FilePath,omitempty"` Range *FileRange `protobuf:"bytes,3,opt,name=Range,proto3" json:"Range,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReadFileRequest) Descriptor ¶
func (*ReadFileRequest) Descriptor() ([]byte, []int)
func (*ReadFileRequest) GetFilePath ¶
func (m *ReadFileRequest) GetFilePath() string
func (*ReadFileRequest) GetRange ¶
func (m *ReadFileRequest) GetRange() *FileRange
func (*ReadFileRequest) GetRef ¶
func (m *ReadFileRequest) GetRef() string
func (*ReadFileRequest) Marshal ¶
func (m *ReadFileRequest) Marshal() (dAtA []byte, err error)
func (*ReadFileRequest) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *ReadFileRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ReadFileRequest) ProtoMessage ¶
func (*ReadFileRequest) ProtoMessage()
func (*ReadFileRequest) Reset ¶
func (m *ReadFileRequest) Reset()
func (*ReadFileRequest) Size ¶
func (m *ReadFileRequest) Size() (n int)
func (*ReadFileRequest) String ¶
func (m *ReadFileRequest) String() string
func (*ReadFileRequest) Unmarshal ¶
func (m *ReadFileRequest) Unmarshal(dAtA []byte) error
func (*ReadFileRequest) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *ReadFileRequest) XXX_DiscardUnknown()
func (*ReadFileRequest) XXX_Marshal ¶ added in v0.4.0
func (m *ReadFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReadFileRequest) XXX_Merge ¶ added in v0.4.0
func (m *ReadFileRequest) XXX_Merge(src proto.Message)
func (*ReadFileRequest) XXX_Size ¶ added in v0.4.0
func (m *ReadFileRequest) XXX_Size() int
func (*ReadFileRequest) XXX_Unmarshal ¶ added in v0.4.0
func (m *ReadFileRequest) XXX_Unmarshal(b []byte) error
type ReadFileResponse ¶
type ReadFileResponse struct { Data []byte `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReadFileResponse) Descriptor ¶
func (*ReadFileResponse) Descriptor() ([]byte, []int)
func (*ReadFileResponse) GetData ¶
func (m *ReadFileResponse) GetData() []byte
func (*ReadFileResponse) Marshal ¶
func (m *ReadFileResponse) Marshal() (dAtA []byte, err error)
func (*ReadFileResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *ReadFileResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ReadFileResponse) ProtoMessage ¶
func (*ReadFileResponse) ProtoMessage()
func (*ReadFileResponse) Reset ¶
func (m *ReadFileResponse) Reset()
func (*ReadFileResponse) Size ¶
func (m *ReadFileResponse) Size() (n int)
func (*ReadFileResponse) String ¶
func (m *ReadFileResponse) String() string
func (*ReadFileResponse) Unmarshal ¶
func (m *ReadFileResponse) Unmarshal(dAtA []byte) error
func (*ReadFileResponse) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *ReadFileResponse) XXX_DiscardUnknown()
func (*ReadFileResponse) XXX_Marshal ¶ added in v0.4.0
func (m *ReadFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReadFileResponse) XXX_Merge ¶ added in v0.4.0
func (m *ReadFileResponse) XXX_Merge(src proto.Message)
func (*ReadFileResponse) XXX_Size ¶ added in v0.4.0
func (m *ReadFileResponse) XXX_Size() int
func (*ReadFileResponse) XXX_Unmarshal ¶ added in v0.4.0
func (m *ReadFileResponse) XXX_Unmarshal(b []byte) error
type Ref ¶ added in v0.7.0
type Ref struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Def *pb.Definition `protobuf:"bytes,2,opt,name=def,proto3" json:"def,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ref) Descriptor ¶ added in v0.7.0
func (*Ref) GetDef ¶ added in v0.7.0
func (m *Ref) GetDef() *pb.Definition
func (*Ref) MarshalToSizedBuffer ¶ added in v0.7.0
func (*Ref) ProtoMessage ¶ added in v0.7.0
func (*Ref) ProtoMessage()
func (*Ref) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *Ref) XXX_DiscardUnknown()
func (*Ref) XXX_Marshal ¶ added in v0.7.0
func (*Ref) XXX_Unmarshal ¶ added in v0.7.0
type RefMap ¶
type RefMap struct { Refs map[string]*Ref `` /* 149-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RefMap) Descriptor ¶
func (*RefMap) MarshalToSizedBuffer ¶ added in v0.7.0
func (*RefMap) ProtoMessage ¶
func (*RefMap) ProtoMessage()
func (*RefMap) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *RefMap) XXX_DiscardUnknown()
func (*RefMap) XXX_Marshal ¶ added in v0.4.0
func (*RefMap) XXX_Unmarshal ¶ added in v0.4.0
type RefMapDeprecated ¶ added in v0.7.0
type RefMapDeprecated struct { Refs map[string]string `` /* 149-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RefMapDeprecated) Descriptor ¶ added in v0.7.0
func (*RefMapDeprecated) Descriptor() ([]byte, []int)
func (*RefMapDeprecated) GetRefs ¶ added in v0.7.0
func (m *RefMapDeprecated) GetRefs() map[string]string
func (*RefMapDeprecated) Marshal ¶ added in v0.7.0
func (m *RefMapDeprecated) Marshal() (dAtA []byte, err error)
func (*RefMapDeprecated) MarshalTo ¶ added in v0.7.0
func (m *RefMapDeprecated) MarshalTo(dAtA []byte) (int, error)
func (*RefMapDeprecated) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *RefMapDeprecated) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RefMapDeprecated) ProtoMessage ¶ added in v0.7.0
func (*RefMapDeprecated) ProtoMessage()
func (*RefMapDeprecated) Reset ¶ added in v0.7.0
func (m *RefMapDeprecated) Reset()
func (*RefMapDeprecated) Size ¶ added in v0.7.0
func (m *RefMapDeprecated) Size() (n int)
func (*RefMapDeprecated) String ¶ added in v0.7.0
func (m *RefMapDeprecated) String() string
func (*RefMapDeprecated) Unmarshal ¶ added in v0.7.0
func (m *RefMapDeprecated) Unmarshal(dAtA []byte) error
func (*RefMapDeprecated) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *RefMapDeprecated) XXX_DiscardUnknown()
func (*RefMapDeprecated) XXX_Marshal ¶ added in v0.7.0
func (m *RefMapDeprecated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RefMapDeprecated) XXX_Merge ¶ added in v0.7.0
func (m *RefMapDeprecated) XXX_Merge(src proto.Message)
func (*RefMapDeprecated) XXX_Size ¶ added in v0.7.0
func (m *RefMapDeprecated) XXX_Size() int
func (*RefMapDeprecated) XXX_Unmarshal ¶ added in v0.7.0
func (m *RefMapDeprecated) XXX_Unmarshal(b []byte) error
type ResolveImageConfigRequest ¶
type ResolveImageConfigRequest struct { Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"` Platform *pb.Platform `protobuf:"bytes,2,opt,name=Platform,proto3" json:"Platform,omitempty"` ResolveMode string `protobuf:"bytes,3,opt,name=ResolveMode,proto3" json:"ResolveMode,omitempty"` LogName string `protobuf:"bytes,4,opt,name=LogName,proto3" json:"LogName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResolveImageConfigRequest) Descriptor ¶
func (*ResolveImageConfigRequest) Descriptor() ([]byte, []int)
func (*ResolveImageConfigRequest) GetLogName ¶
func (m *ResolveImageConfigRequest) GetLogName() string
func (*ResolveImageConfigRequest) GetPlatform ¶
func (m *ResolveImageConfigRequest) GetPlatform() *pb.Platform
func (*ResolveImageConfigRequest) GetRef ¶
func (m *ResolveImageConfigRequest) GetRef() string
func (*ResolveImageConfigRequest) GetResolveMode ¶
func (m *ResolveImageConfigRequest) GetResolveMode() string
func (*ResolveImageConfigRequest) Marshal ¶
func (m *ResolveImageConfigRequest) Marshal() (dAtA []byte, err error)
func (*ResolveImageConfigRequest) MarshalTo ¶
func (m *ResolveImageConfigRequest) MarshalTo(dAtA []byte) (int, error)
func (*ResolveImageConfigRequest) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *ResolveImageConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResolveImageConfigRequest) ProtoMessage ¶
func (*ResolveImageConfigRequest) ProtoMessage()
func (*ResolveImageConfigRequest) Reset ¶
func (m *ResolveImageConfigRequest) Reset()
func (*ResolveImageConfigRequest) Size ¶
func (m *ResolveImageConfigRequest) Size() (n int)
func (*ResolveImageConfigRequest) String ¶
func (m *ResolveImageConfigRequest) String() string
func (*ResolveImageConfigRequest) Unmarshal ¶
func (m *ResolveImageConfigRequest) Unmarshal(dAtA []byte) error
func (*ResolveImageConfigRequest) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *ResolveImageConfigRequest) XXX_DiscardUnknown()
func (*ResolveImageConfigRequest) XXX_Marshal ¶ added in v0.4.0
func (m *ResolveImageConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResolveImageConfigRequest) XXX_Merge ¶ added in v0.4.0
func (m *ResolveImageConfigRequest) XXX_Merge(src proto.Message)
func (*ResolveImageConfigRequest) XXX_Size ¶ added in v0.4.0
func (m *ResolveImageConfigRequest) XXX_Size() int
func (*ResolveImageConfigRequest) XXX_Unmarshal ¶ added in v0.4.0
func (m *ResolveImageConfigRequest) XXX_Unmarshal(b []byte) error
type ResolveImageConfigResponse ¶
type ResolveImageConfigResponse struct { Digest github_com_opencontainers_go_digest.Digest `protobuf:"bytes,1,opt,name=Digest,proto3,customtype=github.com/opencontainers/go-digest.Digest" json:"Digest"` Config []byte `protobuf:"bytes,2,opt,name=Config,proto3" json:"Config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResolveImageConfigResponse) Descriptor ¶
func (*ResolveImageConfigResponse) Descriptor() ([]byte, []int)
func (*ResolveImageConfigResponse) GetConfig ¶
func (m *ResolveImageConfigResponse) GetConfig() []byte
func (*ResolveImageConfigResponse) Marshal ¶
func (m *ResolveImageConfigResponse) Marshal() (dAtA []byte, err error)
func (*ResolveImageConfigResponse) MarshalTo ¶
func (m *ResolveImageConfigResponse) MarshalTo(dAtA []byte) (int, error)
func (*ResolveImageConfigResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *ResolveImageConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResolveImageConfigResponse) ProtoMessage ¶
func (*ResolveImageConfigResponse) ProtoMessage()
func (*ResolveImageConfigResponse) Reset ¶
func (m *ResolveImageConfigResponse) Reset()
func (*ResolveImageConfigResponse) Size ¶
func (m *ResolveImageConfigResponse) Size() (n int)
func (*ResolveImageConfigResponse) String ¶
func (m *ResolveImageConfigResponse) String() string
func (*ResolveImageConfigResponse) Unmarshal ¶
func (m *ResolveImageConfigResponse) Unmarshal(dAtA []byte) error
func (*ResolveImageConfigResponse) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *ResolveImageConfigResponse) XXX_DiscardUnknown()
func (*ResolveImageConfigResponse) XXX_Marshal ¶ added in v0.4.0
func (m *ResolveImageConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResolveImageConfigResponse) XXX_Merge ¶ added in v0.4.0
func (m *ResolveImageConfigResponse) XXX_Merge(src proto.Message)
func (*ResolveImageConfigResponse) XXX_Size ¶ added in v0.4.0
func (m *ResolveImageConfigResponse) XXX_Size() int
func (*ResolveImageConfigResponse) XXX_Unmarshal ¶ added in v0.4.0
func (m *ResolveImageConfigResponse) XXX_Unmarshal(b []byte) error
type Result ¶
type Result struct { // Types that are valid to be assigned to Result: // *Result_RefDeprecated // *Result_RefsDeprecated // *Result_Ref // *Result_Refs Result isResult_Result `protobuf_oneof:"result"` Metadata map[string][]byte `` /* 158-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Result) Descriptor ¶
func (*Result) GetMetadata ¶
func (*Result) GetRefDeprecated ¶ added in v0.7.0
func (*Result) GetRefsDeprecated ¶ added in v0.7.0
func (m *Result) GetRefsDeprecated() *RefMapDeprecated
func (*Result) MarshalToSizedBuffer ¶ added in v0.7.0
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
func (*Result) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *Result) XXX_DiscardUnknown()
func (*Result) XXX_Marshal ¶ added in v0.4.0
func (*Result) XXX_OneofWrappers ¶ added in v0.7.0
func (*Result) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Result) XXX_Unmarshal ¶ added in v0.4.0
type Result_Ref ¶
type Result_Ref struct {
Ref *Ref `protobuf:"bytes,3,opt,name=ref,proto3,oneof" json:"ref,omitempty"`
}
func (*Result_Ref) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *Result_Ref) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Result_Ref) Size ¶
func (m *Result_Ref) Size() (n int)
type Result_RefDeprecated ¶ added in v0.7.0
type Result_RefDeprecated struct {
RefDeprecated string `protobuf:"bytes,1,opt,name=refDeprecated,proto3,oneof" json:"refDeprecated,omitempty"`
}
func (*Result_RefDeprecated) MarshalTo ¶ added in v0.7.0
func (m *Result_RefDeprecated) MarshalTo(dAtA []byte) (int, error)
func (*Result_RefDeprecated) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *Result_RefDeprecated) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Result_RefDeprecated) Size ¶ added in v0.7.0
func (m *Result_RefDeprecated) Size() (n int)
type Result_Refs ¶
type Result_Refs struct {
Refs *RefMap `protobuf:"bytes,4,opt,name=refs,proto3,oneof" json:"refs,omitempty"`
}
func (*Result_Refs) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *Result_Refs) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Result_Refs) Size ¶
func (m *Result_Refs) Size() (n int)
type Result_RefsDeprecated ¶ added in v0.7.0
type Result_RefsDeprecated struct {
RefsDeprecated *RefMapDeprecated `protobuf:"bytes,2,opt,name=refsDeprecated,proto3,oneof" json:"refsDeprecated,omitempty"`
}
func (*Result_RefsDeprecated) MarshalTo ¶ added in v0.7.0
func (m *Result_RefsDeprecated) MarshalTo(dAtA []byte) (int, error)
func (*Result_RefsDeprecated) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *Result_RefsDeprecated) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Result_RefsDeprecated) Size ¶ added in v0.7.0
func (m *Result_RefsDeprecated) Size() (n int)
type ReturnRequest ¶
type ReturnRequest struct { Result *Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` Error *rpc.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReturnRequest) Descriptor ¶
func (*ReturnRequest) Descriptor() ([]byte, []int)
func (*ReturnRequest) GetError ¶
func (m *ReturnRequest) GetError() *rpc.Status
func (*ReturnRequest) GetResult ¶
func (m *ReturnRequest) GetResult() *Result
func (*ReturnRequest) Marshal ¶
func (m *ReturnRequest) Marshal() (dAtA []byte, err error)
func (*ReturnRequest) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *ReturnRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ReturnRequest) ProtoMessage ¶
func (*ReturnRequest) ProtoMessage()
func (*ReturnRequest) Reset ¶
func (m *ReturnRequest) Reset()
func (*ReturnRequest) Size ¶
func (m *ReturnRequest) Size() (n int)
func (*ReturnRequest) String ¶
func (m *ReturnRequest) String() string
func (*ReturnRequest) Unmarshal ¶
func (m *ReturnRequest) Unmarshal(dAtA []byte) error
func (*ReturnRequest) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *ReturnRequest) XXX_DiscardUnknown()
func (*ReturnRequest) XXX_Marshal ¶ added in v0.4.0
func (m *ReturnRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReturnRequest) XXX_Merge ¶ added in v0.4.0
func (m *ReturnRequest) XXX_Merge(src proto.Message)
func (*ReturnRequest) XXX_Size ¶ added in v0.4.0
func (m *ReturnRequest) XXX_Size() int
func (*ReturnRequest) XXX_Unmarshal ¶ added in v0.4.0
func (m *ReturnRequest) XXX_Unmarshal(b []byte) error
type ReturnResponse ¶
type ReturnResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReturnResponse) Descriptor ¶
func (*ReturnResponse) Descriptor() ([]byte, []int)
func (*ReturnResponse) Marshal ¶
func (m *ReturnResponse) Marshal() (dAtA []byte, err error)
func (*ReturnResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *ReturnResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ReturnResponse) ProtoMessage ¶
func (*ReturnResponse) ProtoMessage()
func (*ReturnResponse) Reset ¶
func (m *ReturnResponse) Reset()
func (*ReturnResponse) Size ¶
func (m *ReturnResponse) Size() (n int)
func (*ReturnResponse) String ¶
func (m *ReturnResponse) String() string
func (*ReturnResponse) Unmarshal ¶
func (m *ReturnResponse) Unmarshal(dAtA []byte) error
func (*ReturnResponse) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *ReturnResponse) XXX_DiscardUnknown()
func (*ReturnResponse) XXX_Marshal ¶ added in v0.4.0
func (m *ReturnResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReturnResponse) XXX_Merge ¶ added in v0.4.0
func (m *ReturnResponse) XXX_Merge(src proto.Message)
func (*ReturnResponse) XXX_Size ¶ added in v0.4.0
func (m *ReturnResponse) XXX_Size() int
func (*ReturnResponse) XXX_Unmarshal ¶ added in v0.4.0
func (m *ReturnResponse) XXX_Unmarshal(b []byte) error
type SolveRequest ¶
type SolveRequest struct { Definition *pb.Definition `protobuf:"bytes,1,opt,name=Definition,proto3" json:"Definition,omitempty"` Frontend string `protobuf:"bytes,2,opt,name=Frontend,proto3" json:"Frontend,omitempty"` FrontendOpt map[string]string `` /* 163-byte string literal not displayed */ // ImportCacheRefsDeprecated is deprecated in favor or the new Imports since BuildKit v0.4.0. // When ImportCacheRefsDeprecated is set, the solver appends // {.Type = "registry", .Attrs = {"ref": importCacheRef}} // for each of the ImportCacheRefs entry to CacheImports for compatibility. (planned to be removed) ImportCacheRefsDeprecated []string `protobuf:"bytes,4,rep,name=ImportCacheRefsDeprecated,proto3" json:"ImportCacheRefsDeprecated,omitempty"` AllowResultReturn bool `protobuf:"varint,5,opt,name=allowResultReturn,proto3" json:"allowResultReturn,omitempty"` AllowResultArrayRef bool `protobuf:"varint,6,opt,name=allowResultArrayRef,proto3" json:"allowResultArrayRef,omitempty"` // apicaps.CapSolveInlineReturn deprecated Final bool `protobuf:"varint,10,opt,name=Final,proto3" json:"Final,omitempty"` ExporterAttr []byte `protobuf:"bytes,11,opt,name=ExporterAttr,proto3" json:"ExporterAttr,omitempty"` // CacheImports was added in BuildKit v0.4.0. // apicaps:CapImportCaches CacheImports []*CacheOptionsEntry `protobuf:"bytes,12,rep,name=CacheImports,proto3" json:"CacheImports,omitempty"` // apicaps:CapFrontendInputs FrontendInputs map[string]*pb.Definition `` /* 170-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SolveRequest) Descriptor ¶
func (*SolveRequest) Descriptor() ([]byte, []int)
func (*SolveRequest) GetAllowResultArrayRef ¶ added in v0.7.0
func (m *SolveRequest) GetAllowResultArrayRef() bool
func (*SolveRequest) GetAllowResultReturn ¶
func (m *SolveRequest) GetAllowResultReturn() bool
func (*SolveRequest) GetCacheImports ¶ added in v0.4.0
func (m *SolveRequest) GetCacheImports() []*CacheOptionsEntry
func (*SolveRequest) GetDefinition ¶
func (m *SolveRequest) GetDefinition() *pb.Definition
func (*SolveRequest) GetExporterAttr ¶
func (m *SolveRequest) GetExporterAttr() []byte
func (*SolveRequest) GetFinal ¶
func (m *SolveRequest) GetFinal() bool
func (*SolveRequest) GetFrontend ¶
func (m *SolveRequest) GetFrontend() string
func (*SolveRequest) GetFrontendInputs ¶ added in v0.7.0
func (m *SolveRequest) GetFrontendInputs() map[string]*pb.Definition
func (*SolveRequest) GetFrontendOpt ¶
func (m *SolveRequest) GetFrontendOpt() map[string]string
func (*SolveRequest) GetImportCacheRefsDeprecated ¶ added in v0.4.0
func (m *SolveRequest) GetImportCacheRefsDeprecated() []string
func (*SolveRequest) Marshal ¶
func (m *SolveRequest) Marshal() (dAtA []byte, err error)
func (*SolveRequest) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *SolveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SolveRequest) ProtoMessage ¶
func (*SolveRequest) ProtoMessage()
func (*SolveRequest) Reset ¶
func (m *SolveRequest) Reset()
func (*SolveRequest) Size ¶
func (m *SolveRequest) Size() (n int)
func (*SolveRequest) String ¶
func (m *SolveRequest) String() string
func (*SolveRequest) Unmarshal ¶
func (m *SolveRequest) Unmarshal(dAtA []byte) error
func (*SolveRequest) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *SolveRequest) XXX_DiscardUnknown()
func (*SolveRequest) XXX_Marshal ¶ added in v0.4.0
func (m *SolveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SolveRequest) XXX_Merge ¶ added in v0.4.0
func (m *SolveRequest) XXX_Merge(src proto.Message)
func (*SolveRequest) XXX_Size ¶ added in v0.4.0
func (m *SolveRequest) XXX_Size() int
func (*SolveRequest) XXX_Unmarshal ¶ added in v0.4.0
func (m *SolveRequest) XXX_Unmarshal(b []byte) error
type SolveResponse ¶
type SolveResponse struct { // deprecated Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // these fields are returned when allowMapReturn was set Result *Result `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SolveResponse) Descriptor ¶
func (*SolveResponse) Descriptor() ([]byte, []int)
func (*SolveResponse) GetRef ¶
func (m *SolveResponse) GetRef() string
func (*SolveResponse) GetResult ¶
func (m *SolveResponse) GetResult() *Result
func (*SolveResponse) Marshal ¶
func (m *SolveResponse) Marshal() (dAtA []byte, err error)
func (*SolveResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *SolveResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SolveResponse) ProtoMessage ¶
func (*SolveResponse) ProtoMessage()
func (*SolveResponse) Reset ¶
func (m *SolveResponse) Reset()
func (*SolveResponse) Size ¶
func (m *SolveResponse) Size() (n int)
func (*SolveResponse) String ¶
func (m *SolveResponse) String() string
func (*SolveResponse) Unmarshal ¶
func (m *SolveResponse) Unmarshal(dAtA []byte) error
func (*SolveResponse) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *SolveResponse) XXX_DiscardUnknown()
func (*SolveResponse) XXX_Marshal ¶ added in v0.4.0
func (m *SolveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SolveResponse) XXX_Merge ¶ added in v0.4.0
func (m *SolveResponse) XXX_Merge(src proto.Message)
func (*SolveResponse) XXX_Size ¶ added in v0.4.0
func (m *SolveResponse) XXX_Size() int
func (*SolveResponse) XXX_Unmarshal ¶ added in v0.4.0
func (m *SolveResponse) XXX_Unmarshal(b []byte) error
type StatFileRequest ¶
type StatFileRequest struct { Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"` Path string `protobuf:"bytes,2,opt,name=Path,proto3" json:"Path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StatFileRequest) Descriptor ¶
func (*StatFileRequest) Descriptor() ([]byte, []int)
func (*StatFileRequest) GetPath ¶
func (m *StatFileRequest) GetPath() string
func (*StatFileRequest) GetRef ¶
func (m *StatFileRequest) GetRef() string
func (*StatFileRequest) Marshal ¶
func (m *StatFileRequest) Marshal() (dAtA []byte, err error)
func (*StatFileRequest) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *StatFileRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StatFileRequest) ProtoMessage ¶
func (*StatFileRequest) ProtoMessage()
func (*StatFileRequest) Reset ¶
func (m *StatFileRequest) Reset()
func (*StatFileRequest) Size ¶
func (m *StatFileRequest) Size() (n int)
func (*StatFileRequest) String ¶
func (m *StatFileRequest) String() string
func (*StatFileRequest) Unmarshal ¶
func (m *StatFileRequest) Unmarshal(dAtA []byte) error
func (*StatFileRequest) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *StatFileRequest) XXX_DiscardUnknown()
func (*StatFileRequest) XXX_Marshal ¶ added in v0.4.0
func (m *StatFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StatFileRequest) XXX_Merge ¶ added in v0.4.0
func (m *StatFileRequest) XXX_Merge(src proto.Message)
func (*StatFileRequest) XXX_Size ¶ added in v0.4.0
func (m *StatFileRequest) XXX_Size() int
func (*StatFileRequest) XXX_Unmarshal ¶ added in v0.4.0
func (m *StatFileRequest) XXX_Unmarshal(b []byte) error
type StatFileResponse ¶
type StatFileResponse struct { Stat *types.Stat `protobuf:"bytes,1,opt,name=stat,proto3" json:"stat,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StatFileResponse) Descriptor ¶
func (*StatFileResponse) Descriptor() ([]byte, []int)
func (*StatFileResponse) GetStat ¶
func (m *StatFileResponse) GetStat() *types.Stat
func (*StatFileResponse) Marshal ¶
func (m *StatFileResponse) Marshal() (dAtA []byte, err error)
func (*StatFileResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *StatFileResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StatFileResponse) ProtoMessage ¶
func (*StatFileResponse) ProtoMessage()
func (*StatFileResponse) Reset ¶
func (m *StatFileResponse) Reset()
func (*StatFileResponse) Size ¶
func (m *StatFileResponse) Size() (n int)
func (*StatFileResponse) String ¶
func (m *StatFileResponse) String() string
func (*StatFileResponse) Unmarshal ¶
func (m *StatFileResponse) Unmarshal(dAtA []byte) error
func (*StatFileResponse) XXX_DiscardUnknown ¶ added in v0.4.0
func (m *StatFileResponse) XXX_DiscardUnknown()
func (*StatFileResponse) XXX_Marshal ¶ added in v0.4.0
func (m *StatFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StatFileResponse) XXX_Merge ¶ added in v0.4.0
func (m *StatFileResponse) XXX_Merge(src proto.Message)
func (*StatFileResponse) XXX_Size ¶ added in v0.4.0
func (m *StatFileResponse) XXX_Size() int
func (*StatFileResponse) XXX_Unmarshal ¶ added in v0.4.0
func (m *StatFileResponse) XXX_Unmarshal(b []byte) error
type UnimplementedLLBBridgeServer ¶ added in v0.7.0
type UnimplementedLLBBridgeServer struct { }
UnimplementedLLBBridgeServer can be embedded to have forward compatible implementations.
func (*UnimplementedLLBBridgeServer) Inputs ¶ added in v0.7.0
func (*UnimplementedLLBBridgeServer) Inputs(ctx context.Context, req *InputsRequest) (*InputsResponse, error)
func (*UnimplementedLLBBridgeServer) Ping ¶ added in v0.7.0
func (*UnimplementedLLBBridgeServer) Ping(ctx context.Context, req *PingRequest) (*PongResponse, error)
func (*UnimplementedLLBBridgeServer) ReadDir ¶ added in v0.7.0
func (*UnimplementedLLBBridgeServer) ReadDir(ctx context.Context, req *ReadDirRequest) (*ReadDirResponse, error)
func (*UnimplementedLLBBridgeServer) ReadFile ¶ added in v0.7.0
func (*UnimplementedLLBBridgeServer) ReadFile(ctx context.Context, req *ReadFileRequest) (*ReadFileResponse, error)
func (*UnimplementedLLBBridgeServer) ResolveImageConfig ¶ added in v0.7.0
func (*UnimplementedLLBBridgeServer) ResolveImageConfig(ctx context.Context, req *ResolveImageConfigRequest) (*ResolveImageConfigResponse, error)
func (*UnimplementedLLBBridgeServer) Return ¶ added in v0.7.0
func (*UnimplementedLLBBridgeServer) Return(ctx context.Context, req *ReturnRequest) (*ReturnResponse, error)
func (*UnimplementedLLBBridgeServer) Solve ¶ added in v0.7.0
func (*UnimplementedLLBBridgeServer) Solve(ctx context.Context, req *SolveRequest) (*SolveResponse, error)
func (*UnimplementedLLBBridgeServer) StatFile ¶ added in v0.7.0
func (*UnimplementedLLBBridgeServer) StatFile(ctx context.Context, req *StatFileRequest) (*StatFileResponse, error)
Click to show internal directories.
Click to hide internal directories.