Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + const PluginName + func HandleAll(log *logrus.Entry, ghc githubClient, config *plugins.Configuration, ...) error + func HandleIssueCommentEvent(log *logrus.Entry, ghc githubClient, ice *github.IssueCommentEvent, ...) error + func HandlePullRequestEvent(log *logrus.Entry, ghc githubClient, pre *github.PullRequestEvent) error + func HelpProvider(_ []config.OrgRepo) (*pluginhelp.PluginHelp, error) + type Cache struct + func NewCache(validTime int) *Cache + func (cache *Cache) Flush() + func (cache *Cache) Get(key int) bool + func (cache *Cache) Set(key int)