codeclimateclient

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	ApiKey  string
	BaseUrl string
}

func (*Client) CreateOrganizationRepository added in v0.1.5

func (client *Client) CreateOrganizationRepository(organizationID string, url string) (*Repository, error)

func (*Client) DeleteOrganizationRepository added in v0.1.5

func (client *Client) DeleteOrganizationRepository(repositoryID string) error

func (*Client) GetOrganization added in v0.1.5

func (client *Client) GetOrganization(organizationName string) (*Organization, error)

func (*Client) GetRepository

func (client *Client) GetRepository(repositorySlug string) (*Repository, error)

type Organization added in v0.1.5

type Organization struct {
	Id   string
	Name string
}

type Repository

type Repository struct {
	Id             string
	TestReporterId string
	GithubSlug     string
	Organization   string
	RepositoryURL  string
}

Jump to

Keyboard shortcuts

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