modules

package
v0.0.0-...-64dc8e1 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Dispatcher = newDispatcher()
View Source
var StartTime = time.Now()

Functions

func StartAPICacheUpdater

func StartAPICacheUpdater(interval time.Duration)

StartAPICacheUpdater starts a goroutine that periodically updates the API cache.

Types

type Field

type Field struct {
	Name        string   `json:"name"`
	Types       []string `json:"types"`
	Required    bool     `json:"required"`
	Description string   `json:"description"`
}

type Method

type Method struct {
	Name        string   `json:"name"`
	Description []string `json:"description"`
	Href        string   `json:"href"`
	Returns     []string `json:"returns"`
	Fields      []Field  `json:"fields,omitempty"`
}

type Type

type Type struct {
	Name        string   `json:"name"`
	Description []string `json:"description"`
	Href        string   `json:"href"`
	Fields      []Field  `json:"fields,omitempty"`
}

Jump to

Keyboard shortcuts

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