buildx/dap/config.go

8 lines
118 B
Go

package dap
import "github.com/docker/buildx/dap/common"
type LaunchConfig interface {
GetConfig() common.Config
}