Documentation
¶
Overview ¶
Package github implements the forge.Forge interface backed by google/go-github. It maps GitHub REST API responses to the normalized domain types defined in the parent forge package, translating GitHub's scoped-label naming convention (scope:name) to the two-argument model used at the CLI boundary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Forge ¶
type Forge struct {
// contains filtered or unexported fields
}
Forge is a GitHub implementation of the forge.Forge interface.
func (*Forge) Comments ¶
func (f *Forge) Comments() forge.CommentService
func (*Forge) Issues ¶
func (f *Forge) Issues() forge.IssueService
func (*Forge) Labels ¶
func (f *Forge) Labels() forge.LabelService
func (*Forge) Relations ¶
func (f *Forge) Relations() forge.RelationService
Click to show internal directories.
Click to hide internal directories.