denormalized

package
v1.20191031.1 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2019 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	Color     string
	Icon      string
	Name      string
	Picture   string
	UpdatedAt uint
}

type Lane

type Lane struct {
	ID     string
	People []Entity
	Roles  []Entity
	Tracks []Entity
}

type Lanes

type Lanes []Lane

func BuildLanes

func BuildLanes(historical *api.TeamPairing) Lanes

func (Lanes) ByRole

func (l Lanes) ByRole(name string) Lanes

func (Lanes) ByTrack

func (l Lanes) ByTrack(name string) Lanes

type TeamPairing

type TeamPairing struct {
	Timestamp time.Time
	Lanes     Lanes
}

func BuildHistory

func BuildHistory(historical api.TeamPairingHistory) []TeamPairing

Jump to

Keyboard shortcuts

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