1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00
strimertul/webserver/doc.go

17 lines
310 B
Go
Raw Normal View History

package webserver
import (
"reflect"
2023-11-10 20:36:15 +00:00
"git.sr.ht/~ashkeel/strimertul/docs/interfaces"
)
// Documentation stuff, keep updated at all times
var Keys = interfaces.KeyMap{
ServerConfigKey: interfaces.KeyDef{
Description: "General server configuration",
Type: reflect.TypeOf(ServerConfig{}),
},
}