Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserUpdate ¶
type UserUpdate struct { Password string `json:"password"` Senders types.MailAddresses `json:"senders"` }
func (*UserUpdate) GetSenders ¶
func (u *UserUpdate) GetSenders(user *types.User) []types.SenderAddress
Click to show internal directories.
Click to hide internal directories.