use crate::kernel::ScheduleInternalServerStatic;
use crate::runtime::{InternalServerFnRefStatic, ScheduleFnRefStatic};
pub struct StartOptions {
pub scheduler: ScheduleFnRefStatic,
pub router: InternalServerFnRefStatic,
pub config_loader: InternalServerFnRefStatic,
pub ports: Vec<ScheduleInternalServerStatic>,
}