Documentation ¶
Overview ¶
Package issue provides access to the Google Code Issue Tracker API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment struct { Author string Time time.Time Meta // changes made by this comment Text string }
A Comment represents a single comment on an issue.
type Issue ¶
An Issue represents a single issue on the tracker. The initial report is Comment[0] and is always present.
func Search ¶
Search queries for issues on the tracker for the given project (for example, "go"). The can string is typically "open" (search only open issues) or "all" (search all issues). The format of the can string and the query are documented at https://code.google.com/p/support/wiki/IssueTrackerAPI.
Click to show internal directories.
Click to hide internal directories.