Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client ...
func (*Client) PostIssueComments ¶
PostIssueComments ...
type JsonComment ¶
type JsonComment struct {
Add Add `json:"add"`
}
type TransitionRequest ¶
type TransitionRequest struct {
Update Update `json:"update"`
}
------------------------------------- -- Private methods
type Update ¶
type Update struct {
Comment []JsonComment `json:"comment"`
}
Click to show internal directories.
Click to hide internal directories.