Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { App AppConf Auth auth.Config Store Store Rabbit RabbitConf Storage StorageConf Auth1 struct { Addr string } Stool struct { Addr string } Mail MailConf Pricing Pricing }
type MailConf ¶
type MailConf struct { ReplyTo string `required:"false" default:""` From string `required:"false" default:""` ServerToken string `required:"false"` AccountToken string `required:"true"` }
MailConf specifies all the parameters needed for dump mail sender
type PostgresConf ¶
type RabbitConf ¶
type RabbitConf struct {
Uri string `default:"amqp://guest:guest@localhost:5672"`
}
type StorageConf ¶
type StorageConf struct {
Bucket string
}
type Store ¶
type Store struct { Postgres PostgresConf Redis RedisConf Rabbit RabbitConf }
Click to show internal directories.
Click to hide internal directories.