package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Nov 17, 2025
License: MIT
Opens a new window with license information.
Imports: 16
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.