9 lines
115 B
Go

package entities
type User struct {
ID string
Name string
Email string
Password string
}