Skip to content
Snippets Groups Projects
Commit 7da11212 authored by ko_oler's avatar ko_oler
Browse files

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

parent 0767abad
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@ 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"`
// Клиент может сохранить данные поля, но поля не передаются в API
DenyReadFields []string `json:"denyReadFields,omitempty" bson:"denyReadFields,omitempty"`
// Клиент не может сохранять данные поля
DenyWriteFields []string `json:"denyWriteFields,omitempty" bson:"denyWriteFields,omitempty"`
// Дополнительный фильтр
ReadFilter string `json:"readFilter,omitempty" bson:"readFilter,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