update
This commit is contained in:
@@ -13,3 +13,10 @@ type Workanniversary struct {
|
||||
Fullname string `json:"fullname"`
|
||||
HireDate time.Time `json:"hire_date"`
|
||||
}
|
||||
|
||||
type SendEmailRequest struct {
|
||||
Subject string `json:"subject" validate:"required"`
|
||||
To []string `json:"to" validate:"required"`
|
||||
CC []string `json:"cc"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user