Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeOwners ¶
type CodeOwners struct {
// contains filtered or unexported fields
}
this struct holds the description of a whole codeowners file
func (CodeOwners) Match ¶
func (co CodeOwners) Match(ctx context.Context, path string) (users []*github.User, errorSlices []error)
Match a file to some github users (or email addresses) called on a codeOwners struct
func (CodeOwners) String ¶
func (co CodeOwners) String() string
format a codeOwners struct back into a string
Click to show internal directories.
Click to hide internal directories.