8 lines
273 B
Go
8 lines
273 B
Go
|
// Copyright (C) 2021 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
// Package orders handles order limit management.
|
||
|
// It contains file database for the orders.
|
||
|
// Similarly, it manages settlement, where order limits are sent to the satellite.
|
||
|
package orders
|