openkeepd/internal/models/db/user.go

9 lines
141 B
Go
Raw Permalink Normal View History

2019-10-20 18:30:55 +00:00
package db
// User represents entity that interacts with the system
type User struct {
UserID string
UserName string
Password string
}