Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Synopsis
- newtype AppName = AppName {
- _unAppName :: Text
- newtype Pipeline = Pipeline {
- _unPipeline :: Text
- data SpecPaths = SpecPaths {}
- newtype DepChain = DepChain {}
- newtype BkStatistics = BkStatistics {}
- type SpecMetaArgs = Map Text Value
- data SpecRuntime b = SpecRuntime {
- _spPipeline :: Pipeline
- _spConn :: BackendConn b
Documentation
Instances
A namespace for a given pipeline
Instances
Instances
newtype BkStatistics #
Instances
type SpecMetaArgs = Map Text Value #
data SpecRuntime b #
SpecRuntime | |
|