Documentation ¶
Index ¶
- type Subscription
- func (s *Subscription) IssueComments() bool
- func (s *Subscription) Issues() bool
- func (s *Subscription) Label() string
- func (s *Subscription) MergeRequestComments() bool
- func (s *Subscription) Merges() bool
- func (s *Subscription) Pipeline() bool
- func (s *Subscription) PullReviews() bool
- func (s *Subscription) Pushes() bool
- func (s *Subscription) Tag() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Subscription ¶
func New ¶
func New(ChannelID, CreatorID, Features, Repository string) *Subscription
func (*Subscription) IssueComments ¶
func (s *Subscription) IssueComments() bool
func (*Subscription) Issues ¶
func (s *Subscription) Issues() bool
func (*Subscription) Label ¶
func (s *Subscription) Label() string
func (*Subscription) MergeRequestComments ¶
func (s *Subscription) MergeRequestComments() bool
func (*Subscription) Merges ¶
func (s *Subscription) Merges() bool
func (*Subscription) Pipeline ¶
func (s *Subscription) Pipeline() bool
func (*Subscription) PullReviews ¶
func (s *Subscription) PullReviews() bool
func (*Subscription) Pushes ¶
func (s *Subscription) Pushes() bool
func (*Subscription) Tag ¶
func (s *Subscription) Tag() bool
Click to show internal directories.
Click to hide internal directories.