package
Version:
v0.0.365
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type ErrorVO struct {
Error string `json:"error"`
Message string `json:"message"`
}
type HealthResponseVO struct {
Database string `json:"database"`
Ping string `json:"ping"`
Collections []string `json:"collections"`
Messages []string `json:"messages"`
Errors int `json:"errors"`
}
type PingResponseVO struct {
Date time.Time `json:"date"`
Hostname string `json:"hostname"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.