mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-29 21:39:26 -07:00
Merge pull request #154 from joshdekock/middleware-refactor
Hotfix: middleware/response: make godoc string <80 chars
This commit is contained in:
@@ -15,7 +15,8 @@ func init() {
|
||||
tracker.RegisterScrapeMiddleware("store_response", responseScrapeClient)
|
||||
}
|
||||
|
||||
// FailedToRetrievePeers represents an error that has been return when attempting to fetch peers from the store.
|
||||
// FailedToRetrievePeers represents an error that has been return when
|
||||
// attempting to fetch peers from the store.
|
||||
type FailedToRetrievePeers string
|
||||
|
||||
// Error interface for FailedToRetrievePeers.
|
||||
|
||||
Reference in New Issue
Block a user