Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecGitConfig ¶
ExecGitConfig check git configuration
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) NewPullRequest ¶
func (c *Client) NewPullRequest(pro *types.PullRequestOptions) (err error)
NewPullRequest prepare additional GitHub specific data for creating pr
func (*Client) ReadJSONFromRepoToStruct ¶
func (c *Client) ReadJSONFromRepoToStruct(org, repoName, branch string) []*types.Configuration
ReadJSONFromRepoToStruct returns struct with configuration values from selected repository
Click to show internal directories.
Click to hide internal directories.