mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
7 lines
137 B
Go
7 lines
137 B
Go
package sqlc
|
|
|
|
type Config struct {
|
|
TempDir string `json:"tempDir" yaml:"tempDir"`
|
|
CacheDir string `json:"cacheDir" yaml:"cacheDir"`
|
|
}
|