Некоторые проверки не удались
CI / test (push) Successful in 2m5s
Docker / Build and publish worker image (push) Failing after 31s
11 строки
157 B
Go
11 строки
157 B
Go
package cftp
|
|
|
|
import (
|
|
"rocketgit.ru/rsmon/worker/internal/checkresult"
|
|
)
|
|
|
|
// Result is a result of a check
|
|
type Result struct {
|
|
checkresult.CheckResult
|
|
}
|