Documentation
¶
Index ¶
Constants ¶
This section is empty.
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
}
Page represents info of GitLab page
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.