package
module
Version:
v0.0.0-...-a26b91f
Opens a new window with list of versions in this module.
Published: Nov 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Context includes common data that migration commands may utilize.
type Printer interface {
Success(msg ...interface{})
Fail(msg ...interface{})
UpdateText(text string)
}
Printer is an interface for printing through a spinner.
type Spinner interface {
Start(text ...interface{}) (Printer, error)
}
Spinner is an interface for creating Printers.
var DefaultSpinner Spinner = noopSpinner{}
DefaultSpinner is the default spinner used by all the other subpackages, by
default it's just a no-op.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
meta
|
|
|
|
Click to show internal directories.
Click to hide internal directories.