
The highest tagged major version is
v2.
package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: Sep 11, 2025
License: Apache-2.0
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
¶
-
func Close(owner, repo, token string, id int) err.Context
-
func FormatToIntSlice(arg string) ([]int, err.Context)
-
func Get(owner, repo, token string, id int) (*github.Issue, err.Context)
-
func GetAllId(owner, repo, token string) ([]int, err.Context)
Close closes the Github issue with given id, repo, token, its owner and token.
If owner, repo or token is empty, it returns error.
Get gets the issue from GitHub with given repo, token,
its owner and id, and returns it.
If owner, repo or token is empty, it returns nil and error.
GetAllId gets all issue and returns their IDs.
its owner and id, and returns it.
If owner, repo or token is empty, it returns nil and error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.