Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Aug 19, 2024
1 parent 8f7398b commit a7623ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vault-kv/main.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Vault kv (Key-Value) secrets engine module
// Package main provides the Vault kv (Key-Value) secrets engine module
//
// Uses the Vault commands (CLI) to communicate with the Vault instance.
// This module uses the Vault commands (CLI) to communicate with the Vault instance.
// The functions can be called from the dagger CLI or from one of the SDKs.
//
// Check the original documentation: https://developer.hashicorp.com/vault/docs/commands/

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions vault-kv/tests/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Package main provides tests for the Vault kv (Key-Value) secrets engine module
//
// The functions can be called from the dagger CLI or from one of the SDKs.
package main

import (
Expand Down

0 comments on commit a7623ea

Please sign in to comment.