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

16 lines
307 B
Go

package http
import (
"github.com/strimertul/strimertul/docs/interfaces"
"reflect"
)
// Documentation stuff, keep updated at all times
var Keys = interfaces.KeyMap{
ServerConfigKey: interfaces.KeyDef{
Description: "General server configuration",
Type: reflect.TypeOf(ServerConfig{}),
},
}