Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrganizationConfig ¶
type OrganizationConfigContact ¶
type OrganizationConfigContact struct { Mail []OrganizationConfigContactInfo `yaml:"mail"` Email []OrganizationConfigContactInfo `yaml:"email"` Form []OrganizationConfigContactInfo `yaml:"form"` }
func (*OrganizationConfigContact) AddEmail ¶
func (c *OrganizationConfigContact) AddEmail(address string, usage []string)
func (*OrganizationConfigContact) AddMail ¶
func (c *OrganizationConfigContact) AddMail(address string, usage []string)
func (*OrganizationConfigContact) AddWebsiteForm ¶
func (c *OrganizationConfigContact) AddWebsiteForm(address string, usage []string)
type SmtpConfig ¶
type UserConfig ¶
type UserConfig struct { FirstName string `yaml:"first_name" mapstructure:"first_name"` LastName string `yaml:"last_name" mapstructure:"last_name"` EmailAddresses []string `yaml:"email_addresses" mapstructure:"email_addresses"` MailAddresses []string `yaml:"mail_addresses" mapstructure:"mail_addresses"` PhoneNumbers []string `yaml:"phone_numbers" mapstructure:"phone_numbers"` }
Click to show internal directories.
Click to hide internal directories.