Versions in this module Expand all Collapse all v1 v1.0.1 Jul 29, 2025 Changes in this version + type Comment struct + func NewComment(seq int, comment *github.IssueComment) *Comment + func (p *Comment) Creation() time.Time + func (p *Comment) Key() string + func (p *Comment) LastMod() time.Time + func (p *Comment) Message() string + type Config struct + BaseURL string + Token string + type Issue struct + func (p *Issue) Comments() (a []fs.Comment, err error) + func (p *Issue) Creation() time.Time + func (p *Issue) Key() string + func (p *Issue) LastMod() time.Time + func (p *Issue) Message() string + func (p *Issue) Number() int + func (p *Issue) PermaLink() string + func (p *Issue) Subject() string + type Service struct + func NewService(config *Config) (*Service, error) + func (p *Service) List() ([]fs.Task, error) + func (p *Service) Name() string