Documentation ¶
Index ¶
Constants ¶
View Source
const BatchSize = 100
todo: add support for batch size
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPEndpoint ¶
type HTTPEndpoint struct { Config Config `json:"config"` IntegrationType string `json:"integration_type"` NotificationType string `json:"notification_type"` Filters reporters.FieldsFilters `json:"filters"` Message string `json:"message"` }
func (HTTPEndpoint) IsValidCredential ¶
func (h HTTPEndpoint) IsValidCredential(ctx context.Context) (bool, error)
func (HTTPEndpoint) SendNotification ¶
func (HTTPEndpoint) SendSummaryLink ¶
func (h HTTPEndpoint) SendSummaryLink() bool
func (HTTPEndpoint) ValidateConfig ¶
func (h HTTPEndpoint) ValidateConfig(validate *validator.Validate) error
Click to show internal directories.
Click to hide internal directories.