Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoMembers = errors.New("值班组没有成员")
)
Functions ¶
This section is empty.
Types ¶
type CronManager ¶
type CronManager interface { StartOnDutyHistoryManager(ctx context.Context) error StartCheckHostStatusManager(ctx context.Context) error }
func NewCronManager ¶
func NewCronManager(logger *zap.Logger, onDutyDao alert.AlertManagerOnDutyDAO, ecsDao treeDao.TreeEcsDAO) CronManager
Click to show internal directories.
Click to hide internal directories.