Versions in this module Expand all Collapse all v0 v0.3.0 Jan 18, 2019 Changes in this version type Issue + func (self *Issue) SprintHead() (string, error) + func (self *Issue) SprintMd() string v0.2.2 Jan 9, 2019 v0.2.1 Jan 2, 2019 v0.2.0 Jan 2, 2019 Changes in this version + func ExportJson(iss *[]Issue) error + func ExportXml(iss *[]Issue) error + func ImportJson(iss *[]Issue, j []byte) error + func ImportXml(iss *[]Issue, x []byte) error + type Assgin struct + Id int64 + Login string + type Comment struct + Body string + Id int64 + Update time.Time + User User + type Issue struct + Assginees []Assgin + Body string + Comments []Comment + Id int64 + Labels []Label + Milestone Milestone + Num int64 + State State + Title string + Update time.Time + Url string + User User + func (self *Issue) PrintHead() error + func (self *Issue) PrintJson() error + func (self *Issue) PrintMd() error + func (self *Issue) PrintWiki() error + func (self *Issue) PrintXml() error + type Label struct + Color string + Id int64 + Name string + func (self *Label) GetLabelStr() (string, error) + type Milestone struct + Id int64 + Title string + type State struct + Id int64 + Name string + type User struct + Email string + Id int64 + Name string