| Safe Haskell | None |
|---|
Clckwrks.ProfileData.Acid
Documentation
data ProfileDataState Source
Constructors
| ProfileDataState | |
Fields | |
data ProfileDataError Source
Constructors
| UsernameAlreadyInUse |
data SetProfileData Source
Constructors
| SetProfileData ProfileData |
data GetProfileData Source
Constructors
| GetProfileData UserId |
data NewProfileData Source
Constructors
| NewProfileData ProfileData |
data GetUsername Source
Constructors
| GetUsername UserId |
data GetUserIdUsernames Source
Constructors
| GetUserIdUsernames |
data RemoveRole Source
Constructors
| RemoveRole UserId Role |
data UsernameForId Source
Constructors
| UsernameForId UserId |