Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncDeleter ¶ added in v0.37.0
type AsyncDeleter struct {
// contains filtered or unexported fields
}
func NewAsyncDeleter ¶ added in v0.37.0
func NewAsyncDeleter(logger logger) AsyncDeleter
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func NewLogger ¶
NewLogger returns a new Logger with the provided writer, reader, and value of noConfirm.
func (*Logger) PromptWithDetails ¶ added in v0.21.0
PromptWithDetails will block all other goroutines attempting to print the prompt to the logger for a given resource type and resource name, while waiting for user input.
Click to show internal directories.
Click to hide internal directories.