parse

package
v0.137.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemoryDirective

type MemoryDirective struct {
	File    string
	Content string
}

type Result

type Result struct {
	Schedules []ScheduleDirective
	Memories  []MemoryDirective
	Warnings  []Warning
}

func Parse

func Parse(output string) Result

type ScheduleDirective

type ScheduleDirective struct {
	Delay   time.Duration
	At      time.Time
	Content string
	Memory  []string
	After   string
}

type Warning

type Warning struct {
	Message string
}

Jump to

Keyboard shortcuts

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