Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirWalker ¶
type DirWalker interface {
Walk(
ctx context.Context,
function WalkDirFunc,
prefixFunc WalkDirNextPrefixFunc,
prefix, path string,
ignoreDot bool,
maxDepth int,
) error
}
type FileWalker ¶
type GitHubClient ¶
type HttpClient ¶
type HttpClient interface {
Get(url string) (io.ReadCloser, error)
}
type SearchCodeItem ¶
type SearchCodeOption ¶
type SearchCodeResult ¶
type SearchCodeResult struct {
Total int
Items []SearchCodeItem
}
type WalkDirFunc ¶
type WalkDirNextPrefixFunc ¶
type WalkFileFunc ¶
Click to show internal directories.
Click to hide internal directories.