Add files via upload

This commit is contained in:
公明
2026-05-20 16:39:13 +08:00
committed by GitHub
parent fef21d3a24
commit 23bd6288ff
3 changed files with 57 additions and 5 deletions
+1
View File
@@ -21,6 +21,7 @@ type AuditLog struct {
UserAgent string `json:"userAgent,omitempty"`
ResourceType string `json:"resourceType,omitempty"`
ResourceID string `json:"resourceId,omitempty"`
ResourceAvailable *bool `json:"resourceAvailable,omitempty"` // API-only: whether linked resource still exists
Message string `json:"message"`
Detail map[string]interface{} `json:"detail,omitempty"`
}