Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigFile = "conf.json" BaseDir = ".stripePay" TestDir = "test" )
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
Types ¶
type StripeConfig ¶
type StripeConfig struct { Home string SslCertPath string SslKeyPath string LogLevel logging.Level StripeConf *StripeKey PayMethod []string Currency string }
func Conf ¶
func Conf() *StripeConfig
func CreateDefault ¶
func CreateDefault() *StripeConfig
func (*StripeConfig) HomeDir ¶
func (c *StripeConfig) HomeDir() string
func (*StripeConfig) String ¶
func (c *StripeConfig) String() string
Click to show internal directories.
Click to hide internal directories.