Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Provider string `help:"payments provider to use" default:""` StripeCoinPayments stripecoinpayments.Config StorageTBPrice string `help:"price user should pay for storing TB per month" default:"10"` EgressTBPrice string `help:"price user should pay for each TB of egress" default:"45"` ObjectPrice string `help:"price user should pay for each object stored in network per month" default:"0.0000022"` BonusRate int64 `help:"amount of percents that user will earn as bonus credits by depositing in STORJ tokens" default:"10"` }
Config defines global payments config.
Click to show internal directories.
Click to hide internal directories.