Documentation
¶
Overview ¶
Package crmPermission Реализует работу с правами пользователя для доступа в CRM/Extranet
Index ¶
Constants ¶
View Source
const ( //Создание CREATE_ACTION = "Create" //Удаление DELETE_ACTION = "Delete" //Редактирование EDIT_ACTION = "Edit" //Просмотр VIEW_ACTION = "View" //Устрановление прав SET_PERMISS = "Set" //Удаление прав DROP_PERMISS = "Drop" //Часть CRM CRM_PART = "crm" //Часть Extranet EXTRANET_PART = "extranet" )
константы для работы с сервисом
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.