preliminary version of enable complete

This commit is contained in:
Tai Groot
2021-05-14 16:44:39 -07:00
parent f9f44604e1
commit 2517125d98
3 changed files with 47 additions and 14 deletions

View File

@@ -14,4 +14,7 @@ var (
// ErrInsufficientPermissions means the calling executable was invoked without enough permissions to run the selected command
ErrInsufficientPermissions = errors.New("insufficient permissions for action")
// ErrDoesNotExist means the unit specified doesn't exist or can't be found
ErrDoesNotExist = errors.New("Unit does not exist")
)