mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
311 B
311 B
Conventions
Service Methods
- Various service methods will not check permissions, except for those with subject param
- User param of service methods are used to indicate who performs the action, instead of requiring permission check
- Service methods will not audit changes, unless stated explicitly