config

package
v0.0.0-...-570fd0e Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Default = &Pingdom{
	URL:             "https://api.pingdom.com/api/3.1",
	Token:           "",
	Timeout:         2000,
	CacheExpiration: 30000,
}

Functions

This section is empty.

Types

type Pingdom

type Pingdom struct {
	URL             string `validate:"required,url,http"`
	Token           string `validate:"required"`
	Timeout         int    `validate:"gte=0"` // In Millisecond
	CacheExpiration int    `validate:"gte=0"` // In Millisecond
}

Jump to

Keyboard shortcuts

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