Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkDir ¶
type WorkDir struct {
Go []string `json:"go"`
NetCore []string `json:"netCore"`
CSharp []string `json:"csharp"`
Ruby []string `json:"ruby"`
Python []string `json:"python"`
Java []string `json:"java"`
Kotlin []string `json:"kotlin"`
JavaScript []string `json:"javaScript"`
Leaks []string `json:"leaks"`
HCL []string `json:"hcl"`
PHP []string `json:"php"`
C []string `json:"c"`
Yaml []string `json:"yaml"`
Generic []string `json:"generic"`
}
func NewWorkDir ¶ added in v1.4.2
func NewWorkDir() *WorkDir
func (*WorkDir) GetArrayByLanguage ¶
func (*WorkDir) ParseInterfaceToStruct ¶
Click to show internal directories.
Click to hide internal directories.