Documentation
¶
Index ¶
- func Matches(z uint8, minX uint32, minY uint32, maxX uint32, maxY uint32, candidate Zxy) bool
- func ParseEntry(b []byte) (uint8, Zxy, Range)
- func SubpyramidXY(logger *log.Logger, input string, output string, z uint8, minX uint32, ...)
- type Datum
- type DatumKind
- type Directory
- type Entry
- type EntryAscending
- type Fetcher
- type FileFetcher
- type HTTPFetcher
- type Key
- type Loop
- type Metadata
- type Range
- type Request
- type Response
- type Writer
- type Zxy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Directory ¶
func ParseDirectory ¶
type EntryAscending ¶
type EntryAscending []Entry
func (EntryAscending) Len ¶
func (e EntryAscending) Len() int
func (EntryAscending) Less ¶
func (e EntryAscending) Less(i, j int) bool
func (EntryAscending) Swap ¶
func (e EntryAscending) Swap(i, j int)
type FileFetcher ¶
type FileFetcher struct {
// contains filtered or unexported fields
}
type HTTPFetcher ¶
type HTTPFetcher struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.