rpc/gateway/servlet_handler.go

8 lines
118 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 GatewayServletHandler interface {
2017-11-26 10:15:51 +00:00
rpc.ServletHandler
}