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

# Functions

LoadSpec loads and returns the OpenAPI spec.

# Constants

A set of constants for the different types of possible OpenAPI parameters.
A set of constants for the different types of possible OpenAPI parameters.
A set of constant for the named types available in JSON Schema.
A set of constant for the named types available in JSON Schema.
A set of constant for the named types available in JSON Schema.
A set of constant for the named types available in JSON Schema.
A set of constant for the named types available in JSON Schema.
A set of constant for the named types available in JSON Schema.

# Structs

Components is a struct for the components section of an OpenAPI specification.
ExpansionResources is a struct for possible expansions in a resource.
Fixtures is a struct for a set of companion fixtures for an OpenAPI specification.
Info is the `info` portion of an OpenAPI specification that contains meta information about it.
MediaType is a struct bucketing a request or response by media type in an OpenAPI specification.
Operation is a struct representing a possible HTTP operation in an OpenAPI specification.
Parameter is a struct representing a request parameter to an HTTP operation in an OpenAPI specification.
RequestBody is a struct representing the body of a request in an OpenAPI specification.
Response is a struct representing the response of an HTTP operation in an OpenAPI specification.
Schema is a struct representing a JSON schema.
Spec is a struct representing an OpenAPI specification.
StripeEvent is a struct containing information about a Stripe event.
StripeOperation is a struct for possible operations on a resource.

# Type aliases

HTTPVerb is a type for an HTTP verb like GET, POST, etc.
Path is a type for an HTTP path in an OpenAPI specification.
ResourceID is a type for the ID of a response resource in an OpenAPI specification.
StatusCode is a type for the response status code of an HTTP operation in an OpenAPI specification.