Documentation ¶ Index ¶ type PMT func NewProvider(provider, username, token string) (*PMT, error) func (p *PMT) GetAllIssues(jql string, size int, dev bool) (iss []listing.Issue, err error) func (p *PMT) GetIssue(id string) (is listing.Issue, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type PMT ¶ type PMT struct { // contains filtered or unexported fields } func NewProvider ¶ func NewProvider(provider, username, token string) (*PMT, error) func (*PMT) GetAllIssues ¶ func (p *PMT) GetAllIssues(jql string, size int, dev bool) (iss []listing.Issue, err error) func (*PMT) GetIssue ¶ func (p *PMT) GetIssue(id string) (is listing.Issue, err error) Source Files ¶ View all Source files repository.go Directories ¶ Show internal Expand all Path Synopsis jira Click to show internal directories. Click to hide internal directories.