package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Mar 11, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Heartbeat struct {
RequestID string `json:"requestId"`
DatabaseOnline bool `json:"databaseOnline"`
AppName string `json:"appName"`
ReleaseDate string `json:"releaseCreatedAt"`
ReleaseVersion string `json:"releaseVersion"`
Slug string `json:"slugCommit"`
Message string `json:"message"`
}
type ServicePoolStatus struct {
RequestID string `json:"requestId"`
Services []Heartbeat `json:"services"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.