admin: tymy, pridani a mazani

This commit is contained in:
2025-10-09 16:19:44 +02:00
parent f6075c5eb6
commit 045c91c4a0
8 changed files with 105 additions and 13 deletions

View File

@@ -23,6 +23,16 @@ type TeamTemplateS struct {
Penalties int
}
type DifficultyLevelS struct {
ID int
Name string
}
type TeamsTemplateS struct {
Teams []TeamTemplateS
Difficulties []DifficultyLevelS
}
type AdminRoutesTemplateS struct {
Name string
Ciphers []CipherTemplateS