gitee.com/h79/goutils@v1.22.10/common/secret/key.go (about) 1 package secret 2 3 type Key interface { 4 Key() []byte 5 ExpireIn() int64 6 }