users

package
v0.0.0-...-443cce4 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Name  string `json:"name" form:"name" query:"name"`
	Email string `json:"email" form:"email" query:"email"`
}

User

type UserDTO

type UserDTO struct {
	Name    string
	Email   string
	IsAdmin bool
}

type UserHandler

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

func NewUsersHandler

func NewUsersHandler() *UserHandler

func (*UserHandler) RegisterService

func (h *UserHandler) RegisterService(e *echo.Echo)

type UserStore

type UserStore map[string]UserDTO

Jump to

Keyboard shortcuts

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