WIP another pass on the app new command

This commit is contained in:
2021-07-30 22:55:00 +02:00
parent e728bcd7ac
commit 5771f6c158
3 changed files with 58 additions and 9 deletions

5
client/secret.go Normal file
View File

@ -0,0 +1,5 @@
package client
func StoreSecret(secretName, secretValue, server string) error {
return nil
}