Versions in this module Expand all Collapse all v0 v0.0.2 Aug 19, 2024 v0.0.1 Mar 13, 2024 Changes in this version + const CodeOK + const MessageOK + var ErrRequest = errors.New("feishu request error") + func Sign(timestamp string, secret string) (string, error) + func Validate(signStr, timestamp, secret string) (bool, error) + type ResponseMeta struct + Code int64 + Message string + func (t ResponseMeta) String() string + func (t ResponseMeta) Succeed() bool