cfha/core/check.go

12 lines
131 B
Go

package core
import (
"time"
)
type CheckCreateConfig struct {
Engine *Engine
Interval time.Duration
Host TargetConfig
}