Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangedFile ¶
ChangedFile is a type that contains information about created/modified/removed file within an scm repository
func NewChangedFile ¶
func NewChangedFile(file *gogh.CommitFile) *ChangedFile
NewChangedFile maps the fields and returns the new struct
type RepositoryChange ¶
type RepositoryChange struct { Owner, RepoName, Hash string }
RepositoryChange holds information about owner and repository to which the change indicated by Hash belongs
type RepositoryIssue ¶
RepositoryIssue holds owner name, repository name and an issue number
func NewRepositoryIssue ¶
func NewRepositoryIssue(owner, repoName string, number int) *RepositoryIssue
NewRepositoryIssue creates a new instance of RepositoryIssue with the given values
Click to show internal directories.
Click to hide internal directories.