11 строки
152 B
Go
11 строки
152 B
Go
package cftp
|
|
|
|
import (
|
|
"rsgit.ru/rsmon/rsmon/internal/checkresult"
|
|
)
|
|
|
|
// Result is a result of a check
|
|
type Result struct {
|
|
checkresult.CheckResult
|
|
}
|