renderings

package
v0.0.0-...-45c08f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fetcher

type Fetcher struct {
	Id uint `json:"id"`
}

type Fetchers

type Fetchers struct {
	Id       uint   `json:"id"`
	Url      string `json:"url"`
	Interval uint   `json:"interval"`
}

type HealthCheckResponse

type HealthCheckResponse struct {
	Message string `json:"message"`
}

HealthCheckResponse godoc

type History

type History struct {
	Response []*Response
}

type Response

type Response struct {
	Response  string     `json:"response"`
	Duration  float32    `json:"duration"`
	CreatedAt *time.Time `json:"created_at"`
}

type SuccessResponse

type SuccessResponse struct {
	Success bool `json:"success"`
}

SuccessResponse godoc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL