mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-06 05:01:55 -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)
|
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
|
type FailedToRetrievePeers string
|
||||||
|
|
||||||
// Error interface for FailedToRetrievePeers.
|
// Error interface for FailedToRetrievePeers.
|
||||||
|
|||||||
Reference in New Issue
Block a user