storj/satellite/durability/pkg.go
Márton Elek db3578d9ba satellite: durability rangeloop observer for monitoring risks
Change-Id: I92805fcc6e7c1bbe0f42bbf849d22f9908fedadb
2023-10-12 16:32:30 +00:00

9 lines
172 B
Go

// Copyright (C) 2023 Storj Labs, Inc.
// See LICENSE for copying information.
package durability
import "github.com/spacemonkeygo/monkit/v3"
var mon = monkit.Package()