rpc/gateway/servlet_handlers.go
crusader 4e048d56b9 ing
2017-11-28 19:17:59 +09:00

10 lines
115 B
Go

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