posh-providers/sqlc-dev/sqlc/config.go
2025-02-21 11:44:00 +01:00

7 lines
137 B
Go

package sqlc
type Config struct {
TempDir string `json:"tempDir" yaml:"tempDir"`
CacheDir string `json:"cacheDir" yaml:"cacheDir"`
}