Skip to content

Commit

Permalink
[#405] status: Support signature status
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Jun 30, 2022
1 parent c6f7ab3 commit bb9fc5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions status/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ const (
Internal Code = iota
// WrongMagicNumber is a local Code value for WRONG_MAGIC_NUMBER failure status.
WrongMagicNumber
// SignatureVerificationFail is a local Code value for SIGNATURE_VERIFICATION_FAIL status.
SignatureVerificationFail
)

const (
Expand Down

0 comments on commit bb9fc5b

Please sign in to comment.