Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoTestAPIArgs ¶
type EnvelopeHandler ¶
type LowlevelHandler ¶
type LowlevelHandler struct {
// contains filtered or unexported fields
}
func NewLowlevelHandler ¶
func NewLowlevelHandler( token string, encodingAESKey string, eh EnvelopeHandler, ) (*LowlevelHandler, error)
func (*LowlevelHandler) ServeHTTP ¶
func (h *LowlevelHandler) ServeHTTP( rw http.ResponseWriter, r *http.Request, )
type ToEchoTestAPIArgs ¶
type ToEchoTestAPIArgs interface {
ToEchoTestAPIArgs() (EchoTestAPIArgs, error)
}
type URLValuesForEchoTestAPI ¶
func (URLValuesForEchoTestAPI) ToEchoTestAPIArgs ¶
func (x URLValuesForEchoTestAPI) ToEchoTestAPIArgs() (EchoTestAPIArgs, error)
Click to show internal directories.
Click to hide internal directories.