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
313 B
Go
Raw Normal View History

package webserver
import (
"reflect"
"github.com/strimertul/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{}),
},
}