storj/storagenode/piecestore/doc.go
Clement Sam 0d58172c38 storagenode: add doc.go files for sno packages
Change-Id: I23d4b8b462e1b03718d0c4801cc2aaff520e7356
2021-09-29 08:24:56 +00:00

8 lines
349 B
Go

// Copyright (C) 2021 Storj Labs, Inc.
// See LICENSE for copying information.
// Package piecestore contains the endpoint for responding to requests from the uplinks and satellites.
// It implements the upload and download protocol, where the counterpart is in uplink.
// It uses trust packages to establish trusted satellites.
package piecestore