ing
This commit is contained in:
parent
faa9bd4567
commit
147477117c
|
@ -9,6 +9,11 @@ import (
|
|||
"git.loafle.net/commons_go/logging"
|
||||
)
|
||||
|
||||
func NewServerHandler() ServerHandler {
|
||||
sh := &ServerHandlers{}
|
||||
return sh
|
||||
}
|
||||
|
||||
type ServerHandlers struct {
|
||||
// Server name for sending in response headers.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user