Documentation ¶
Index ¶
Constants ¶
View Source
const MsgReqGood = "\n✓ request valid\n"
View Source
const MsgResGood = "✓ response valid\n\n"
View Source
const MsgRouteGood = "✓ find route\n"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Animal ¶ added in v0.0.3
type Animal struct { Dog string `json:"dog"` Cat string `json:"cat"` AnimalNest AnimalNest `json:"animalnest"` }
type AnimalNest ¶ added in v0.0.4
type CLI ¶
func (*CLI) DumpRoutes ¶ added in v0.0.4
Click to show internal directories.
Click to hide internal directories.