Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDetector ¶
func NewDetector(owner string, repo string, opts ...DetectorOption) *detector
Types ¶
type DetectorOption ¶
type DetectorOption interface {
// contains filtered or unexported methods
}
DetectorOption configures the detector.
type DetectorOptionFunc ¶
type DetectorOptionFunc func(d *detector)
DetectorOptionFunc makes a function a detector option when it's definition is compatible.
Click to show internal directories.
Click to hide internal directories.