mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-29 10:38:11 -07:00
storage/tracker docs updated
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// which can be found in the LICENSE file.
|
||||
|
||||
// Package tracker provides a generic interface for manipulating a
|
||||
// BitTorrent tracker's fast-moving, inconsistent data.
|
||||
// BitTorrent tracker's fast-moving data.
|
||||
package tracker
|
||||
|
||||
import (
|
||||
@@ -55,7 +55,7 @@ type Pool interface {
|
||||
}
|
||||
|
||||
// Conn represents a connection to the data store that can be used
|
||||
// to make atomic and non-atomic reads/writes.
|
||||
// to make reads/writes.
|
||||
type Conn interface {
|
||||
// Reads
|
||||
FindUser(passkey string) (*storage.User, bool, error)
|
||||
|
||||
Reference in New Issue
Block a user