onedev/development.md
2025-10-07 21:40:34 +08:00

311 B

Conventions

Service Methods

  1. Various service methods will not check permissions, except for those with subject param
  2. User param of service methods are used to indicate who performs the action, instead of requiring permission check
  3. Service methods will not audit changes, unless stated explicitly