Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Story ¶
type Story struct { Meta Metadata Data map[string]interface{} // contains filtered or unexported fields }
Story is metadata plus a set of variable chunks
func NewStoryFromFile ¶
NewStoryFromFile loads a new Story generator from a config file
func NewStoryFromPath ¶
NewStoryFromPath loads a new story generator from a file or URL
func NewStoryFromText ¶
NewStoryFromText loads a new Story generator from a string
func NewStoryFromURL ¶
NewStoryFromURL loads a new Story generator from a URL to a config file
Click to show internal directories.
Click to hide internal directories.