package db // User represents entity that interacts with the system type User struct { UserID string UserName string Password string }