| Safe Haskell | None |
|---|
Clckwrks.Page.Acid
- module Clckwrks.Page.Types
- data PageState
- initialPageState :: IO PageState
- data NewPage = NewPage PageKind UserId UUID UTCTime
- newtype PageById = PageById PageId
- newtype GetPageTitle = GetPageTitle PageId
- newtype IsPublishedPage = IsPublishedPage PageId
- data PagesSummary = PagesSummary
- newtype UpdatePage = UpdatePage Page
- data AllPosts = AllPosts
- data AllPublishedPages = AllPublishedPages
- data GetFeedConfig = GetFeedConfig
- newtype SetFeedConfig = SetFeedConfig FeedConfig
- data GetBlogTitle = GetBlogTitle
- data GetOldUACCT = GetOldUACCT
- data ClearOldUACCT = ClearOldUACCT
Documentation
module Clckwrks.Page.Types
state
events
newtype GetPageTitle Source
Constructors
| GetPageTitle PageId |
newtype IsPublishedPage Source
Constructors
| IsPublishedPage PageId |
data PagesSummary Source
Constructors
| PagesSummary |
newtype UpdatePage Source
Constructors
| UpdatePage Page |
Constructors
| AllPosts |
data AllPublishedPages Source
Constructors
| AllPublishedPages |
data GetFeedConfig Source
Constructors
| GetFeedConfig |
newtype SetFeedConfig Source
Constructors
| SetFeedConfig FeedConfig |
data GetBlogTitle Source
Constructors
| GetBlogTitle |
data GetOldUACCT Source
Constructors
| GetOldUACCT |
data ClearOldUACCT Source
Constructors
| ClearOldUACCT |