storj/satellite/compensation/common.go

12 lines
227 B
Go
Raw Normal View History

// Copyright (C) 2020 Storj Labs, Inc.
// See LICENSE for copying information.
package compensation
import "github.com/zeebo/errs"
var (
// Error wraps common errors from this package.
Error = errs.Class("compensation")
)