usecase

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DateRange

type DateRange struct {
	From string
	To   string
}

type HolidayFinderInput

type HolidayFinderInput struct {
	ID int
}

type HolidayFinderOutput

type HolidayFinderOutput struct {
	Holiday *entity.Holiday
	Lisence string
}

type HolidayImporter

type HolidayImporter interface {
	Execute(ctx context.Context) (err error)
}

type HolidaySearcherInput

type HolidaySearcherInput struct {
	Fields    []string
	DateRange *DateRange
	Limit     int
	Offset    int
}

type HolidaySearcherOutput

type HolidaySearcherOutput struct {
	Holidays []*entity.Holiday
	Lisence  string
}

Jump to

Keyboard shortcuts

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