package
1.25.0
Repository: https://github.com/stripe/stripe-cli.git
Documentation: pkg.go.dev

# 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.

# Variables

Edit is separated into a var so we can mock this in fixtures_test.
Events is a mapping of pre-built trigger events and the corresponding json file.

# 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.