Documentation ¶ Index ¶ Constants func Debug(ctx context.Context) error type Config func GetConfig(ctx context.Context) (*Config, error) Constants ¶ View Source const ListenHost = "127.0.0.1" Variables ¶ This section is empty. Functions ¶ func Debug ¶ func Debug(ctx context.Context) error Types ¶ type Config ¶ type Config struct { Attachment v1.DebugAttachment // This is the debugger installed in the container // Options are dlv or gdb Debugger string // contains filtered or unexported fields } func GetConfig ¶ func GetConfig(ctx context.Context) (*Config, error) Source Files ¶ View all Source files config.go container.go server.go Click to show internal directories. Click to hide internal directories.