mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-27 12:01:04 -04:00
debugd: add go package docs
This commit is contained in:
parent
ee869eaf9c
commit
fc8a43f4f1
11 changed files with 39 additions and 0 deletions
|
@ -4,6 +4,8 @@ Copyright (c) Edgeless Systems GmbH
|
|||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
// Package filetransfer implements the exchange of files between cdgb <-> debugd
|
||||
// and between debugd <-> debugd pairs.
|
||||
package filetransfer
|
||||
|
||||
import (
|
||||
|
|
|
@ -4,6 +4,7 @@ Copyright (c) Edgeless Systems GmbH
|
|||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
// Package streamer implements streaming of files over gRPC.
|
||||
package streamer
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue