Documentation ¶ Index ¶ func NewCmdView(f cmdutils.Factory, issueType issuable.IssueType) *cobra.Command func RawIssuableNotes(notes []*gitlab.Note, showComments bool, showSystemLogs bool, ...) string type IssueWithNotes Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdView ¶ func NewCmdView(f cmdutils.Factory, issueType issuable.IssueType) *cobra.Command func RawIssuableNotes ¶ func RawIssuableNotes(notes []*gitlab.Note, showComments bool, showSystemLogs bool, issuableName string) string RawIssuableNotes returns a list of comments/notes in a raw format Types ¶ type IssueWithNotes ¶ type IssueWithNotes struct { *gitlab.Issue Notes []*gitlab.Note } Source Files ¶ View all Source files issuable_view.go Click to show internal directories. Click to hide internal directories.