Versions in this module Expand all Collapse all v0 v0.0.3 Mar 13, 2024 Changes in this version + func URL(code string) (string, map[string]string) + func URLWithName(code, name string) (string, map[string]string) + type BreadcrumbService struct + func (bs *BreadcrumbService) AddBreadcrumb(ctx context.Context, tree domain.Tree) + func (bs *BreadcrumbService) Inject(router RouterRouter) + type RouterRouter interface + URL func(name string, params map[string]string) (*url.URL, error)