Documentation
¶
Overview ¶
This is the echo module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoResponse ¶
type EchoResponse struct {
Message string `json:"message"`
}
func Echo ¶
func Echo(ctx context.Context, req EchoRequest) (EchoResponse, error)
Echo returns a greeting with the current time.
Click to show internal directories.
Click to hide internal directories.