data

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package data provides the structs that embed the event data. there are two of them:

  • data.Set which includes a set of data.Event and the mapped column names
  • data.Event which includes all data related to a single event: its date, its row-key and all its properties in the Cells map.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	RowKey string
	Date   time.Time
	Cells  map[string]string
}

Event is a single event from a row.

type Set

type Set struct {
	Columns []string
	Events  map[string][]*Event
}

Set is the set of events contained in a row.

Jump to

Keyboard shortcuts

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