Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapInMarkDownLinks ¶
func WrapInMarkDownLinks(tt []TaskMentionHidden, sep string) string
Types ¶
type Message ¶
type Message struct {
// Text is the text of the message
Text string `json:"text"`
// URL is the url of the message
URL string `json:"url"`
// Author is the author of the message
Author string `json:"author"`
// BranchName is the branch name of the message
BranchName string `json:"branch_name"`
NotClean bool `json:"not_clean"`
}
type TaskMention ¶
type TaskMention struct {
ID string `json:"id"`
}
func (TaskMention) String ¶
func (t TaskMention) String() string
type TaskMentionHidden ¶
Click to show internal directories.
Click to hide internal directories.