package
0.0.0-20210926145244-c8ffe0b4f1f9
Repository: https://github.com/suared/core-apiuser.git
Documentation: pkg.go.dev
# Functions
NewCategoryDAO - Initializes this object with the user ID from context.
NewCategoryRepository - Initializes a sample repository with config values set.
NewCategoryUserModel - initializes the user model.
# Structs
CategoryDAO - Caller would ipmlement the relevant DAO which would include the model to be saved along with any other key values (e.g.
CategoryRepository - Database interface to the Category table.
CategoryUserModel - repository model object to enable future non-direct model adds where appropriate.