who

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityCounts

type ActivityCounts struct {
	Changes, Bugs int
	Day           time.Time
}

ActivityCounts contains counts for user activities on a given day.

type ActivityHistory

type ActivityHistory struct {
	Activities []ActivityCounts
}

ActivityHistory holds daily activity counts for a user over some data range.

type Bug

type Bug struct {
	ID, Title, Status string
	LastUpdate        time.Time
}

Bug is a dummy struct. Put whatever you want in here, I'll hook it up to the actual api in a follow-up CL.

type Change

type Change struct {
	ID, Title, Status string
	LastUpdate        time.Time
}

Change is a dummy struct. Put whatever you want in here, I'll hook it up to the actual api in a follow-up CL.

type DayDetails

type DayDetails struct {
	Username string
	Day      time.Time
	Bugs     []*monorail.Issue
	Changes  []gerrit.ChangeInfo
}

DayDetails is a list of activity for a user on a given day.

Jump to

Keyboard shortcuts

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