package
Version:
v0.0.0-...-a622702
Opens a new window with list of versions in this module.
Published: Mar 2, 2015
License: 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
¶
type Job struct {
Title string `json:"title"`
Description string `json:"desc"`
}
type Mention struct {
Name string `json:"name"`
Copy string `json:"copy"`
}
type Testimonial struct {
ID int64 `json:"id"`
Job Job `json:"job"`
Mention Mention `json:"mention"`
Created time.Time `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.