package
Version:
v0.0.0-...-45c08f6
Opens a new window with list of versions in this module.
Published: Nov 22, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Fetcher struct {
Id uint `json:"id"`
}
type Fetchers struct {
Id uint `json:"id"`
Url string `json:"url"`
Interval uint `json:"interval"`
}
type HealthCheckResponse struct {
Message string `json:"message"`
}
HealthCheckResponse godoc
type History struct {
Response []*Response
}
type Response struct {
Response string `json:"response"`
Duration float32 `json:"duration"`
CreatedAt *time.Time `json:"created_at"`
}
type SuccessResponse struct {
Success bool `json:"success"`
}
SuccessResponse godoc
Source Files
¶
Click to show internal directories.
Click to hide internal directories.