package
0.0.12
Repository: https://github.com/m15t/gram.git
Documentation: pkg.go.dev

# Functions

New creates new user application service.
NewHTTP attaches handlers to Echo routers under given group.

# Variables

Custom errors.
Custom errors.
Custom errors.

# Structs

ChangePasswordReq contains request data to change user password swagger:model.
CreateUserReq contains request data to create new user swagger:model.
HTTP represents user http service.
ListUserReq contains request data to get list of users swagger:parameters usersList.
ListUsersResp contains list of paginated users and total numbers after filtered swagger:model.
UpdateUserReq contains request data to update existing user swagger:model.
User represents user application service.

# Interfaces

Crypter represents security interface.
Service represents user application interface.