dto

package
v0.0.0-...-db09f8a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Signup

type Signup struct {
	Email    string `schema:"email"`
	Password string `schema:"password"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL