| Copyright | Alexander Krupenkin 2017 |
|---|---|
| License | BSD3 |
| Maintainer | mail@akru.me |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Web.Bot.Metrics
Description
Bot metrics utils.
Documentation
Constructors
| UserStat | |
Fields
| |
Instances
| Show UserStat Source # | |
| PersistFieldSql UserStat Source # | |
| PersistEntity UserStat Source # | |
| PersistField UserStat Source # | |
| ToBackendKey SqlBackend UserStat Source # | |
| Eq (Key UserStat) Source # | |
| Ord (Key UserStat) Source # | |
| Read (Key UserStat) Source # | |
| Show (Key UserStat) Source # | |
| ToJSON (Key UserStat) Source # | |
| FromJSON (Key UserStat) Source # | |
| ToHttpApiData (Key UserStat) Source # | |
| FromHttpApiData (Key UserStat) Source # | |
| PathPiece (Key UserStat) Source # | |
| PersistFieldSql (Key UserStat) Source # | |
| PersistField (Key UserStat) Source # | |
| data Unique UserStat Source # | |
| data EntityField UserStat Source # | |
| data Key UserStat Source # | |
| type PersistEntityBackend UserStat Source # | |
type UserStatId = Key UserStat Source #
Constructors
| StoryStat | |
Fields
| |
Instances
type StoryStatId = Key StoryStat Source #