workdir

package
v1.10.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

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"` // deprecated
	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 (w *WorkDir) GetArrayByLanguage(language languages.Language) []string

func (*WorkDir) Map

func (w *WorkDir) Map() map[languages.Language][]string

nolint

func (*WorkDir) ParseInterfaceToStruct

func (w *WorkDir) ParseInterfaceToStruct(toParse interface{}) *WorkDir

func (*WorkDir) String

func (w *WorkDir) String() string

func (*WorkDir) Type

func (w *WorkDir) Type() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL