Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FriendlyStripeSync ¶
type FriendlyStripeSync struct {
Debug bool `json:"debug"`
Purge bool `json:"purge"`
Development bool `json:"development"`
Stripe Stripe `json:"stripe"`
Postgres Postgres `json:"postgres"`
StripeSync StripeSync `json:"stripe_sync"`
Logging Logging `json:"logging"`
}
FriendlyStripeSync is the top-level config for the CLI tool.
func (FriendlyStripeSync) LibraryConfig ¶
func (c FriendlyStripeSync) LibraryConfig() stripesync.Config
LibraryConfig returns the config as the stripesync library wants it.
func (FriendlyStripeSync) PostgresConfig ¶
func (c FriendlyStripeSync) PostgresConfig() postgres.Config
PostgresConfig returns the config as the postgres package wants it.
type StripeSync ¶
Click to show internal directories.
Click to hide internal directories.