package
Version:
v0.0.0-...-f911324
Opens a new window with list of versions in this module.
Published: Mar 2, 2016
License: BSD-3-Clause, MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func WidgetsToInterfaceSlice(widgets ...*Widget) []interface{}
type User struct {
Id string `json:"id"`
Name string `json:"name"`
Widgets []*Widget `json:"widgets"`
}
Model structs
type Widget struct {
Id string `json:"id"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.