Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectionResource ¶
func CollectionResource(w http.ResponseWriter, r *http.Request)
func GetCollection ¶
func GetCollection(w http.ResponseWriter, r *http.Request)
func MemberResource ¶
func MemberResource(w http.ResponseWriter, r *http.Request)
Types ¶
type Move ¶
type Move struct {
Name string `json:"name"`
Number int `json:"number"`
Type string `json:"type"`
Category string `json:"category"`
Contest string `json:"contest"`
Pp int `json:"pp"`
Power int `json:"power"`
Accuracy int `json:"accuracy"`
Generation string `json:"generation"`
Tm []string `json:"tm"`
Hm []string `json:"hm"`
Tutor bool `json:"tutor"`
}
func MemberService ¶
type Moves ¶
type Moves struct {
Moves []Move `json:"moves"`
}
func CollectionDao ¶
func CollectionDao() Moves
func CollectionService ¶
func CollectionService() Moves
Click to show internal directories.
Click to hide internal directories.