Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64ToByte ¶
Int64ToByte converts an int64 value to a byte slice.
Types ¶
type EchoContext ¶
type EchoContext struct {
echo.Context
Rec *httptest.ResponseRecorder
}
func NewEchoContext ¶
func NewEchoContext(ctx context.Context, body []byte) *EchoContext
func (*EchoContext) WithParam ¶
func (c *EchoContext) WithParam(key, value string) *EchoContext
Click to show internal directories.
Click to hide internal directories.