package
Version:
v0.0.0-...-0cbfb8a
Opens a new window with list of versions in this module.
Published: Apr 27, 2026
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Parsers Parsers `json:"parsers"`
Queries Queries `json:"queries"`
QueriesPath string `json:"queriesPath"`
}
type Parser struct {
Url string `json:"url"`
RepoPath string `json:"repoPath"`
}
type Parsers struct {
InstallPath string `json:"installPath"`
Langs map[string]Parser `json:"langs"`
}
type Queries struct {
RepoPrefix string `json:"repoPrefix"`
Langs []string `json:"langs"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.