implement user_permission

This commit is contained in:
2025-02-01 03:04:52 -06:00
parent 72414bc8fb
commit d58c69cb08
6 changed files with 41 additions and 14 deletions

View File

@@ -17,4 +17,5 @@ type CustomerUserRepository interface {
RandomSvgInterface(entities.KeypadDimension) ([]string, error)
RandomSvgIdxInterface(entities.KeypadDimension) (entities.SvgIdInterface, error)
GetSvgStringInterface(entities.SvgIdInterface) ([]string, error)
AddUserPermission(entities.UserEmail, entities.CustomerId, entities.UserPermission) error
}