report

package
v0.0.0-...-dfb12f3 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AddAction    = "add"
	RemoveAction = "remove"
)

Variables

This section is empty.

Functions

func GetCSVHeader

func GetCSVHeader() []string

Types

type Record

type Record struct {
	UserId      int       `db:"user_id"`
	SegmentSlug string    `db:"segment_slug"`
	Action      string    `db:"action"`
	Date        time.Time `db:"date"`
}

func (*Record) ToCSV

func (r *Record) ToCSV() []string

Jump to

Keyboard shortcuts

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