mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-16 18:50:34 -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
11
debugd/internal/debugd/deploy/deploy.go
Normal file
11
debugd/internal/debugd/deploy/deploy.go
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue