Documentation
¶
Index ¶
- type Changelog
- type Client
- type Issue
- func (i *Issue) HasBrokerLabel() bool
- func (i *Issue) HasBugLabel() bool
- func (i *Issue) HasDocsLabel() bool
- func (i *Issue) HasEnhancementLabel() bool
- func (i *Issue) HasGatewayLabel() bool
- func (i *Issue) HasGoClientLabel() bool
- func (i *Issue) HasJavaClientLabel() bool
- func (i *Issue) HasToilLabel() bool
- func (i *Issue) HasZbctlLabel() bool
- func (i *Issue) IsPullRequest() bool
- func (i *Issue) String() string
- type Section
- func (s *Section) AddIssue(issue *Issue) *Section
- func (s *Section) GetBrokerIssues() []*Issue
- func (s *Section) GetGatewayIssues() []*Issue
- func (s *Section) GetGoClientIssues() []*Issue
- func (s *Section) GetJavaClientIssues() []*Issue
- func (s *Section) GetMiscIssues() []*Issue
- func (s *Section) GetZbctlIssues() []*Issue
- func (s *Section) IsEmpty() bool
- func (s *Section) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changelog ¶
type Changelog struct {
// contains filtered or unexported fields
}
func NewChangelog ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) FetchIssues ¶
type Issue ¶
type Issue struct {
// contains filtered or unexported fields
}
func (*Issue) HasBrokerLabel ¶
func (*Issue) HasBugLabel ¶
func (*Issue) HasDocsLabel ¶
func (*Issue) HasEnhancementLabel ¶
func (*Issue) HasGatewayLabel ¶
func (*Issue) HasGoClientLabel ¶
func (*Issue) HasJavaClientLabel ¶
func (*Issue) HasToilLabel ¶
func (*Issue) HasZbctlLabel ¶
func (*Issue) IsPullRequest ¶
type Section ¶
type Section struct {
// contains filtered or unexported fields
}
func NewSection ¶
func NewSection() *Section
func (*Section) GetBrokerIssues ¶
func (*Section) GetGatewayIssues ¶
func (*Section) GetGoClientIssues ¶
func (*Section) GetJavaClientIssues ¶
func (*Section) GetMiscIssues ¶
func (*Section) GetZbctlIssues ¶
Click to show internal directories.
Click to hide internal directories.