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 ¶
LanguageRequest ...
Click to show internal directories.
Click to hide internal directories.