Documentation ¶
Index ¶
Constants ¶
View Source
const ( IndexerGolang = "GOLANG" IndexerJavaJUnit = "JUNIT" IndexerPythonPytest = "PYTEST" )
View Source
const ( RunnerGolang = "GOLANG" RunnerMaven = "MAVEN" RunnerPytest = "PYTEST" )
View Source
const ( TagPrefix = "US_" TagCase = TagPrefix + "CASE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaseTagCache ¶
key: case signature value: influenced methods
type DiffFuncMap ¶
type DiffFuncMap = map[string][]*FunctionWithState
type FunctionWithState ¶
type FunctionWithState struct { openapi.ObjectFunctionWithSignature Reachable bool ReachBy []string }
type IndexerType ¶
type IndexerType = string
type RepoInfo ¶
func GetRepoInfoFromDir ¶
type RunnerType ¶
type RunnerType = string
type SharedConfig ¶
type SharedConfig struct {}
func DefaultConfig ¶
func DefaultConfig() SharedConfig
func (*SharedConfig) GetSibylPort ¶
func (conf *SharedConfig) GetSibylPort() string
func (*SharedConfig) LocalSibyl ¶
func (conf *SharedConfig) LocalSibyl() bool
func (*SharedConfig) NewSibylClient ¶
func (conf *SharedConfig) NewSibylClient() (*openapi.APIClient, error)
Click to show internal directories.
Click to hide internal directories.