final
This commit is contained in:
8
internal/domain/location_repository.go
Normal file
8
internal/domain/location_repository.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package domain
|
||||
|
||||
import "context"
|
||||
|
||||
// LocationRepository defines the interface for loading locations
|
||||
type LocationRepository interface {
|
||||
LoadLocations(ctx context.Context, apiKey string) ([]Location, error)
|
||||
}
|
||||
Reference in New Issue
Block a user