Documentation
¶
Index ¶
Constants ¶
View Source
const BrandColor = "#fc6d26" // https://brandcolors.net/b/gitlab
BrandColor represents GitLab color
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Page ¶
type Page struct {
Title string
Description string
AuthorName string
AuthorAvatarURL string
AvatarURL string
CanTruncateDescription bool
Color string
}
Page represents info of GitLab page
func (*Page) FormatFooter ¶ added in v0.6.0
FormatFooter returns formatted footer for slack
type URLParser ¶
type URLParser struct {
// contains filtered or unexported fields
}
URLParser represents GitLab URL parser
func NewGitlabURLParser ¶
func NewGitlabURLParser(params *URLParserParams) (*URLParser, error)
NewGitlabURLParser create new URLParser instance
Click to show internal directories.
Click to hide internal directories.