rpc/gateway/servlet_handlers.go

10 lines
122 B
Go
Raw Normal View History

2017-11-26 10:15:51 +00:00
package gateway
import (
"git.loafle.net/commons_go/rpc"
)
2017-11-28 10:16:00 +00:00
type GatewayServletHandlers struct {
2017-11-26 10:15:51 +00:00
rpc.ServletHandlers
}