Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct{}
func (*API) ClickUp ¶ added in v0.2.0
func (a *API) ClickUp(c *thirdParty.ClickUp) *thirdParty.ClickUp
func (*API) GitHub ¶
func (a *API) GitHub(gh *thirdParty.GitHub) *thirdParty.GitHub
func (*API) PagerDuty ¶
func (a *API) PagerDuty(pd *thirdParty.PagerDuty) *thirdParty.PagerDuty
func (*API) Slack ¶
func (a *API) Slack(slck *thirdParty.Slack) *thirdParty.Slack
type Interface ¶
type Interface interface { ClickUp(c *thirdParty.ClickUp) *thirdParty.ClickUp GitHub(gh *thirdParty.GitHub) *thirdParty.GitHub PagerDuty(pd *thirdParty.PagerDuty) *thirdParty.PagerDuty Slack(slck *thirdParty.Slack) *thirdParty.Slack }
Click to show internal directories.
Click to hide internal directories.