INNER CODE UNIT · Go

func

i-love-flamingo/flamingo-commerce · breadcrumbs/module.go:21

func (r *routes) Inject(controller *Controller) {
	r.controller = controller
}

// Routes defining the name for the data controller
func (r *routes) Routes(registry *web.RouterRegistry) {
	registry.HandleData("breadcrumbs", r.controller.Data)
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…