mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
5 lines
79 B
Go
5 lines
79 B
Go
|
package users
|
||
|
|
||
|
// Interface is implemented by storage
|
||
|
var _ Store = &Storage{}
|