(resourceID string)
| 328 | } |
| 329 | |
| 330 | func (s *Store) removeProjectCache(resourceID string) { |
| 331 | s.projectCache.Remove(resourceID) |
| 332 | } |
| 333 | |
| 334 | // DeleteProject permanently purges a soft-deleted project and all related resources. |
| 335 | // This operation is irreversible and should only be used for: |
no outgoing calls
no test coverage detected