serializer

package
v1.6.2 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package serializer ...

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthzResponse

type HealthzResponse struct {
	Time    string         `json:"time"`
	Healthy bool           `json:"healthy"`
	Fatal   bool           `json:"fatal"`
	Results []probe.Result `json:"results"`
}

HealthzResponse ...

type LanguageRequest

type LanguageRequest struct {
	Lang i18n.Lang `json:"lang"`
}

LanguageRequest ...

type VersionResponse

type VersionResponse struct {
	Version     string `json:"version"`
	GitCommit   string `json:"gitCommit"`
	BuildTime   string `json:"buildTime"`
	TmplVersion string `json:"tmplVersion"`
	GoVersion   string `json:"goVersion"`
}

VersionResponse ...

Jump to

Keyboard shortcuts

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