mirror of
https://github.com/Luzifer/staticmap.git
synced 2025-02-07 03:52:19 +00:00
7 lines
98 B
Go
7 lines
98 B
Go
package main
|
|
|
|
import (
|
|
"io"
|
|
)
|
|
|
|
type cacheFunction func(generateMapConfig) (io.ReadCloser, error)
|