Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsDir ¶
ContainsDir returns true if path contains dir.
Types ¶
type SourceMapper ¶
type SourceMapper interface {
// Map returns the virtual file mapped to the given actual file. It returns
// true if the mapping is valid according the predefined mapping rules. It
// also returns the match status.
Map(actual string) (string, bool, MatchStatus)
}
SourceMapper is an interface for source code mapping.
Click to show internal directories.
Click to hide internal directories.