bench-forgejo/modules/storage
zeripath 172e7ee87f
Fix Storage mapping ()
This PR fixes several bugs in setting storage

* The default STORAGE_TYPE should be the provided type.
* The Storage config should be passed in to NewStorage as a pointer - otherwise the Mappable interface function MapTo will not be found
* There was a bug in the MapTo function.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-10-25 17:19:06 +00:00
..
helper.go Provide self-registering storage system () 2020-10-12 23:58:34 -04:00
local.go Prevent panics with missing storage () 2020-10-15 23:51:06 -04:00
minio.go When handling errors in storageHandler check underlying error () 2020-10-17 21:29:06 -04:00
storage.go Fix Storage mapping () 2020-10-25 17:19:06 +00:00