Skip to content

Commit

Permalink
Merge pull request #3925 from LiilyZhang/max-agbot-swagger
Browse files Browse the repository at this point in the history
Issue 3721 - NodeSecret: documentation
  • Loading branch information
LiilyZhang authored Oct 24, 2023
2 parents 7968074 + c817b2c commit 518b35f
Show file tree
Hide file tree
Showing 3 changed files with 942 additions and 105 deletions.
2 changes: 2 additions & 0 deletions agreementbot/secrets/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ type AgbotSecrets interface {
GetSecretMetadata(secretOrg, secretUser, secretNode, secretName string) (SecretMetadata, error)
}

// SecretDetails The key value pair of one secret
// swagger:model
type SecretDetails struct {
Key string `json:"key"`
Value string `json:"value"`
Expand Down
Loading

0 comments on commit 518b35f

Please sign in to comment.