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