Versions in this module Expand all Collapse all v0 v0.0.40 Sep 2, 2024 Changes in this version + const GRADLE_FILE_FORMAT + const SERVER_PORT + const SOURCE_COMPATIBILITY + const TARGET_COMPATIBILITY + type GradleExtractor struct + func (*GradleExtractor) GetName() string + func (*GradleExtractor) MatchesLanguage(lowerlang string) bool + func (*GradleExtractor) ReadDefaults(r reporeader.RepoReader) (map[string]string, error) + type PythonExtractor struct + func (p PythonExtractor) GetName() string + func (p PythonExtractor) MatchesLanguage(lowerlang string) bool + func (p PythonExtractor) ReadDefaults(r reporeader.RepoReader) (map[string]string, error) + type Set map[interface{}]struct + func (s Set) Add(item interface{}) + func (s Set) Contains(item interface{}) bool + func NewSet() Set