user

package
v0.42.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDAO

func NewDAO(persesDAO databaseModel.DAO) user.DAO

func NewService

func NewService(dao user.DAO) user.Service

Types

type Endpoint added in v0.42.0

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

func NewEndpoint added in v0.42.0

func NewEndpoint(service user.Service, rbacService rbac.RBAC, disableSignUp bool, readonly bool) *Endpoint

func (*Endpoint) CollectRoutes added in v0.42.0

func (e *Endpoint) CollectRoutes(g *shared.Group)

func (*Endpoint) Create added in v0.42.0

func (e *Endpoint) Create(ctx echo.Context) error

func (*Endpoint) Delete added in v0.42.0

func (e *Endpoint) Delete(ctx echo.Context) error

func (*Endpoint) Get added in v0.42.0

func (e *Endpoint) Get(ctx echo.Context) error

func (*Endpoint) GetPermissions added in v0.42.0

func (e *Endpoint) GetPermissions(ctx echo.Context) error

func (*Endpoint) List added in v0.42.0

func (e *Endpoint) List(ctx echo.Context) error

func (*Endpoint) Update added in v0.42.0

func (e *Endpoint) Update(ctx echo.Context) error

Jump to

Keyboard shortcuts

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