storj/storagenode/piecetransfer/doc.go
paul cannon 76d4977b6a storagenode/gracefulexit: logic moved from worker to service
Change-Id: I8b12606a96b712050bf40d587664fb1b2c578fbc
2020-10-22 23:19:30 +00:00

11 lines
366 B
Go

// Copyright (C) 2020 Storj Labs, Inc.
// See LICENSE for copying information.
/*
Package piecetransfer contains code meant to deal with transferring pieces
from one node to another. This does not happen under typical circumstances,
but may happen when a node wants to become unavailable in a "clean" way.
(Graceful exit, planned downtime)
*/
package piecetransfer