rpc/gateway/servlet_handlers.go

10 lines
115 B
Go
Raw Normal View History

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