summaryrefslogtreecommitdiffstats
path: root/config/process/config.go
blob: b72d5dafa95e58b936b1318dcb400cb50111b414 (plain) (blame)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: ISC
// Copyright © 2021 siddharth <s@ricketyspace.net>

package process

type ProcessConfig struct {
	YDLPath string
	DumpDir string
}