--------------------------------------------------------------- File API event hooks --------------------------------------------------------------- OnFileDownloadRequest hook is triggered before each API File download request. Could be used to validate or modify the file response before returning
(tags ...string)
| 1309 | // Could be used to validate or modify the file response before |
| 1310 | // returning it to the client. |
| 1311 | OnFileDownloadRequest(tags ...string) *hook.TaggedHook[*FileDownloadRequestEvent] |
| 1312 | |
| 1313 | // OnFileBeforeTokenRequest hook is triggered on each auth file token API request. |
| 1314 | // |
no outgoing calls