هذا الالتزام موجود في:
Thomas Miceli
2023-03-18 23:23:23 +01:00
الأصل 527be16183
التزام b56e02e3ed
3 ملفات معدلة مع 15 إضافات و11 حذوفات

عرض الملف

@@ -8,9 +8,9 @@ import (
)
type File struct {
Filename string `validate:"excludes=\x2f,excludes=\x5c,max=50"`
OldFilename string `validate:"excludes=\x2f,excludes=\x5c,max=50"`
Content string `validate:"required"`
Filename string
OldFilename string
Content string
Truncated bool
IsCreated bool
IsDeleted bool