Documentation ¶
Index ¶
Constants ¶
View Source
const URLTemplate = "https://tiles.telegeography.com/maps/submarine-cable-map-%d/%d/%d/%d.%s"
Variables ¶
View Source
var ErrMissingYear = errors.New("could not find year")
View Source
var ErrNoFormat = errors.New("could not discover file format")
View Source
var ErrUnexpectedResponse = errors.New("unexpected response")
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func New ¶
func New(c *config.Config) *Downloader
func (*Downloader) FindFormat ¶
func (d *Downloader) FindFormat(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.