mirror of
https://github.com/taigrr/systemctl.git
synced 2025-10-06 00:37:03 +08:00
6 lines
58 B
Go
6 lines
58 B
Go
package systemctl
|
|
|
|
type Options struct {
|
|
UserMode bool
|
|
}
|