nix

package
v0.0.0-...-706fd46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NixPatchStatePending     string = "pending"
	NixPatchStateCancelled   string = "cancelled"
	NixPatchStateApplying    string = "applying"
	NixPatchStateApplied     string = "applied"
	NixPatchStateRollingBack string = "rolling back"
	NixPatchStateErrored     string = "errored"
)

Variables

This section is empty.

Functions

func NewNixPatch

func NewNixPatch(nm nixManager, log dogeboxd.SubLogger) dogeboxd.NixPatch

Types

type PatchOperation

type PatchOperation struct {
	Name      string
	Operation func() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL