models

package
v0.0.0-...-ae311d0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Moon

type Moon struct {
	Name string `json:"name" validate:"nonzero"`
}

type Planet

type Planet struct {
	Id         string `json:"id"`
	Name       string `json:"name,omitempty" validate:"nonzero"`
	HoursInDay int    `json:"hoursInDay,omitempty" validate:"min=1,max=999999"`
	Moons      []Moon `json:"moons,omitempty"`
}

Jump to

Keyboard shortcuts

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