workers

package
v0.0.0-...-f6fff4d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tile

type Tile struct {
	// contains filtered or unexported fields
}

type TileRequest

type TileRequest struct {
	// contains filtered or unexported fields
}

type TileWorker

type TileWorker struct {
	Input  chan *TileRequest
	Exit   chan struct{}
	Output chan *Tile
}

func GetTileWorkers

func GetTileWorkers() *TileWorker

func (*TileWorker) DownloadMosaic

func (t *TileWorker) DownloadMosaic(metadata *proxy.Metadata)

func (*TileWorker) GetMosaic

func (t *TileWorker) GetMosaic() (image.Image, error)

func (*TileWorker) GetTileWorker

func (t *TileWorker) GetTileWorker()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL