Documentation
¶
Index ¶
- func WriteEvents(ffsEvents []FFSEvent, query config.FFSQuery) error
- func WriteInProgressQueries(query config.FFSQuery, inProgressQueries *[]InProgressQuery) error
- func WriteLastCompletedQuery(query config.FFSQuery, lastCompletedQuery InProgressQuery) error
- type FFSEvent
- type GeoPoint
- type InProgressQuery
- type InProgressQueryString
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteInProgressQueries ¶
func WriteInProgressQueries(query config.FFSQuery, inProgressQueries *[]InProgressQuery) error
func WriteLastCompletedQuery ¶
func WriteLastCompletedQuery(query config.FFSQuery, lastCompletedQuery InProgressQuery) error
Types ¶
type FFSEvent ¶
type FFSEvent struct { ffs.FileEvent ip_api.Location `json:",omitempty"` *GeoPoint `json:"geoPoint,omitempty"` }
type InProgressQuery ¶
In progress query struct
func ReadInProgressQueries ¶
func ReadInProgressQueries(query config.FFSQuery) ([]InProgressQuery, error)
func ReadLastCompletedQuery ¶
func ReadLastCompletedQuery(query config.FFSQuery) (InProgressQuery, error)
type InProgressQueryString ¶
In progress query struct using strings
Click to show internal directories.
Click to hide internal directories.