dashboardapp

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2026 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContextWithValue

func ContextWithValue(ctx context.Context, v any) context.Context

func FromContext

func FromContext[T any](ctx context.Context) T

func New

func New(mo *model.Model) (http.Handler, error)

func URL

func URL(v any) string

Types

type PasticheIndexView

type PasticheIndexView struct {
	Services     []*model.Service
	ServiceNodes []*ServiceNode
}

type ServiceNode

type ServiceNode struct {
	Service  *model.Service
	Parent   *ServiceNode
	Children []*ServiceNode
	Title    string
	URL      string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL