Documentation
¶
Index ¶
Constants ¶
View Source
const ( ToolNameGitStatus = "git_status" ToolNameGitLog = "git_log" ToolNameGitBranches = "git_branches" ToolNameGitShow = "git_show" ToolNameGitBlame = "git_blame" )
Variables ¶
This section is empty.
Functions ¶
func CreateToolSet ¶
func CreateToolSet(runConfig *config.RuntimeConfig) (tools.ToolSet, error)
Types ¶
type BranchesArgs ¶
type BranchesArgs struct{}
type ShowArgs ¶
type ShowArgs struct {
Ref string `json:"ref,omitempty" jsonschema:"Commit hash or revision to show (default HEAD)"`
}
type StatusArgs ¶
type StatusArgs struct{}
Click to show internal directories.
Click to hide internal directories.