Skip to content
Snippets Groups Projects
Commit 6d56d63e authored by ko_oler's avatar ko_oler
Browse files

правка в комментарии

parent d0e89c52
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ type Rule struct {
Access Access `json:"access" bson:"access,omitempty"`
// Поля не передаются API клиенту
HiddenFields []string `json:"hiddenFields,omitempty" bson:"hiddenFields,omitempty"`
// Запрещен чтение указанные полей
// Запрещено чтение указанные полей
DenyReadFields []string `json:"denyReadFields,omitempty" bson:"denyReadFields,omitempty"`
// Запрещена запись в указанные поля
DenyWriteFields []string `json:"denyWriteFields,omitempty" bson:"denyWriteFields,omitempty"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment