1
0
Fork 0
Dieser Commit ist enthalten in:
Sebastian Tobie 2022-11-13 10:40:52 +01:00
Ursprung 4244e2728d
Commit d744ff8205
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -11,6 +11,7 @@ import (
"go.sebtobie.de/httpserver/middleware/db"
)
// Site is an simple type for wrapping sites and their config paths in the absence of an **kwargs equivalent.
type Site struct {
// Config is the name of the mapitem with the config
Config string