Documentation
¶
Overview ¶
Package github provides a compiled skill for GitHub operations.
Index ¶
Constants ¶
View Source
const (
// SkillName is the name of the GitHub skill.
SkillName = "github"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Token is the GitHub personal access token.
// If empty, uses GITHUB_TOKEN or GH_TOKEN environment variable.
Token string
// BaseURL is the GitHub API base URL.
// If empty, uses the public GitHub API.
BaseURL string
}
Config configures the GitHub skill.
Click to show internal directories.
Click to hide internal directories.