Versions in this module Expand all Collapse all v1 v1.0.0 Oct 25, 2025 Changes in this version + type API struct + func NewAPI(config *viper.Viper, logger *logger.Logger, buildInfo BuildInfo) *API + func (api *API) EnablePrometheus() + func (api *API) Listen() + func (api *API) Motd() + type BuildInfo struct + Commit string + Compiler string + Repo string + Version string + type ErrorResponse struct + Error string