handler

package
v0.0.0-...-0504f34 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetUSer

func GetUSer(ctx echo.Context) error

Types

type HandleUser

type HandleUser struct {
	UserRepo repo_imple.User_Repo
}

func (*HandleUser) HandleSignIp

func (u *HandleUser) HandleSignIp(context echo.Context) error

type Person

type Person struct {
	First_name string `db:"first_name"`
	Last_name  string `db:"last_name"`
	Email      string
}

type User

type User struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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