stroke

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2022 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Overview

Package stroke provides utilities for testing with Stripe using isolated accounts and clocks.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Client

func Client(t *testing.T) *stripe.Client

Client returns a new stripe.Client initialized from the STRIPE_API_KEY environment variable. The KeyPrefix is set to a random string.

func WithAccount

func WithAccount(t *testing.T, c *stripe.Client) *stripe.Client

Types

type Clock

type Clock struct {
	// contains filtered or unexported fields
}

func NewClock

func NewClock(t *testing.T, c *stripe.Client, name string, start time.Time) *Clock

func (*Clock) Advance

func (c *Clock) Advance(t time.Time)

func (*Clock) DashboardURL

func (c *Clock) DashboardURL() string

func (*Clock) ID

func (c *Clock) ID() string

ID returns the ID of the clock.

func (*Clock) Now

func (c *Clock) Now() time.Time

Now retrieves the current time for the clock from Stripe and returns it.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL