Resource and method visibility #20
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Research
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
slendium/framework#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add visibility attributes for
Resource's. There should be two options: "public" or "internal" (default). Adds an attribute calledVisibilitythat requires an enum valueVisibilityKind(which has two cases). TheVisibilityattribute should also support being added to specific methods only. Marking a single method as public makes the entire resource public and trying to mark the resource itself as internal should cause an exception.Internal resources should:
Integration tests should be updated accordingly to make every test resource so far public.
Resource visibilityto Resource and method visibility