| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Napkin.Spec.Types.Runtime
Description
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
Constructors
| AppName | |
Fields
| |
Instances
A namespace for a given pipeline
Constructors
| Pipeline | |
Fields
| |
Instances
Constructors
| DepChain | |
Fields | |
Instances
newtype BkStatistics #
Constructors
| BkStatistics | |
Fields | |
Instances
type SpecMetaArgs = Map Text Value #
data SpecRuntime b #
Constructors
| SpecRuntime | |
Fields
| |