package common

import "github.com/docker/buildx/dap/common"

Index

Types

type Config

type Config struct {
	StopOnEntry bool `json:"stopOnEntry,omitempty"`
}

func (Config) GetConfig

func (c Config) GetConfig() Config

type Conn

type Conn interface {
	SendMsg(m dap.Message) error
	RecvMsg(ctx context.Context) (dap.Message, error)
	io.Closer
}

Source Files

config.go types.go

Version
v0.33.0 (latest)
Published
Mar 31, 2026
Platform
linux/amd64
Imports
3 packages
Last checked
1 hour ago

Tools for package owners.