Documentation
¶
Overview ¶
Package echo provides the echo test handler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
}
Handler is a test handler.
func (*Handler) AuthorizedCall ¶
func (c *Handler) AuthorizedCall(ctx context.Context, _ *echo.CallRequest) (*echo.CallResponse, error)
AuthorizedCall requires Authorization by metadata.
func (*Handler) Call ¶
func (c *Handler) Call(_ context.Context, request *echo.CallRequest) (*echo.CallResponse, error)
Call implements the call method.
Click to show internal directories.
Click to hide internal directories.