Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 (*StandUp) GetSectionNames ¶
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) GetStandUp ¶
func (sc *StandUpConfig) GetStandUp() *StandUp
Click to show internal directories.
Click to hide internal directories.