Documentation
¶
Overview ¶
Package awareness provides passive awareness about pending items.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Print ¶
func Print(rc *config.ResolvedConfig)
Print outputs the awareness line to stdout if there are items.
Types ¶
type Summary ¶
type Summary struct {
ReviewsNeeded int // Plan reviews awaiting your approval
SpecsBlocked int // Specs you own that are blocked
SpecsInProgress int // Specs you own in build/engineering
SpecsTotal int // Total specs you own
}
Summary holds counts of items needing attention.
func Gather ¶
func Gather(rc *config.ResolvedConfig) (*Summary, error)
Gather collects awareness info for the current user.
Click to show internal directories.
Click to hide internal directories.