Documentation
¶
Index ¶
- func GetDateFromDays(numDays int, now time.Time) string
- func OpenPathInExplorer(path string) error
- func RunExport(args *Args) error
- type Args
- type Configuration
- type CustomExtension
- type CustomExtensionsList
- type EngineConfig
- type EngineConfigMapping
- type EngineKey
- type EngineKeysData
- type JoinedConfig
- type PresetConsumeOutput
- type PresetJob
- type ReportConsumeOutput
- type ReportJob
- type TriagedScan
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenPathInExplorer ¶
OpenPathInExplorer opens file explorer if running on Windows; does nothing on other platforms
Types ¶
type Args ¶
type Args struct {
URL,
Username,
Password,
OutputPath,
ProductName string
Export []string
ProjectsActiveSince int
IsDefaultProjectActiveSince bool
Debug bool
DBConnectionString,
ProjectsIDs,
TeamName string
RunTime time.Time
QueryMappingFile string
QueryRenamingFile string
NestedTeams bool
SimIDVersion int
ExcludeFile string
ExcludeFiles []string
CustomExtensions string
}
type Configuration ¶ added in v1.9.0
type Configuration struct {
Name string `json:"Name"`
Keys interface{} `json:"Keys"`
}
type CustomExtension ¶ added in v1.9.1
type CustomExtensionsList ¶ added in v1.9.1
type CustomExtensionsList struct {
XMLName xml.Name `xml:"CustomExtensionsList"`
CustomExtension []CustomExtension `xml:"CustomExtension"`
}
type EngineConfig ¶ added in v1.7.0
type EngineConfigMapping ¶ added in v1.9.0
type EngineKeysData ¶ added in v1.9.0
type EngineKeysData struct {
EngineConfig struct {
Configurations struct {
Configuration []Configuration `json:"Configuration"`
} `json:"Configurations"`
} `json:"EngineConfig"`
}
type JoinedConfig ¶ added in v1.9.0
type PresetConsumeOutput ¶ added in v1.0.4
type ReportConsumeOutput ¶
type TriagedScan ¶
Click to show internal directories.
Click to hide internal directories.