This commit is contained in:
crusader 2017-11-15 13:16:31 +09:00
parent faa9bd4567
commit 147477117c

View File

@ -9,6 +9,11 @@ import (
"git.loafle.net/commons_go/logging" "git.loafle.net/commons_go/logging"
) )
func NewServerHandler() ServerHandler {
sh := &ServerHandlers{}
return sh
}
type ServerHandlers struct { type ServerHandlers struct {
// Server name for sending in response headers. // Server name for sending in response headers.
// //