Documentation ¶
Overview ¶
Package reporter implements a reporter interface for gerrit
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a gerrit reporter client
func NewReporter ¶
func NewReporter(cookiefilePath string, projects map[string][]string, lister pjlister.ProwJobLister) (*Client, error)
NewReporter returns a reporter client
Click to show internal directories.
Click to hide internal directories.