napkin-0.5.14
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Spec.Types.Runtime

Description

 
Synopsis

Documentation

newtype AppName #

Constructors

AppName 

Fields

Instances

Instances details
FromJSON AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

ToJSON AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Data AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AppName -> c AppName #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AppName #

toConstr :: AppName -> Constr #

dataTypeOf :: AppName -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AppName) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AppName) #

gmapT :: (forall b. Data b => b -> b) -> AppName -> AppName #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AppName -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AppName -> r #

gmapQ :: (forall d. Data d => d -> u) -> AppName -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AppName -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AppName -> m AppName #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AppName -> m AppName #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AppName -> m AppName #

Semigroup AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Generic AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Associated Types

type Rep AppName :: Type -> Type #

Methods

from :: AppName -> Rep AppName x #

to :: Rep AppName x -> AppName #

Show AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Eq AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Methods

(==) :: AppName -> AppName -> Bool #

(/=) :: AppName -> AppName -> Bool #

Ord AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

(BeamMigrateSqlBackend bk, FromBackendRow bk Text) => FromBackendRow bk AppName # 
Instance details

Defined in Napkin.Metadata.Instances

HasSqlValueSyntax bk Text => HasSqlValueSyntax bk AppName # 
Instance details

Defined in Napkin.Metadata.Instances

Methods

sqlValueSyntax :: AppName -> bk #

BeamSqlBackend bk => HasSqlEqualityCheck bk AppName # 
Instance details

Defined in Napkin.Metadata.Instances

BeamMigrateSqlBackend bk => HasDefaultSqlDataType bk AppName # 
Instance details

Defined in Napkin.Metadata.Instances

HasAppName OAuth2CorrelatedKey AppName # 
Instance details

Defined in Napkin.Auth.Types

type Rep AppName # 
Instance details

Defined in Napkin.Spec.Types.Runtime

type Rep AppName = D1 ('MetaData "AppName" "Napkin.Spec.Types.Runtime" "napkin-0.5.14-JrXUGmKUOt9J0meJSj0Kh4" 'True) (C1 ('MetaCons "AppName" 'PrefixI 'True) (S1 ('MetaSel ('Just "_unAppName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

newtype Pipeline #

A namespace for a given pipeline

Constructors

Pipeline 

Fields

Instances

Instances details
FromJSON Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

ToJSON Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Data Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Pipeline -> c Pipeline #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Pipeline #

toConstr :: Pipeline -> Constr #

dataTypeOf :: Pipeline -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Pipeline) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Pipeline) #

gmapT :: (forall b. Data b => b -> b) -> Pipeline -> Pipeline #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Pipeline -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Pipeline -> r #

gmapQ :: (forall d. Data d => d -> u) -> Pipeline -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Pipeline -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Pipeline -> m Pipeline #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Pipeline -> m Pipeline #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Pipeline -> m Pipeline #

IsString Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Generic Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Associated Types

type Rep Pipeline :: Type -> Type #

Methods

from :: Pipeline -> Rep Pipeline x #

to :: Rep Pipeline x -> Pipeline #

Show Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Eq Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Ord Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

(BeamMigrateSqlBackend bk, FromBackendRow bk Text) => FromBackendRow bk Pipeline # 
Instance details

Defined in Napkin.Metadata.Instances

HasSqlValueSyntax bk Text => HasSqlValueSyntax bk Pipeline # 
Instance details

Defined in Napkin.Metadata.Instances

Methods

sqlValueSyntax :: Pipeline -> bk #

BeamSqlBackend bk => HasSqlEqualityCheck bk Pipeline # 
Instance details

Defined in Napkin.Metadata.Instances

BeamMigrateSqlBackend bk => HasDefaultSqlDataType bk Pipeline # 
Instance details

Defined in Napkin.Metadata.Instances

type Rep Pipeline # 
Instance details

Defined in Napkin.Spec.Types.Runtime

type Rep Pipeline = D1 ('MetaData "Pipeline" "Napkin.Spec.Types.Runtime" "napkin-0.5.14-JrXUGmKUOt9J0meJSj0Kh4" 'True) (C1 ('MetaCons "Pipeline" 'PrefixI 'True) (S1 ('MetaSel ('Just "_unPipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data SpecPaths #

Constructors

SpecPaths 

Instances

Instances details
MonadReader SpecPaths (Spec b) # 
Instance details

Defined in Napkin.Spec.Types.Spec

Methods

ask :: Spec b SpecPaths #

local :: (SpecPaths -> SpecPaths) -> Spec b a -> Spec b a #

reader :: (SpecPaths -> a) -> Spec b a #

newtype DepChain #

Constructors

DepChain 

Instances

Instances details
FromJSON DepChain # 
Instance details

Defined in Napkin.Spec.Types.Runtime

ToJSON DepChain # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Monoid DepChain # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Semigroup DepChain # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Generic DepChain # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Associated Types

type Rep DepChain :: Type -> Type #

Methods

from :: DepChain -> Rep DepChain x #

to :: Rep DepChain x -> DepChain #

Show DepChain # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Eq DepChain # 
Instance details

Defined in Napkin.Spec.Types.Runtime

(BeamMigrateSqlBackend bk, FromBackendRow bk Text) => FromBackendRow bk DepChain # 
Instance details

Defined in Napkin.Metadata.Instances

HasSqlValueSyntax bk Text => HasSqlValueSyntax bk DepChain # 
Instance details

Defined in Napkin.Metadata.Instances

Methods

sqlValueSyntax :: DepChain -> bk #

BeamMigrateSqlBackend bk => HasDefaultSqlDataType bk DepChain # 
Instance details

Defined in Napkin.Metadata.Instances

type Rep DepChain # 
Instance details

Defined in Napkin.Spec.Types.Runtime

type Rep DepChain = D1 ('MetaData "DepChain" "Napkin.Spec.Types.Runtime" "napkin-0.5.14-JrXUGmKUOt9J0meJSj0Kh4" 'True) (C1 ('MetaCons "DepChain" 'PrefixI 'True) (S1 ('MetaSel ('Just "_unDepChain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map SpecTableName UTCTime))))

newtype BkStatistics #

Constructors

BkStatistics 

Instances

Instances details
FromJSON BkStatistics # 
Instance details

Defined in Napkin.Spec.Types.Runtime

ToJSON BkStatistics # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Generic BkStatistics # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Associated Types

type Rep BkStatistics :: Type -> Type #

Show BkStatistics # 
Instance details

Defined in Napkin.Spec.Types.Runtime

Eq BkStatistics # 
Instance details

Defined in Napkin.Spec.Types.Runtime

(BeamMigrateSqlBackend bk, FromBackendRow bk Text) => FromBackendRow bk BkStatistics # 
Instance details

Defined in Napkin.Metadata.Instances

HasSqlValueSyntax bk Text => HasSqlValueSyntax bk BkStatistics # 
Instance details

Defined in Napkin.Metadata.Instances

Methods

sqlValueSyntax :: BkStatistics -> bk #

BeamMigrateSqlBackend bk => HasDefaultSqlDataType bk BkStatistics # 
Instance details

Defined in Napkin.Metadata.Instances

type Rep BkStatistics # 
Instance details

Defined in Napkin.Spec.Types.Runtime

type Rep BkStatistics = D1 ('MetaData "BkStatistics" "Napkin.Spec.Types.Runtime" "napkin-0.5.14-JrXUGmKUOt9J0meJSj0Kh4" 'True) (C1 ('MetaCons "BkStatistics" 'PrefixI 'True) (S1 ('MetaSel ('Just "_unBkStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Value)))

data SpecRuntime b #

Constructors

SpecRuntime