Documentation ¶ Index ¶ func DoctorMenu(i string, r string) *menu.Item func MenuFor(ctx context.Context, isAuthed bool, isAdmin bool, profile *user.Profile, ...) (menu.Items, any, error) type Breadcrumbs func (b Breadcrumbs) Active(i *menu.Item, path []string) (bool, bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DoctorMenu ¶ func DoctorMenu(i string, r string) *menu.Item func MenuFor ¶ func MenuFor( ctx context.Context, isAuthed bool, isAdmin bool, profile *user.Profile, params filter.ParamSet, as *app.State, logger util.Logger, ) (menu.Items, any, error) Types ¶ type Breadcrumbs ¶ type Breadcrumbs []string func (Breadcrumbs) Active ¶ func (b Breadcrumbs) Active(i *menu.Item, path []string) (bool, bool) Source Files ¶ View all Source files breadcrumbs.go docs.go doctor.go exec.go graphql.go menu.go menuhelper.go Click to show internal directories. Click to hide internal directories.