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:"4"` EgressTBPrice string `help:"price user should pay for each TB of egress" default:"7"` 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"` CouponValue int64 `help:"coupon value in cents" default:"1000"` CouponDuration CouponDuration `help:"duration a new coupon is valid in months/billing cycles. An empty string means the coupon never expires" default:""` CouponProjectLimit memory.Size `help:"project limit to which increase to after applying the coupon, 0 B means not changing it from the default" default:"0 B"` MinCoinPayment int64 `help:"minimum value of coin payments in cents before coupon is applied" default:"1000"` NodeEgressBandwidthPrice int64 `help:"price node receive for storing TB of egress in cents" default:"2000"` NodeRepairBandwidthPrice int64 `help:"price node receive for storing TB of repair in cents" default:"1000"` NodeAuditBandwidthPrice int64 `help:"price node receive for storing TB of audit in cents" default:"1000"` NodeDiskSpacePrice int64 `help:"price node receive for storing disk space in cents/TB" default:"150"` PaywallProportion float64 `help:"proportion of users which require a balance to create projects [0-1]" default:"0"` }
Config defines global payments config.
type CouponDuration ¶ added in v1.26.2
CouponDuration is a configuration struct that keeps details about default promotional coupon duration.
Can be used as a flag.
func (*CouponDuration) IntPointer ¶ added in v1.26.2
func (cd *CouponDuration) IntPointer() *int64
IntPointer returns an int64 pointer representation of the config value.
func (*CouponDuration) Set ¶ added in v1.26.2
func (cd *CouponDuration) Set(s string) error
Set sets the value from a string.
func (*CouponDuration) String ¶ added in v1.26.2
func (cd *CouponDuration) String() string
String is required for pflag.Value.
func (CouponDuration) Type ¶ added in v1.26.2
func (CouponDuration) Type() string
Type implements pflag.Value.
type PricingValues ¶ added in v1.27.5
PricingValues holds pricing model for satellite.
Click to show internal directories.
Click to hide internal directories.