9 lines
115 B
Go
Executable File
9 lines
115 B
Go
Executable File
package entities
|
|
|
|
type User struct {
|
|
ID string
|
|
Name string
|
|
Email string
|
|
Password string
|
|
}
|