Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnalyzeRequest ¶
type AnalyzeRequest struct { Paths []string `json:"paths"` UploadID string `json:"uploadId"` ByFile bool `json:"byFile"` Sort string `json:"sort"` ExcludeExt string `json:"excludeExt"` ExcludeLang string `json:"excludeLang"` IncludeLang string `json:"includeLang"` Match string `json:"match"` NotMatch string `json:"notMatch"` MatchDir string `json:"matchDir"` NotMatchDir string `json:"notMatchDir"` Debug bool `json:"debug"` SkipDuplicated bool `json:"skipDuplicated"` }
AnalyzeRequest defines the parameters accepted by the analyze endpoint.
type UploadResponse ¶
type UploadResponse struct {
ID string `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.