| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Cli.Web.JSON
Documentation
data ReportJSONMode #
Constructors
| FullReport | |
| CompactReport |
jsonReport :: (HasBackendQueryStats b, ToJSON (QueryStats b)) => [FilePath] -> (UTCTime, Maybe UTCTime) -> Args -> SpecMetaArgs -> (SpecTableName -> Ref Table) -> DAGRunState b -> TasksDAG Full b -> RunId -> ReportJSONMode -> Success -> Value #