api

package
v0.0.0-...-da4b574 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2021 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(e *echo.Echo)

Types

type Request

type Request interface{ Request() }

type User

type User struct {
	Name         string `json:"name"`
	NameKana     string `json:"nameKana"`
	Email        string `json:"email"`
	Age          int    `json:"age"`
	ZipCode      int    `json:"zipCode"`
	Address      string `json:"address"`
	Tel          string `json:"tel"`
	MobileNumber string `json:"mobileNumber"`
	Hobby        string `json:"hobby"`
	WorkTel      string `json:"workTel"`
}

func (*User) Request

func (u *User) Request()

Jump to

Keyboard shortcuts

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