Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationServiceProvider ¶
type NotificationServiceProvider interface { GetName() string Notify(gatlingName string, reportURL string, secretData map[string][]byte) error }
func GetProvider ¶
func GetProvider(provider string) *NotificationServiceProvider
type SlackNotificationServiceProvider ¶
type SlackNotificationServiceProvider struct {
// contains filtered or unexported fields
}
func (*SlackNotificationServiceProvider) GetName ¶
func (p *SlackNotificationServiceProvider) GetName() string
Click to show internal directories.
Click to hide internal directories.