request

package
v0.0.0-...-c64dc89 Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alert

type Alert struct {
	UrlName string `json:"urlname"`
}

func (*Alert) Validate

func (a *Alert) Validate() error

type Stats

type Stats struct {
	Name string `json:"name"`
}

func (*Stats) Validate

func (s *Stats) Validate() error

type Url

type Url struct {
	Name      string `json:"name"`
	Url       string `json:"url"`
	Threshold string `json:"threshold"`
}

func (*Url) Validate

func (u *Url) Validate() error

type User

type User struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

func (*User) Validate

func (u *User) Validate() error

Jump to

Keyboard shortcuts

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