Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMeetupInfoFromAPI ¶
func GetMeetupInfoFromAPI(humanGen types.MeetupGroup) (*types.AutogenMeetupGroup, error)
GetMeetupInfoFromAPI fetches all information it can about the given meetup group from the meetup.com API, and returns the autogenerated type
Types ¶
type Options ¶
type Options struct { // SpeakersFile points to the speakers.yaml file SpeakersFile string // CompaniesFile points to the companies.yaml file CompaniesFile string // RootDir points to the directory that has all meetup groups as subfolders, each with a meetup.yaml file RootDir string // DryRun controls whether to actually apply the changes or not DryRun bool // Validate controls whether to validate the current state of the repo content with the spec Validate bool }
Options for the generator TODO: Make this better :)
Click to show internal directories.
Click to hide internal directories.