Versions in this module Expand all Collapse all v0 v0.0.0 Apr 27, 2018 Changes in this version + type ByID []*Issue + func (x ByID) Len() int + func (x ByID) Less(i, j int) bool + func (x ByID) Swap(i, j int) + type BySummary []*Issue + func (x BySummary) Len() int + func (x BySummary) Less(i, j int) bool + func (x BySummary) Swap(i, j int) + type Comment struct + Author string + Text string + Time time.Time + type Issue struct + Comment []*Comment + ID int + func Search(project, can, query string, detail bool, client *http.Client) ([]*Issue, error) + type Meta struct + CC []string + Duplicate int + Label []string + Owner string + Status string + Summary string