package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Dec 31, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GitHub struct {
Debug bool
}
func (c *GitHub) CreatePullRequest(repoName string, options map[string]interface{}) interface{}
type Response struct {
HtmlURL string `json:"html_url"`
Message string `json:"message"`
Errors []struct {
Resource string `json:"resource"`
Code string `json:"code"`
Message string `json:"message"`
} `json:"errors"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.