usecase

package
v1.4.22 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2024 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 EventHandler

type EventHandler interface {
	Handle(context.Context, []*model.Event) error
	HandleSchedule(context.Context) error
	HandleReminder(context.Context, *model.ReminderItemIDJSON) error
}

type ImageHandler added in v1.2.0

type ImageHandler interface {
	Handle(context.Context, string) (io.ReadCloser, int, error)
}

type ScreenshotHandler added in v1.1.4

type ScreenshotHandler interface {
	Handle(context.Context, *url.URL, string) error
}

Jump to

Keyboard shortcuts

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