design

package
v0.0.0-...-59a5801 Latest Latest
Warning

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

Go to latest
Published: May 13, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HealthMedia = MediaType("application/json", func() {
	Description("Health Check")
	Attributes(func() {
		Attribute("status", String, "system status")
		Attribute("code", Integer, "status code")
	})
	Required("status", "code")
	View("default", func() {
		Attribute("status", String)
		Attribute("code", Integer)
	})
})

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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