Copyright | (c) 2017 Red Hat Inc. |
---|---|
License | LGPL |
Maintainer | https://github.com/weldr |
Stability | alpha |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
BDCS.Import.State
Description
Types needed to maintain state when importing objects.
- data ImportState = ImportState {
- stDB :: FilePath
- stRepo :: ContentStore
Documentation
data ImportState Source #
The state record. This is helpful for keeping track of various pieces of global data when importing objects.
Constructors
ImportState | |
Fields
|