v1

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2026 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildRoutes

func BuildRoutes(f *fiber.App) error

BuildRoutes builds v1 endpoint routes.

Types

type Experiment

type Experiment struct {
	Details string    `json:"details"`
	Runs    []runInfo `json:"runs"`
	Metrics []string  `json:"metrics"`
}

Experiment struct returned by Experiment endpoint.

type Registry

type Registry struct {
	Details     string            `json:"details"`
	Name        string            `json:"name"`
	LastVer     int64             `json:"lastVer"`
	Tags        map[string][]int  `json:"tags"`
	CreatedAt   time.Time         `json:"createdAt,format:datetime"`
	EntriesInfo map[int]entryInfo `json:"entriesInfo"`
}

Registry struct returned by registry endpoint.

Jump to

Keyboard shortcuts

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