nomenclature

package
v0.0.0-...-16966e3 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2025 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitializeRoutes

func InitializeRoutes(g *echo.Group)

Types

type CheckIn

type CheckIn struct {
	// A username.
	Name string `query:"name"`
}

type CheckOut

type CheckOut struct {
	Name   string        `json:",omitempty"`
	Checks *CheckResults `json:",omitempty"`
}

type CheckResults

type CheckResults struct {
	Database GenericCheckResult `json:",omitzero"`
}

type GenericCheckResult

type GenericCheckResult struct {
	Present bool   `json:",omitempty"`
	Message string `json:",omitempty"`
}

type WhoamiOut

type WhoamiOut struct {
	Database WhoamiResultsDatabase `json:",omitzero"`
}

type WhoamiResultsDatabase

type WhoamiResultsDatabase struct {
	// The user's stable Keycloak IDP identifier.
	IdpSub string `json:",omitempty"`
	// The user's current matrix MXID.
	Username string `json:",omitempty"`
	// The user's MXID.
	Mxid string `json:",omitempty"`
}

Jump to

Keyboard shortcuts

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