 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewGatewayForwarder(w worker.Infos, f client.BuildFunc) frontend.Frontend
- type BridgeClient
- func (c *BridgeClient) BuildOpts() client.BuildOpts
- func (c *BridgeClient) Inputs(ctx context.Context) (map[string]llb.State, error)
- func (c *BridgeClient) NewContainer(ctx context.Context, req client.NewContainerRequest) (client.Container, error)
- func (c *BridgeClient) ResolveImageConfig(ctx context.Context, ref string, opt sourceresolver.Opt) (string, digest.Digest, []byte, error)
- func (c *BridgeClient) Solve(ctx context.Context, req client.SolveRequest) (*client.Result, error)
- func (c *BridgeClient) Warn(ctx context.Context, dgst digest.Digest, msg string, opts client.WarnOpts) error
 
- type GatewayForwarder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BridgeClient ¶
type BridgeClient struct {
	frontend.FrontendLLBBridge
	// contains filtered or unexported fields
}
    func (*BridgeClient) BuildOpts ¶
func (c *BridgeClient) BuildOpts() client.BuildOpts
func (*BridgeClient) NewContainer ¶
func (c *BridgeClient) NewContainer(ctx context.Context, req client.NewContainerRequest) (client.Container, error)
func (*BridgeClient) ResolveImageConfig ¶
func (*BridgeClient) Solve ¶
func (c *BridgeClient) Solve(ctx context.Context, req client.SolveRequest) (*client.Result, error)
type GatewayForwarder ¶
type GatewayForwarder struct {
	// contains filtered or unexported fields
}
     Click to show internal directories. 
   Click to hide internal directories.