api

package
v0.0.0-...-e619b7e Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessRecord

type AccessRecord struct {
	Date     time.Time
	Checksum [32]byte
}

type Category

type Category struct {
	LinkName     string
	ReadableName string
	Desc         string
}

func (Category) String

func (c Category) String() string

type Endpoint

type Endpoint struct {
	LinkName     string
	ReadableName string
	Desc         string
	Function     string
	Premium      bool
	Params       []Parameter
}

func (Endpoint) String

func (e Endpoint) String() string

type Endpoints

type Endpoints map[Category][]Endpoint

func (Endpoints) String

func (e Endpoints) String() string

type Parameter

type Parameter struct {
	Required bool
	Name     string
	Desc     string
}

func (Parameter) String

func (p Parameter) String() string

Jump to

Keyboard shortcuts

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