heartbeat

package
v0.10.9 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2023 License: MIT Imports: 7 Imported by: 4

Documentation

Index

Constants

View Source
const SendInterval = 10 * time.Minute

SendInterval determines the delay between requests. This must be larger than the MinHeartbeatInterval in the server.

Variables

This section is empty.

Functions

func Beat

func Beat(
	ctx context.Context,
	log log.Logger,
	url string,
	payload *Payload,
) error

Types

type Payload

type Payload struct {
	Version string `json:"version"`
	Meta    string `json:"meta"`
	Moniker string `json:"moniker"`
	PeerID  string `json:"peerID"`
	ChainID uint64 `json:"chainID"`
}

Jump to

Keyboard shortcuts

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