Documentation
¶
Overview ¶
internal/standup/standup.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Repos []string // resolved absolute paths; cwd if empty
Since time.Duration // default 24h
Runner Runner
Parallel bool
}
Config holds all inputs for a standup run.
Click to show internal directories.
Click to hide internal directories.