package ports type Scheduler interface { Start() Stop() Reload() error }