| Copyright | (c) 2023 GYELD GMBH |
|---|---|
| License | Apache 2.0 |
| Maintainer | support@geniusyield.co |
| Stability | develop |
| Safe Haskell | None |
| Language | Haskell2010 |
GeniusYield.Test.Privnet.Options
Description
Documentation
optionDescriptions ∷ [OptionDescription] #
data DbSyncOpts #
Constructors
| DbSyncOpts | |
Fields
| |
askDbSyncOpts ∷ (DbSyncOpts → TestTree) → TestTree #
newtype DbSyncConnInfo #
Constructors
| DbSyncConnInfo (Maybe ConnectInfo) |
Instances
| IsOption DbSyncConnInfo # | |
Defined in GeniusYield.Test.Privnet.Options Methods parseValue ∷ String → Maybe DbSyncConnInfo optionName ∷ Tagged DbSyncConnInfo String optionHelp ∷ Tagged DbSyncConnInfo String showDefaultValue ∷ DbSyncConnInfo → Maybe String optionCLParser ∷ Parser DbSyncConnInfo | |
newtype DbSyncLookupDatum #
Constructors
| DbSyncLookupDatum Bool |
Instances
| IsOption DbSyncLookupDatum # | |
Defined in GeniusYield.Test.Privnet.Options Methods defaultValue ∷ DbSyncLookupDatum parseValue ∷ String → Maybe DbSyncLookupDatum optionName ∷ Tagged DbSyncLookupDatum String optionHelp ∷ Tagged DbSyncLookupDatum String showDefaultValue ∷ DbSyncLookupDatum → Maybe String optionCLParser ∷ Parser DbSyncLookupDatum | |
newtype DbSyncQueryUtxos #
Constructors
| DbSyncQueryUtxos Bool |
Instances
| IsOption DbSyncQueryUtxos # | |
Defined in GeniusYield.Test.Privnet.Options Methods defaultValue ∷ DbSyncQueryUtxos parseValue ∷ String → Maybe DbSyncQueryUtxos optionName ∷ Tagged DbSyncQueryUtxos String optionHelp ∷ Tagged DbSyncQueryUtxos String showDefaultValue ∷ DbSyncQueryUtxos → Maybe String optionCLParser ∷ Parser DbSyncQueryUtxos | |
newtype DbSyncGetParameters #
Constructors
| DbSyncGetParameters Bool |
Instances
| IsOption DbSyncGetParameters # | |
Defined in GeniusYield.Test.Privnet.Options Methods defaultValue ∷ DbSyncGetParameters parseValue ∷ String → Maybe DbSyncGetParameters optionName ∷ Tagged DbSyncGetParameters String optionHelp ∷ Tagged DbSyncGetParameters String showDefaultValue ∷ DbSyncGetParameters → Maybe String optionCLParser ∷ Parser DbSyncGetParameters | |