Documentation
¶
Index ¶
- func FetchCommits(repository gh.Repository, pullRequestId int) tea.Msg
- func FetchPullRequests(repository gh.Repository) tea.Msg
- func GetSplitSettings(repository gh.Repository, pullRequestId int, commits []Commit) tea.Msg
- func ParseOptions() tea.Msg
- func ToNwo(r gh.Repository) string
- func ToRepository(nwo string) (gh.Repository, error)
- type Commit
- type CommitsFetched
- type CommitsSelected
- type ErrMsg
- type OptionsParsed
- type PullRequest
- type PullRequestSelected
- type PullRequestsFetched
- type SplitSettings
- type UsageShown
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchCommits ¶
func FetchCommits( repository gh.Repository, pullRequestId int, ) tea.Msg
func FetchPullRequests ¶
func FetchPullRequests( repository gh.Repository, ) tea.Msg
func GetSplitSettings ¶
func ParseOptions ¶
func ToNwo ¶
func ToNwo(r gh.Repository) string
func ToRepository ¶
func ToRepository(nwo string) (gh.Repository, error)
Types ¶
type CommitsFetched ¶
type CommitsFetched struct {
Commits []Commit
}
type CommitsSelected ¶
type CommitsSelected struct {
Repository gh.Repository
PullRequestId int
Commits []Commit
}
type OptionsParsed ¶
type OptionsParsed struct {
Repository gh.Repository
PullRequest int
}
type PullRequest ¶
type PullRequestSelected ¶
type PullRequestSelected struct {
Repository gh.Repository
PullRequestId int
}
type PullRequestsFetched ¶
type PullRequestsFetched struct {
PullRequests []PullRequest
}
type SplitSettings ¶
type UsageShown ¶
type UsageShown struct {
Usage string
}
Click to show internal directories.
Click to hide internal directories.