package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: May 18, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ExitSuccess = 0
ExitGeneralError = 1
ExitValidationError = 2
ExitMigrationError = 3
ExitRollbackBlocked = 4
)
NewApp creates the migrable CLI application with all commands registered.
type ExitError struct {
Code int
Message string
}
ExitError wraps an error with a specific exit code.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.