user

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Install

func Install(parent iris.Party)

Types

type Handler

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

func NewHandler

func NewHandler() *Handler

func (*Handler) CreateUser

func (h *Handler) CreateUser() iris.Handler

func (*Handler) DeleteUser

func (h *Handler) DeleteUser() iris.Handler

func (*Handler) GetUser

func (h *Handler) GetUser() iris.Handler

func (*Handler) GetUsers

func (h *Handler) GetUsers() iris.Handler

func (*Handler) SearchUsers

func (h *Handler) SearchUsers() iris.Handler

func (*Handler) UpdateUser

func (h *Handler) UpdateUser() iris.Handler

type User

type User struct {
	v1User.User
	Roles    []string `json:"roles"`
	Password string   `json:"password"`
}

Jump to

Keyboard shortcuts

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