Documentation
¶
Index ¶
Constants ¶
View Source
const ( FOO = FooState(101) BAR = FooState(202) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FooDetails ¶
type FooDetails struct { ID int64 `json:"id"` Name string `json:"name"` Categories []string `json:"categories"` }
func (*FooDetails) String ¶
func (d *FooDetails) String() string
Click to show internal directories.
Click to hide internal directories.