rpc/gateway/servlet_handlers.go

10 lines
115 B
Go
Raw Normal View History

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