wip: feat(task): defined concrete type for user group
wip: feat(version): added placeholder file + update gitignore wip: chore: removed unnecessary files
This commit is contained in:
@@ -14,6 +14,8 @@ type Tasks interface {
|
||||
}
|
||||
|
||||
type UserGroup interface {
|
||||
String() string
|
||||
IsSet() bool
|
||||
}
|
||||
|
||||
type TaskStatus interface {
|
||||
@@ -37,6 +39,7 @@ type CronTask interface {
|
||||
type ServiceTask interface {
|
||||
Task
|
||||
Background() bool //NOTE: implies using wmpidproxy
|
||||
PidFile() string //NOTE: implies using wmpidproxy
|
||||
StartSecs() uint
|
||||
AutoStart() bool
|
||||
AutoRestart() bool
|
||||
|
||||
Reference in New Issue
Block a user