Documentation
¶
Overview ¶
Package timer provides time tracking commands for GitScrum CLI
Index ¶
- func NewCmdTimer(f *factory.Factory) *cobra.Command
- func NewCmdTimerLog(f *factory.Factory) *cobra.Command
- func NewCmdTimerProductivity(f *factory.Factory) *cobra.Command
- func NewCmdTimerReport(f *factory.Factory) *cobra.Command
- func NewCmdTimerStart(f *factory.Factory) *cobra.Command
- func NewCmdTimerStop(f *factory.Factory) *cobra.Command
- type ActiveTimer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdTimer ¶
NewCmdTimer creates the timer command group
func NewCmdTimerLog ¶
NewCmdTimerLog creates the timer log command
func NewCmdTimerProductivity ¶
NewCmdTimerProductivity creates the productivity command
func NewCmdTimerReport ¶
NewCmdTimerReport creates the timer report command
func NewCmdTimerStart ¶
NewCmdTimerStart creates the timer start command
Types ¶
type ActiveTimer ¶
type ActiveTimer struct {
UUID string `json:"uuid"`
Code string `json:"code"`
Title string `json:"title"`
TimeTracker string `json:"time_tracker"`
Project *struct {
Slug string `json:"slug"`
Name string `json:"name"`
} `json:"project"`
}
ActiveTimer represents a task with an active timer (matches BoardTaskResource)
Click to show internal directories.
Click to hide internal directories.