Documentation
¶
Overview ¶
Package talk includes the functionality to add, create, edit, remove, and show talks. It also includes supporting and helper functions that are talk-releated.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TOMLHandler ¶
TOMLHandler decodes TOML string into a go map[string]interface{}
Types ¶
type Talk ¶
type Talk struct { Name string Title string Description string `toml:"description,omitempty"` Speakers []string `toml:"speakers, omitempty"` YouTube string `toml:"youtube,omitempty"` Vimeo string `toml:"vimeo,omitempty"` Speakerdeck string `toml:"speakerdeck,omitempty"` Googleslides string `toml:"googleslides,omitempty"` PDF string `toml:"pdf,omitempty"` Slides string `toml:"slides,omitempty"` Abstract string }
Talk defines a devopsdays event's talk
func GetTalkInfo ¶
GetTalkInfo loads in a talk file and returns a struct with the information, decoded from the TOML in the frontmatter
Click to show internal directories.
Click to hide internal directories.