Documentation
¶
Index ¶
Constants ¶
View Source
const ( LarkRequestTimestamp = "X-Lark-Request-Timestamp" LarkRequestRequestNonce = "X-Lark-Request-Nonce" LarkSignature = "X-Lark-Signature" LarkRefreshToken = "X-Refresh-Token" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPCard ¶
type HTTPCard struct { Header *Header Request *model.OapiRequest Input []byte Response *model.OapiResponse Type constants.CallbackType Output interface{} Challenge string Err error }
Click to show internal directories.
Click to hide internal directories.