Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monitor ¶
type Monitor interface { // Check runs the status check monitor for a deployment Check(context.Context, io.Writer) error // Reset executes any reset behavior required by the status monitor between dev loops. Reset() }
Monitor is an interface for checking resource deployment status.
type NoopMonitor ¶
type NoopMonitor struct{}
func (*NoopMonitor) Reset ¶
func (n *NoopMonitor) Reset()
Click to show internal directories.
Click to hide internal directories.