cmd

package
v0.0.0-...-d44d2ea Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Types

type PersonWorkload

type PersonWorkload struct {
	Username     string
	Name         string
	MRCount      int
	WeeklyEvents int
	Available    bool
}

type WorkloadStats

type WorkloadStats struct {
	TotalPeople     int
	AvailablePeople int
	TotalMRs        int
	AverageMRs      float64
	MedianMRs       int
	MinMRs          int
	MaxMRs          int
	BusiestPeople   []PersonWorkload
	LightestPeople  []PersonWorkload
}

Jump to

Keyboard shortcuts

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