Documentation
¶
Index ¶
- func CopyFile(srcPath string, targetPath string) error
- func DownloadDatabase(nwo string, language string, outputDir string) error
- func DownloadResults(controller string, runId int, nwo string, outputDir string) error
- func DownloadWorker(wg *sync.WaitGroup, taskChannel <-chan models.DownloadTask, ...)
- func FindPackRoot(queryFile string) string
- func FixPackFile(queryPackDir string, packRelativePath string) error
- func GenerateQueryPack(codeqlPath string, queryFile string, language string) (string, error)
- func GetConfig() (models.Config, error)
- func GetConfigFilePath() string
- func GetRunDetails(controller string, runId int) (map[string]interface{}, error)
- func GetRunRepositoryDetails(controller string, runId int, nwo string) (map[string]interface{}, error)
- func GetSessions() (map[string]models.Session, error)
- func GetSessionsFilePath() string
- func LoadSession(name string) (string, []models.Run, string, error)
- func PackPacklist(codeqlPath string, dir string, includeQueries bool) []string
- func ResolveQueries(codeqlPath string, querySuite string) []string
- func ResolveRepositories(listFile string, list string) ([]string, error)
- func RunCodeQLCommand(codeqlPath string, combined bool, args ...string) ([]byte, error)
- func SaveSession(name string, controller string, runs []models.Run, language string, ...) error
- func SetConfigFilePath(path string)
- func SetSessionsFilePath(path string)
- func SubmitRun(controller string, language string, repoChunk []string, bundle string) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadResults ¶
func DownloadWorker ¶
func DownloadWorker(wg *sync.WaitGroup, taskChannel <-chan models.DownloadTask, resultChannel chan models.DownloadTask)
func FindPackRoot ¶
func FixPackFile ¶
func GenerateQueryPack ¶
func GetConfigFilePath ¶
func GetConfigFilePath() string
func GetRunDetails ¶
func GetRunRepositoryDetails ¶
func GetSessionsFilePath ¶
func GetSessionsFilePath() string
func ResolveQueries ¶
func RunCodeQLCommand ¶
func SaveSession ¶
func SetConfigFilePath ¶
func SetConfigFilePath(path string)
func SetSessionsFilePath ¶
func SetSessionsFilePath(path string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.