http: Unexport announce/scrape creation functions

This commit is contained in:
Justin Li
2015-02-20 01:36:49 -05:00
parent c2770ee741
commit d9a7611eee
3 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ func (tkr *Tracker) LoadApprovedClients(clients []string) {
}
// Writer serializes a tracker's responses, and is implemented for each
// response transport used by the tracker.
// response transport used by the tracker. Only one of these may be called
// per request, and only once.
//
// Note, data passed into any of these functions will not contain sensitive
// information, so it may be passed back the client freely.