mirror of
https://github.com/stashapp/stash.git
synced 2025-12-28 19:23:54 +01:00
* Changes to support custom URL paths * Refactor image resolver code * Initialise box files at startup * Update packr Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| internal/takeon/github.com/markbates/errx | ||
| .gitignore | ||
| file.go | ||
| file_info.go | ||
| go.mod | ||
| go.sum | ||
| interfaces.go | ||
| LICENSE | ||
| Makefile | ||
| map.go | ||
| memory_box.go | ||
| README.md | ||
| SHOULDERS.md | ||
| skip_walker.go | ||
| version.go | ||
github.com/gobuffalo/packd
This is a collection of interfaces designed to make using github.com/gobuffalo/packr easier, and to make the transition between v1 and v2 as seamless as possible.
They can, and should, be used for testing, alternate Box implementations, etc...
Installation
$ go get -u -v github.com/gobuffalo/packd
Memory Box
The packd#MemoryBox is a complete, thread-safe, implementation of packd#Box