Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVExporter ¶
type CSVExporter struct {
// contains filtered or unexported fields
}
func NewCSVExporter ¶
func NewCSVExporter(headers []string) *CSVExporter
func (*CSVExporter) AddRow ¶
func (e *CSVExporter) AddRow(row []string)
func (*CSVExporter) Export ¶
func (e *CSVExporter) Export() string
func (*CSVExporter) RowCount ¶
func (e *CSVExporter) RowCount() int
type WebhookSender ¶
type WebhookSender struct {
// contains filtered or unexported fields
}
func NewWebhookSender ¶
func NewWebhookSender() *WebhookSender
func (*WebhookSender) AddURL ¶
func (s *WebhookSender) AddURL(url string)
func (*WebhookSender) GetURLs ¶
func (s *WebhookSender) GetURLs() []string
func (*WebhookSender) Notify ¶
func (s *WebhookSender) Notify(payload string) []string
Click to show internal directories.
Click to hide internal directories.