feat: publish standalone worker
Separate worker packaging and service lifecycle from the control plane.
Этот коммит содержится в:
10
checks/cssh/result.go
Обычный файл
10
checks/cssh/result.go
Обычный файл
@@ -0,0 +1,10 @@
|
||||
package cssh
|
||||
|
||||
import (
|
||||
"rsgit.ru/rsmon/rsmon/internal/checkresult"
|
||||
)
|
||||
|
||||
// Result is a result of a check
|
||||
type Result struct {
|
||||
checkresult.CheckResult
|
||||
}
|
||||
Ссылка в новой задаче
Block a user