definitions

package
v26.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2020 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Name        string   `json:"name"`
	Title       string   `json:"title"`
	Description string   `json:"description"`
	Stability   string   `json:"stability"`
	Method      string   `json:"method"`
	Route       string   `json:"route"`
	Args        []string `json:"args"`
	Query       []string `json:"query"`
	Input       string   `json:"input"`
}

Entry definition for services.

type Service

type Service struct {
	APIVersion  string  `json:"apiVersion"`
	ServiceName string  `json:"serviceName"`
	Title       string  `json:"title"`
	Description string  `json:"description"`
	Entries     []Entry `json:"entries"`
}

Service definition.

Jump to

Keyboard shortcuts

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