diff options
author | siddharth <s@ricketyspace.net> | 2021-11-27 21:04:31 -0500 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-11-27 21:04:31 -0500 |
commit | d9e64324dc5c6dc5fd9890db8ec1aaa957974032 (patch) | |
tree | 9b84019515972487ead56ec8b995413e8c54d4da /config | |
parent | 0c7087b40ada7596e1477bf6a1d1418a2e0a9b45 (diff) |
config: add process package
Diffstat (limited to 'config')
-rw-r--r-- | config/process/config.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/process/config.go b/config/process/config.go new file mode 100644 index 0000000..b72d5da --- /dev/null +++ b/config/process/config.go @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: ISC +// Copyright © 2021 siddharth <s@ricketyspace.net> + +package process + +type ProcessConfig struct { + YDLPath string + DumpDir string +} |