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"`
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"`
}
func (*WorkDir) GetArrayByLanguage ¶
func (*WorkDir) ParseInterfaceToStruct ¶
func (w *WorkDir) ParseInterfaceToStruct(toParse interface{})
Click to show internal directories.
Click to hide internal directories.