mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
7 lines
212 B
Go
7 lines
212 B
Go
package config
|
|
|
|
type Development struct {
|
|
ProfileCPU bool `yaml:"profile-cpu" json:"profile-cpu" mapstructure:"profile-cpu"`
|
|
ProfileMem bool `yaml:"profile-mem" json:"profile-mem" mapstructure:"profile-mem"`
|
|
}
|