//
pkg.gl
Category
github.com/pradnyana28/go-rest-api-boilerplate
pkg
api
password
package
0.0.0-20190920163148-82cb9bcea31a
Repository:
https://github.com/pradnyana28/go-rest-api-boilerplate.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
70 SLOC
#
Packages
logging
No description provided by the author
transport
No description provided by the author
#
Functions
Initialize
Initialize initalizes password application service with defaults.
New
New creates new password application service.
#
Variables
ErrIncorrectPassword
Custom errors.
ErrInsecurePassword
Custom errors.
#
Structs
Password
Password represents password application service.
#
Interfaces
RBAC
RBAC represents role-based-access-control interface.
Securer
Securer represents security interface.
Service
Service represents password application interface.
UserDB
UserDB represents user repository interface.