# Functions
BuildFromFixtureFile creates a new fixture struct for a file.
BuildFromFixtureString creates a new fixture from a string.
EventList prints out a padded list of supported trigger events for printing the help file.
EventNames returns an array of all the event names.
NewFixtureFromFile creates a to later run steps for populating test data.
NewFixtureFromRawString creates fixtures from user inputted string.
Trigger triggers a Stripe event.
# Constants
SupportedVersions is the version number of the fixture template the CLI supports.
# Structs
Fixture contains a mapping of an individual fixtures responses for querying.
FixtureData contains the whole fixture file.
FixtureRequest is the individual request payload.
MetaFixture contains fixture metadata.