Versions in this module Expand all Collapse all v1 v1.0.1 Jul 29, 2025 Changes in this version + type Config struct + APIKey string + BaseURL string + type Issue struct + func (p *Issue) Comments() ([]fs.Comment, 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) 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