Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceCodeRepository ¶
type StaticSourceCodeRepository ¶ added in v0.2.0
type StaticSourceCodeRepository []string
StaticSourceCodeRepository will be used to make a []string behave like a source code repository.
func (StaticSourceCodeRepository) GetSourceCode ¶ added in v0.2.0
func (s StaticSourceCodeRepository) GetSourceCode(ctx context.Context) ([]string, error)
Click to show internal directories.
Click to hide internal directories.