rewrite signserver

This commit is contained in:
wish
2023-04-12 05:37:41 +10:00
parent 23138b2d5b
commit 2ede81925a
3 changed files with 64 additions and 79 deletions

View File

@@ -1,10 +1,7 @@
package signserver
//revive:disable
type RespID uint8
type RespID uint16
//go:generate stringer -type=RespID
const (
SIGN_UNKNOWN RespID = iota
SIGN_SUCCESS