csvexport

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2026 License: MIT Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL