Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockStorage ¶
type Config ¶
type Config struct {
Relay struct {
Server string `mapstructure:"server" json:"server"`
} `mapstructure:"relay" json:"relay,omitempty"`
LocalPartyPrefix string `mapstructure:"local_party_prefix" json:"local_party_prefix,omitempty"`
QueueEmailTask bool `mapstructure:"queue_email_task" json:"queue_email_task,omitempty"`
EncryptionSecret string `mapstructure:"encryption_secret" json:"encryption_secret,omitempty"`
DoSetupMsg bool `mapstructure:"do_setup_msg" json:"do_setup_msg,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.