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 (*LowLevelHandler) EchoTest ¶
func (h *LowLevelHandler) EchoTest(url *url.URL) (echoMsg []byte, err 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.