Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { SearchResources(url, keyword string, startDate, endDate time.Time) ([]ResourceDto, error) AddResource(res ResourceDto) (ResourceDto, error) ScheduleURL(url string) error }
Client is the interface to interact with the API process
Click to show internal directories.
Click to hide internal directories.