debugd: add go package docs

This commit is contained in:
Malte Poll 2023-01-24 16:08:04 +01:00 committed by Malte Poll
parent ee869eaf9c
commit fc8a43f4f1
11 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,11 @@
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
/*
Package deploy implements deployment of binaries and services to a Constellation instance.
It is used by the debugd.
*/
package deploy