standup

package
v0.0.0-...-b066e35 Latest Latest
Warning

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

Go to latest
Published: May 12, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Section

type Section []*task.Task

type StandUp

type StandUp struct {
	Date      time.Time          `json:"Date"`
	Sections  map[string]Section `json:"Sections"`
	IsHoliday bool               `json:"IsHoliday"`
}

func NewEmptyStandUp

func NewEmptyStandUp() *StandUp

func NewStandUpOnDate

func NewStandUpOnDate(t time.Time) *StandUp

func (*StandUp) GetSectionNames

func (s *StandUp) GetSectionNames() (sn []string)

type StandUpConfig

type StandUpConfig struct {
	// contains filtered or unexported fields
}

func NewEmptyStandUpConfig

func NewEmptyStandUpConfig() *StandUpConfig

func NewStandUpConfig

func NewStandUpConfig(t time.Time) *StandUpConfig

func (*StandUpConfig) ConfigFileExists

func (sc *StandUpConfig) ConfigFileExists(c *config.Context) (exists bool, err error)

func (*StandUpConfig) FromFile

func (sc *StandUpConfig) FromFile(c *config.Context) error

func (*StandUpConfig) GetStandUp

func (sc *StandUpConfig) GetStandUp() *StandUp

func (*StandUpConfig) ToFile

func (sc *StandUpConfig) ToFile(c *config.Context) error

Jump to

Keyboard shortcuts

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