Documentation
¶
Index ¶
- Variables
- type DebugAgent
- type DebugConfig
- type Debugger
- func (d *Debugger) DebugComposeLoadError(ctx context.Context, debugConfig DebugConfig, loadErr error) error
- func (d *Debugger) DebugDeployment(ctx context.Context, debugConfig DebugConfig) error
- func (d *Debugger) DebugDeploymentError(ctx context.Context, debugConfig DebugConfig, deployErr error) error
- type Surveyor
Constants ¶
This section is empty.
Variables ¶
View Source
var P = track.P
Functions ¶
This section is empty.
Types ¶
type DebugAgent ¶
type DebugConfig ¶
type DebugConfig struct {
ProviderID *client.ProviderID
Stack string
Deployment types.ETag
FailedServices []string
Project *compose.Project
Since time.Time
Until time.Time
}
func (DebugConfig) String ¶
func (dc DebugConfig) String() string
type Debugger ¶
type Debugger struct {
// contains filtered or unexported fields
}
func NewDebugger ¶
func (*Debugger) DebugComposeLoadError ¶
func (*Debugger) DebugDeployment ¶
func (d *Debugger) DebugDeployment(ctx context.Context, debugConfig DebugConfig) error
func (*Debugger) DebugDeploymentError ¶
Click to show internal directories.
Click to hide internal directories.