Versions in this module Expand all Collapse all v0 v0.31.1 Feb 15, 2026 Changes in this version + type Plugin struct + func New(cfg config.GitHubPluginConfig, kvStore kv.KV) *Plugin + func (p *Plugin) Available() bool + func (p *Plugin) Close() error + func (p *Plugin) Commands() map[string]config.UserCommand + func (p *Plugin) Init(_ context.Context) error + func (p *Plugin) Name() string + func (p *Plugin) RefreshStatus(ctx context.Context, sessions []*session.Session, pool *plugins.WorkerPool) (map[string]plugins.Status, error) + func (p *Plugin) StatusCacheDuration() time.Duration + func (p *Plugin) StatusProvider() plugins.StatusProvider