api

package
v0.0.0-...-ed0136c Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	Endpoints   []Endpoint
	Definitions []Definition
}

func Discover

func Discover(root string) (API, error)

type Definition

type Definition struct {
	Name   []string
	Schema jtd.Schema
}

type Endpoint

type Endpoint struct {
	Name     []string
	Verb     string
	Request  jtd.Schema
	Response jtd.Schema
}

Jump to

Keyboard shortcuts

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