1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-05 22:53:53 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Maciej Kwiek
facc86872b Wrap http.Response in Response struct
The Response struct has StartAt, MaxResults and Total fields, which are
returned from JIRA API in issue search responses. They are now
accessible in Response object.
2016-06-15 17:09:13 +02:00
Andy Grunwald
7ac3d14dbc go fmt, go doc and reuse of Project struct 2016-06-03 23:25:18 +02:00
Andy Grunwald
7c3e481c65 Renamed "json_mocks" into "mocks" 2016-06-03 23:16:21 +02:00
Andy Grunwald
883aca79c0 Refactored struct types by reusing already existing components 2016-06-03 23:14:27 +02:00
Andy Grunwald
9b1bc58830 Moved progect.go to project.go 2016-06-03 22:39:50 +02:00