mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-24 08:48:10 -07:00
stats test, add/remove torrent handlers, init batter driver
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// Copyright 2013 The Chihaya Authors. All rights reserved.
|
||||
// Use of this source code is governed by the BSD 2-Clause license,
|
||||
// which can be found in the LICENSE file.
|
||||
|
||||
package server
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func (s Server) serveAdd(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
func (s Server) serveRemove(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user