Documentation ¶ Index ¶ func GenerateAttributionCSV(ctx context.Context, database string, partnerID uuid.UUID, start time.Time, ...) error func ParseRange(startArg, endArg string) (time.Time, time.Time, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenerateAttributionCSV ¶ func GenerateAttributionCSV(ctx context.Context, database string, partnerID uuid.UUID, start time.Time, end time.Time, output io.Writer) error GenerateAttributionCSV creates a report with. func ParseRange ¶ added in v0.29.0 func ParseRange(startArg, endArg string) (time.Time, time.Time, error) ParseRange parses report date range arguments. If the dates are malformed or if the start date does not come before the end date, an error is returned. The end date is exclusive. Types ¶ This section is empty. Source Files ¶ View all Source files attribution.go range.go Click to show internal directories. Click to hide internal directories.