calendar

package module
v0.0.0-...-1d20124 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Calendar

type Calendar struct {
	Years    map[int]*Year
	Campaign string
}

type Day

type Day struct {
	Events []*Event
	Name   string
}

type Event

type Event struct {
	Description string
}

type Month

type Month struct {
	Days map[int]*Day
	Name string
}

type Year

type Year struct {
	Months   map[int]*Month
	YearName int
}

Jump to

Keyboard shortcuts

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