Skip to content

Commit

Permalink
Merge branch 'master' into zhangl/docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lily Zhang <[email protected]>
  • Loading branch information
LiilyZhang authored Oct 24, 2023
2 parents a8aefbd + 518b35f commit 25cbbeb
Show file tree
Hide file tree
Showing 7 changed files with 955 additions and 118 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 25cbbeb

Please sign in to comment.