//
pkg.gl
Category
github.com/BEOpenSourceCollabs/EventManagementCore
pkg
models
package
0.0.0-20240716192427-68e8b16be013
Repository:
https://github.com/beopensourcecollabs/eventmanagementcore.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
5
Files
98 SLOC
#
Structs
Model
Model provides default fields and lifecycle functions to models.
UserModel
UserModel represents the user data stored in the database.
#
Interfaces
ModelLifecycles
ModelLifecycles should be invoked from the repository before and after create, update and deletion of a model which implements the interface.