api

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Key

type Key struct {
	Key         string    `json:"key"`
	KeyID       string    `json:"keyID"`
	Manual      bool      `json:"manual"`
	ValidTo     time.Time `json:"validTo"`
	Limit       float64   `json:"limit"`
	QuotaValue  float64   `json:"quotaValue"`
	QuotaFailed float64   `json:"quotaFailed"`
	Created     time.Time `json:"created"`
	Updated     time.Time `json:"updated"`
	LastUsed    time.Time `json:"lastUsed"`
	LastIP      string    `json:"lastIP"`
	Description string    `json:"description"`
	IPWhiteList string    `json:"IPWhiteList"`
	Disabled    bool      `json:"disabled"`
	Tags        []string  `json:"tags"`
}

Jump to

Keyboard shortcuts

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