Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Duck ¶
type Duck struct {
application.Model
Name string
Breed string
}
Duck is the model for storing ducks
func DucksByBreed ¶
GetDuckByBreed returns a list of ducks
func DucksByName ¶
GetDuckByName returns a single named duck
Click to show internal directories.
Click to hide internal directories.