rpc/gateway/servlet_handlers.go
crusader 2286a5021e ing
2017-11-26 19:15:51 +09:00

10 lines
115 B
Go

package gateway
import (
"git.loafle.net/commons_go/rpc"
)
type ServletHandlers struct {
rpc.ServletHandlers
}