middleware: add swarm interaction

This commit is contained in:
Leo Balduf
2016-04-18 15:49:55 -04:00
parent 9f229c4ab6
commit aaf9978df3
4 changed files with 92 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ import (
_ "github.com/chihaya/chihaya/server/store/middleware/infohash"
_ "github.com/chihaya/chihaya/server/store/middleware/ip"
_ "github.com/chihaya/chihaya/server/store/middleware/response"
_ "github.com/chihaya/chihaya/server/store/middleware/swarm"
)
var configPath string