gitlab

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2017 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(host *etc.ServiceConfig) (service.Client, error)

Types

type Client

type Client struct {
	RawClient *gitlab.Client

	ListOptions *gitlab.ListOptions
	// contains filtered or unexported fields
}

func (*Client) CreateToken

func (c *Client) CreateToken(ctx context.Context) (string, error)

func (*Client) GetIssueURL

func (c *Client) GetIssueURL(owner, repo string, id int) (string, error)

func (*Client) GetIssues

func (c *Client) GetIssues(ctx context.Context, owner, repo string) (serviceIssues []service.Issue, err error)

func (*Client) GetIssuesURL

func (c *Client) GetIssuesURL(owner, repo string) (string, error)

func (*Client) GetPullRequestURL

func (c *Client) GetPullRequestURL(owner, repo string, id int) (string, error)

func (*Client) GetPullRequests

func (c *Client) GetPullRequests(ctx context.Context, owner, repo string) (servicePullRequests []service.PullRequest, err error)

func (*Client) GetPullRequestsURL

func (c *Client) GetPullRequestsURL(owner, repo string) (string, error)

func (*Client) GetRepository

func (c *Client) GetRepository(ctx context.Context, owner, repo string) (service.Repository, error)

func (*Client) GetRepositoryURL

func (c *Client) GetRepositoryURL(owner, repo string) (string, error)

type Issue

type Issue struct {
	*gitlab.Issue
}

func (*Issue) GetHTMLURL

func (issue *Issue) GetHTMLURL() string

func (*Issue) GetNumber

func (issue *Issue) GetNumber() int

func (*Issue) GetTitle

func (issue *Issue) GetTitle() string

type PullRequest

type PullRequest struct {
	*gitlab.MergeRequest
}

func (*PullRequest) GetHTMLURL

func (pullRequest *PullRequest) GetHTMLURL() string

func (*PullRequest) GetNumber

func (pullRequest *PullRequest) GetNumber() int

func (*PullRequest) GetTitle

func (pullRequest *PullRequest) GetTitle() string

type Repository

type Repository struct {
	*gitlab.Project
}

func (*Repository) GetHTMLURL

func (repo *Repository) GetHTMLURL() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL