Versions in this module Expand all Collapse all v2 v2.0.1 Dec 19, 2024 v2.0.0 Dec 19, 2024 Changes in this version + type EchoTestAPIArgs struct + EchoStr string + MsgSignature string + Nonce string + Timestamp int64 + type EnvelopeHandler interface + OnIncomingEnvelope func(rx envelope.Envelope) error + type LowlevelHandler struct + func NewLowlevelHandler(token string, encodingAESKey string, eh EnvelopeHandler) (*LowlevelHandler, error) + func (h *LowlevelHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ToEchoTestAPIArgs interface + ToEchoTestAPIArgs func() (EchoTestAPIArgs, error) + type URLValuesForEchoTestAPI url.Values + func (x URLValuesForEchoTestAPI) ToEchoTestAPIArgs() (EchoTestAPIArgs, error)