planner

package
v0.0.0-...-4d895cd Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlanRepeatInterval

type PlanRepeatInterval string
const (
	PlanRepeatIntervalDaily   PlanRepeatInterval = "Daily"
	PlanRepeatIntervalWeekly  PlanRepeatInterval = "Weekly"
	PlanRepeatIntervalMonthly PlanRepeatInterval = "Monthly"
	PlanRepeatIntervalYearly  PlanRepeatInterval = "Yearly"
)

type Planner

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

func NewPlanner

func NewPlanner(intervalCount uint32, repeatInterval PlanRepeatInterval, endDate time.Time, startDate time.Time, count *uint32, weekdays []time.Weekday) *Planner

func (*Planner) GetDates

func (p *Planner) GetDates() ([]time.Time, error)

Jump to

Keyboard shortcuts

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