Documentation ¶ Index ¶ type Checker func New(client githubClient, semverMode bool, majorVer int, ...) *Checker func (c *Checker) Run(ctx context.Context, actions []parser.ActionRef) ([]OutdatedAction, error) type OutdatedAction Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Checker ¶ type Checker struct { // contains filtered or unexported fields } func New ¶ func New(client githubClient, semverMode bool, majorVer int, cfgActions map[string]string) *Checker func (*Checker) Run ¶ func (c *Checker) Run(ctx context.Context, actions []parser.ActionRef) ([]OutdatedAction, error) type OutdatedAction ¶ type OutdatedAction struct { Owner string Repo string Current string Latest string File string Line int } Source Files ¶ View all Source files checker.go Click to show internal directories. Click to hide internal directories.