Files
evening_detective_server/internal/repos/user.go
T
2026-06-30 21:06:51 +07:00

7 lines
70 B
Go

package repos
type User struct {
Username string
Email string
}