admin: tymy, pridani a mazani
This commit is contained in:
10
templates.go
10
templates.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user