1
0
Fork 0
mirror of https://github.com/Luzifer/staticmap.git synced 2024-10-18 07:34:23 +00:00
staticmap/cache.go

8 lines
98 B
Go
Raw Normal View History

package main
import (
"io"
)
type cacheFunction func(generateMapConfig) (io.ReadCloser, error)