docs: add missing docstring

This commit is contained in:
decentral1se 2021-12-19 16:19:42 +01:00
parent cf1b46fa61
commit 0d1f65daac
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import (
"github.com/urfave/cli/v2"
)
// AppSecrets represents all app secrest
type AppSecrets map[string]string
// RecipeName is used for configuring recipe name programmatically