Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommenterFile ¶
type CommenterFile struct {
Commented []*Commenter `json:"commented"`
// contains filtered or unexported fields
}
func NewCommenter ¶
func NewCommenter(commenterOwner, commenterRepo, commenterToken, artifactName, progressFile string) (*CommenterFile, error)
func (*CommenterFile) AddRepo ¶
func (f *CommenterFile) AddRepo(owner, repo, token, testNameMatcher string) error
func (*CommenterFile) GenerateComments ¶
func (f *CommenterFile) GenerateComments() ([]*string, error)
Click to show internal directories.
Click to hide internal directories.