Added redis backend, backend selection mechanism
This commit is contained in:
12
backend/all/importAll.go
Normal file
12
backend/all/importAll.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Shortcut to include all available backends
|
||||
// Usage:
|
||||
//
|
||||
// ```
|
||||
// import _ "git.thequux.com/thequux/ipasso/backend/all"
|
||||
// ```
|
||||
package all
|
||||
|
||||
import (
|
||||
_ "git.thequux.com/thequux/ipasso/backend/null"
|
||||
_ "git.thequux.com/thequux/ipasso/backend/redis"
|
||||
)
|
||||
Reference in New Issue
Block a user