Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Branch ¶
type Branch struct { Ctx *context.ProgramContext PR *data.PullRequestData Data git.Branch Columns []table.Column }
func (*Branch) GetStatusChecksRollup ¶
func (*Branch) RenderState ¶
type BranchData ¶
type BranchData struct { Data git.Branch PR *data.PullRequestData }
func (BranchData) GetNumber ¶
func (b BranchData) GetNumber() int
func (BranchData) GetRepoNameWithOwner ¶
func (b BranchData) GetRepoNameWithOwner() string
func (BranchData) GetTitle ¶
func (b BranchData) GetTitle() string
func (BranchData) GetUpdatedAt ¶
func (b BranchData) GetUpdatedAt() time.Time
func (BranchData) GetUrl ¶
func (b BranchData) GetUrl() string
Click to show internal directories.
Click to hide internal directories.