Reformat comments

This commit is contained in:
Lawrence, Rendall
2022-04-12 18:32:17 +03:00
parent 1e5330ea7e
commit 554ae6fcd6
8 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -77,14 +77,14 @@ type skipResponseHook struct{}
// skip.
var SkipResponseHookKey = skipResponseHook{}
//type scrapeAddressType struct{}
// type scrapeAddressType struct{}
// ScrapeIsIPv6Key is the key under which to store whether or not the
// address used to request a scrape was an IPv6 address.
// The value is expected to be of type bool.
// A missing value or a value that is not a bool for this key is equivalent to
// it being set to false.
//var ScrapeIsIPv6Key = scrapeAddressType{}
// var ScrapeIsIPv6Key = scrapeAddressType{}
type responseHook struct {
store storage.Storage