# Functions
No description provided by the author
No description provided by the author
NewGit returns a pointer to an instance of Git.
NewGithub returns a pointer to an instance of Github.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Git represents the Git Walker.
Github represents the Github Walker.
GithubContentAPI represents Github API v3 response to /repos/{owner}/{repo}/contents/{path}?ref={branch}.
# Type aliases
No description provided by the author
No description provided by the author
GithubDirectoryContentAPI represents Github API v3 response to /repos/{owner}/{repo}/contents/{path}?ref={branch} when "path" is of a directory.
GithubDirInterceptor represents function signature which will be used on "dir" nodes when the github walker traverses the paths.
GithubFileInterceptor represents function signature which will be used on "file" nodes when the github walker traverses the paths.