harness.archive.model.user

Members list

Type members

Classlikes

final case class Login(username: String, password: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Login

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Login.type
object SessionId extends TableKey

Attributes

Supertypes
trait TableKey
class Object
trait Matchable
class Any
Self type
SessionId.type
final case class SignUp(firstName: String, lastName: String, username: String, password: String, email: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SignUp

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SignUp.type
final case class User(id: UserId, firstName: String, lastName: String, username: String, email: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object User

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
User.type
object UserId extends TableKey

Attributes

Supertypes
trait TableKey
class Object
trait Matchable
class Any
Self type
UserId.type

Types

type SessionId = Id
type UserId = Id