refactor continues
This commit is contained in:
parent
c038774f2c
commit
51f1eab127
30 changed files with 1373 additions and 474 deletions
|
|
@ -11,3 +11,8 @@ type Service struct {
|
|||
StartType string `json:"start_type"`
|
||||
DelayedAutoStart bool `json:"autodelay"`
|
||||
}
|
||||
|
||||
type WinSvcResp struct {
|
||||
Success bool `json:"success"`
|
||||
ErrorMsg string `json:"errormsg"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue