Copyright | (c) digitally induced GmbH 2020 |
---|---|
Safe Haskell | Safe-Inferred |
IHP.IDE.ToolServer.Helper.Controller
Description
Synopsis
- appPort :: (?context :: ControllerContext) => PortNumber
- openEditor :: Text -> Int -> Int -> IO ()
- findWebControllers :: IO [Text]
- findControllers :: Text -> IO [Text]
- findApplications :: IO [Text]
- theDevServerContext :: (?context :: ControllerContext) => IO Context
- clearDatabaseNeedsMigration :: (?context :: ControllerContext) => IO ()
- markDatabaseNeedsMigration :: (?context :: ControllerContext) => IO ()
Documentation
appPort :: (?context :: ControllerContext) => PortNumber Source #
Returns the port used by the running app. Usually returns 8000
.
findWebControllers :: IO [Text] Source #
findApplications :: IO [Text] Source #
theDevServerContext :: (?context :: ControllerContext) => IO Context Source #
clearDatabaseNeedsMigration :: (?context :: ControllerContext) => IO () Source #
markDatabaseNeedsMigration :: (?context :: ControllerContext) => IO () Source #