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, def *pb.Definition, frontend string, 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()
Click to show internal directories.
Click to hide internal directories.