-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these functions needs to be used in controllers. Where is the controllers’s pull request?
postgres/statements/permissions.go
Outdated
READ string = "read" | ||
WRITE string = "write" | ||
DELETE string = "delete" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All letters don’t need to be capitalized just the first letter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed permisions.go
is not used on adapters
is not used on adapters
Sent the controllers PR @felipeweb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@crgimenes @felipeweb
prest/prest#275