...

Package schedule

import "github.com/chaos-mesh/chaos-mesh/controllers/schedule"
Overview
Index
Subdirectories

Overview ▾

Index ▾

Package files

fx.go

Variables

var Module = fx.Options(
    fx.Invoke(cron.Bootstrap),
    fx.Invoke(active.Bootstrap),
    fx.Invoke(gc.Bootstrap),
    fx.Invoke(pause.Bootstrap),

    fx.Provide(utils.NewActiveLister),
)

Subdirectories

Name Synopsis
..
active
cron
gc
pause
utils