pipeline backend: remove unused var (#683)

This commit is contained in:
6543 2022-01-09 23:28:41 +01:00 committed by GitHub
parent 5a120db69d
commit 03638b2934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,5 @@ package types
type Secret struct {
Name string `json:"name,omitempty"`
Value string `json:"value,omitempty"`
Mount string `json:"mount,omitempty"`
Mask bool `json:"mask,omitempty"`
}