package
Version:
v0.0.0-...-706fd46
Opens a new window with list of versions in this module.
Published: Nov 6, 2024
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
NixPatchStatePending string = "pending"
NixPatchStateCancelled string = "cancelled"
NixPatchStateApplying string = "applying"
NixPatchStateApplied string = "applied"
NixPatchStateRollingBack string = "rolling back"
NixPatchStateErrored string = "errored"
)
type PatchOperation struct {
Name string
Operation func() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.