Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendSlackMessage ¶
func SplitCodeBlocks ¶
Types ¶
type DriftNotificationProvider ¶
type DriftNotificationProvider interface {
Get(prService ci.PullRequestService) (core_drift.Notification, error)
}
type DriftNotificationProviderBasic ¶
type DriftNotificationProviderBasic struct{}
func (DriftNotificationProviderBasic) Get ¶
func (d DriftNotificationProviderBasic) Get(prService ci.PullRequestService) (core_drift.Notification, error)
type SlackNotification ¶
type SlackNotification struct {
Url string
}
func (*SlackNotification) Flush ¶
func (slack *SlackNotification) Flush() error
func (*SlackNotification) SendErrorNotificationForProject ¶
func (slack *SlackNotification) SendErrorNotificationForProject(projectName string, repoFullName string, err error) error
func (*SlackNotification) SendNotificationForProject ¶
func (slack *SlackNotification) SendNotificationForProject(projectName string, repoFullName string, plan string) error
Click to show internal directories.
Click to hide internal directories.