Documentation
¶
Overview ¶
Package gitpanda_fetcher parses GitLab URLs and retrieves data via the GitLab API
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 Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents GitLab URL parser
func NewClient ¶
func NewClient(params *ClientParams) (*Client, error)
NewClient create new Client instance
Source Files
¶
Click to show internal directories.
Click to hide internal directories.