mirror of
https://github.com/taigrr/systemctl.git
synced 2025-10-10 10:41:07 +08:00
stubbs out errors, adds mask and unmask to scope
This commit is contained in:
11
systemctl.go
11
systemctl.go
@@ -49,6 +49,17 @@ func IsEnabled(unit string) (bool, error) {
|
||||
func DaemonReload(unit string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
//TODO
|
||||
func Show(unit string, property string) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
//TODO
|
||||
func Mask(unit string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func Unmask(unit string) error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user