Documentation ¶ Index ¶ func CreateAuthenticationCallback(remote *vcsurl.VCS) *git.CloneOptions func DisplayDB(rows *sql.Rows, w io.Writer, format string, interactive bool) error type AskGit func New(options *Options) (*AskGit, error) func (a *AskGit) DB() *sql.DB func (a *AskGit) RepoPath() string type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CreateAuthenticationCallback ¶ func CreateAuthenticationCallback(remote *vcsurl.VCS) *git.CloneOptions func DisplayDB ¶ func DisplayDB(rows *sql.Rows, w io.Writer, format string, interactive bool) error Types ¶ type AskGit ¶ type AskGit struct { // contains filtered or unexported fields } func New ¶ func New(options *Options) (*AskGit, error) New creates an instance of AskGit func (*AskGit) DB ¶ func (a *AskGit) DB() *sql.DB func (*AskGit) RepoPath ¶ func (a *AskGit) RepoPath() string type Options ¶ type Options struct { RepoPath string UseGitCLI bool GitHubToken string DBFilePath string } Source Files ¶ View all Source files askgit.godisplay.gohelpers.go Click to show internal directories. Click to hide internal directories.