Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SerializedTimeline ¶
type SerializedTimeline struct { Desc string `json:"desc"` Name string `json:"name"` Updates []SerializedUpdate `json:"updates"` }
type SerializedUpdate ¶
type SerializedVenture ¶
type SerializedVenture struct { Prepopulate string `json:"prepopulate"` Desc string `json:"desc"` Name string `json:"name"` Timelines []SerializedTimeline `json:"timelines"` }
func GetTemplateVenture ¶
func GetTemplateVenture(prepopulate string) (*SerializedVenture, error)
Click to show internal directories.
Click to hide internal directories.