api

package
v0.0.0-...-a2b2d1c Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func RegisterPaths

func RegisterPaths() *restful.WebService

Creates all the routes. This can be broken up into different web services and registered in main.go This data is used to generate the swagger docs

Types

type AllNames

type AllNames struct {
	Results []struct {
		Names *interface{} `json:"names"`
	} `json:"results"`
}

type DeleteCommand

type DeleteCommand struct {
	Id int `json:"id"`
}

type YourName

type YourName struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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