Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrAreadyExist is error data is found in datasource when requests to crate ErrAreadyExist = repository.ErrAreadyExist // ErrNotExist is error data is not found in datasource ErrNotExist = repository.ErrNotExist // ErrNoPermission ... ErrNoPermission = repository.ErrNoPermission )
Functions ¶
This section is empty.
Types ¶
type Crawler ¶
type Crawler interface {
Crawl(ctx context.Context) (output []*HolidayEntity, err error)
}
type DifinitionAllFinder ¶
type DifinitionFinder ¶
type HolidayEntity ¶
type Holidays ¶
type Holidays interface { DifinitionFinder DifinitionAllFinder Searcher Creater }
type Importer ¶
type Importer interface { DifinitionAllFinder Creater }
type SearchOption ¶
Click to show internal directories.
Click to hide internal directories.