PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
feature_management
class FeatureManagementError(Exception): """Base exception for feature management""" class FeatureDisabledError(FeatureManagementError): """Feature is disabled for user""" class UserArgumentNotFound(FeatureManagementError): """Method/function lack the parameter which contains user name"""
[+]
rpc
[-] exceptions.py
[edit]
[-] checkers.py
[edit]
[+]
..
[-] hooks.py
[edit]
[-] constants.py
[edit]
[+]
__pycache__
[-] utils.py
[edit]
[-] control.py
[edit]
[-] model.py
[edit]
[+]
plugins
[-] __init__.py
[edit]
[-] lookup.py
[edit]