Copyright | (C) 2017-2018 Johann Lee <[email protected]> |
---|---|
License | GPLv3+ |
Maintainer | [email protected] |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Yu.Core.View.Query
Description
The View part for query command, nav query.
- queryVersion :: Hamletic a (HandlerT a IO) => HandlerT a IO TypedContent
- queryVersionAuthor :: HandlerT a IO TypedContent
- queryVersionUtils :: HandlerT a IO TypedContent
- queryVersionCore :: HandlerT a IO TypedContent
- queryName :: HandlerT a IO TypedContent
- queryBuildInfo :: HandlerT a IO TypedContent
- queryServerTime :: HandlerT a IO TypedContent
- queryNav :: [Nav] -> HandlerT a IO TypedContent
- queryIndex :: String -> [ResT] -> HandlerT a IO TypedContent
- queryQuery :: Text -> HandlerT a IO TypedContent
querys
query version
queryVersion :: Hamletic a (HandlerT a IO) => HandlerT a IO TypedContent Source #
version of Blog version
queryVersionAuthor :: HandlerT a IO TypedContent Source #
version of yu-core
queryVersionUtils :: HandlerT a IO TypedContent Source #
version of yu-utils
queryVersionCore :: HandlerT a IO TypedContent Source #
version of glov-core
name
build info
queryBuildInfo :: HandlerT a IO TypedContent Source #
build information
server time
queryServerTime :: HandlerT a IO TypedContent Source #
server time
navbar
Arguments
:: [Nav] | navs (from Model) |
-> HandlerT a IO TypedContent |
fetch the list for nav
index
Arguments
:: String | parameters |
-> [ResT] | resources index (from Model) |
-> HandlerT a IO TypedContent |
index