Documentation ¶ Index ¶ func Slug(title string) string type Branch func New(issueID, branchType, title string) (*Branch, error) func Parse(name string) (*Branch, error) func (b Branch) ID() string func (b Branch) IssueID() string func (b Branch) Name() string func (b Branch) Title() string func (b Branch) Type() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Slug ¶ func Slug(title string) string Types ¶ type Branch ¶ type Branch struct { // contains filtered or unexported fields } func New ¶ func New(issueID, branchType, title string) (*Branch, error) func Parse ¶ func Parse(name string) (*Branch, error) func (Branch) ID ¶ func (b Branch) ID() string func (Branch) IssueID ¶ func (b Branch) IssueID() string func (Branch) Name ¶ func (b Branch) Name() string func (Branch) Title ¶ func (b Branch) Title() string func (Branch) Type ¶ func (b Branch) Type() string Source Files ¶ View all Source files branch.go Click to show internal directories. Click to hide internal directories.