Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RouteRunner ¶ added in v1.17.0
type RouteRunner struct {
// contains filtered or unexported fields
}
func NewRouteRunner ¶ added in v1.17.0
func NewRouteRunner(config config.Config, route route.Route) *RouteRunner
func (*RouteRunner) Run ¶ added in v1.17.0
func (r *RouteRunner) Run() error
func (*RouteRunner) ShouldRun ¶ added in v1.17.0
func (r *RouteRunner) ShouldRun() bool
func (*RouteRunner) Shutdown ¶ added in v1.17.0
func (r *RouteRunner) Shutdown() error
func (*RouteRunner) Signature ¶ added in v1.17.0
func (r *RouteRunner) Signature() string
type ServiceProvider ¶
type ServiceProvider struct {
}
func (*ServiceProvider) Boot ¶
func (r *ServiceProvider) Boot(app foundation.Application)
func (*ServiceProvider) Register ¶
func (r *ServiceProvider) Register(app foundation.Application)
func (*ServiceProvider) Relationship ¶ added in v1.15.12
func (r *ServiceProvider) Relationship() binding.Relationship
func (*ServiceProvider) Runners ¶ added in v1.17.0
func (r *ServiceProvider) Runners(app foundation.Application) []foundation.Runner
Click to show internal directories.
Click to hide internal directories.