Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Solve(ctx context.Context, req SolveRequest, exporterAttr map[string][]byte, final bool) (Reference, error) ResolveImageConfig(ctx context.Context, ref string) (digest.Digest, []byte, error) Opts() map[string]string SessionID() string }
TODO: make this take same options as LLBBridge. Add Return()
type SolveRequest ¶
type SolveRequest struct { Definition *pb.Definition Frontend string FrontendOpt map[string]string ImportCacheRefs []string }
SolveRequest is same as frontend.SolveRequest but avoiding dependency
Click to show internal directories.
Click to hide internal directories.