standup

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package standup provides standup commands for GitScrum CLI

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdStandup

func NewCmdStandup(f *factory.Factory) *cobra.Command

func NewCmdStandupBlockers

func NewCmdStandupBlockers(f *factory.Factory) *cobra.Command

func NewCmdStandupCompleted

func NewCmdStandupCompleted(f *factory.Factory) *cobra.Command

func NewCmdStandupDigest

func NewCmdStandupDigest(f *factory.Factory) *cobra.Command

func NewCmdStandupTeam

func NewCmdStandupTeam(f *factory.Factory) *cobra.Command

Types

type Standup

type Standup struct {
	UUID      string   `json:"uuid"`
	Date      string   `json:"date"`
	Completed []string `json:"completed"`
	Planned   []string `json:"planned"`
	Blockers  []string `json:"blockers"`
	User      struct {
		Name   string `json:"name"`
		Avatar string `json:"avatar"`
	} `json:"user"`
}

Jump to

Keyboard shortcuts

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