Service.MakeSourcemodule Log : Log.Service.Sig.SERVICEmodule CmdService : Cmd.Service.Sig.SERVICEregister_seed seed adds seed to the already registered seeds. Raises if a seed with the same name already exists.
register_seeds seeds adds seeds to the already registered seeds. Raises if a seed with the same name already exists.
get_seeds () returns the list of registered seeds.
run_seed ctx name executed the seed with name by using the ctx as request context.