Files
systemctl/structs.go
2021-05-16 15:53:54 -07:00

6 lines
58 B
Go

package systemctl
type Options struct {
UserMode bool
}