rpc/gateway/servlet_handler.go

8 lines
111 B
Go
Raw Permalink Normal View History

2017-11-26 10:15:51 +00:00
package gateway
import "git.loafle.net/commons_go/rpc"
2017-11-28 10:17:59 +00:00
type ServletHandler interface {
2017-11-26 10:15:51 +00:00
rpc.ServletHandler
}