function
Execute
func Execute(
applicationConfig Config,
supplied ...ExecuteOption,
) (result error)Run project commands or the framework-owned production server lifecycle.
When command-line arguments select a project command, Execute resolves config and returns without invoking store or storage factories. With no command it owns startup, readiness, serving, workers, drain, and resource close order.
Related types
ConfigExecutable application-owned Ridu configuration.
ExecuteOptionOpaque production lifecycle option accepted by Execute.