package gateway import ( "git.loafle.net/commons_go/server" ) func New(sh ServerHandler) server.Server { s := server.New(sh) return s }