package api import "errors" type ReactorCoordinator interface { Start () } type reactorCoordinator struct { func StartReactor