entity

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2022 License: Apache-2.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 Event

type Event = scheduleparser.Event

type File

type File struct {
	Name     string
	Modified time.Time
	Data     []byte
}

type Plan

type Plan struct {
	Group     string     `json:"group"`
	Active    bool       `json:"active"`
	Schedules []Schedule `json:"schedules"`
}

type PlanInfo

type PlanInfo struct {
	Group    string    `json:"group"`
	Modified time.Time `json:"modified"`
}

type Schedule

type Schedule struct {
	Modified time.Time `json:"modified"`
	Events   []Event   `json:"events"`
}

Jump to

Keyboard shortcuts

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