feat: add rustls

This commit is contained in:
2026-03-20 16:24:16 +01:00
parent 04cf661d02
commit 4e2542ba9d
399 changed files with 37007 additions and 23522 deletions

View File

@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exec_times** | Option<**i64**> | | [optional]
**name** | Option<**String**> | | [optional]
**next** | Option<**String**> | | [optional]
**prev** | Option<**String**> | | [optional]
**schedule** | Option<**String**> | | [optional]
**exec_times** | Option<**i64**> | The total number of times this cron task has been executed | [optional]
**name** | Option<**String**> | The name of the cron task | [optional]
**next** | Option<**String**> | The next scheduled execution time | [optional]
**prev** | Option<**String**> | The previous execution time | [optional]
**schedule** | Option<**String**> | The cron schedule expression (e.g., \"0 0 * * *\") | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)