api

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRoutes

func RegisterRoutes(e *echo.Echo)

Types

type HiRequest

type HiRequest struct {
	Name string `json:"name"`
	Age  int    `json:"age"`
}

type HiResponse

type HiResponse struct {
	Code string       `json:"code"`
	Data ResponseData `json:"data"`
}

type ResponseData

type ResponseData struct {
	Say string `json:"say"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL