dashboard

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DashboardJSON

func DashboardJSON(w http.ResponseWriter, r *http.Request)

func ListenAndServe

func ListenAndServe(cfg Config, logger *slog.Logger) (*http.Server, error)

Types

type Config

type Config struct {
	Bind  string
	Token string
}

type DashboardData

type DashboardData struct {
	TodaySpend  string
	WTDSpend    string
	TopServer   string
	TopTool     string
	ServerCount int
	ToolCount   int
	Servers     []ServerRow
}

type ServerRow

type ServerRow struct {
	Name       string
	ToolCount  int
	TokenCount string
}

Jump to

Keyboard shortcuts

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