1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-07-12 22:21:40 +02:00

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

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"`
}