Documentation ¶
Index ¶
Constants ¶
Variables ¶
View Source
var ErrSportsFieldIsOfIgnoredType error = errors.New("sportsfield is of non supported type")
View Source
var ErrSportsVenueIsOfIgnoredType error = errors.New("sports venue is of non supported type")
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { StoreBeachesFromSource(context.Context, client.ContextBrokerClient, string, domain.FeatureCollection) error StoreSportsFieldsFromSource(context.Context, client.ContextBrokerClient, string, domain.FeatureCollection) error StoreSportsVenuesFromSource(context.Context, client.ContextBrokerClient, string, domain.FeatureCollection) error StoreTrailsFromSource(context.Context, client.ContextBrokerClient, string, domain.FeatureCollection) error }
func NewStorage ¶
Click to show internal directories.
Click to hide internal directories.