ing
This commit is contained in:
parent
c0a59e8c21
commit
cf37f4cd49
|
@ -1,8 +1,7 @@
|
||||||
package gateway
|
package gateway
|
||||||
|
|
||||||
|
|
||||||
import "git.loafle.net/commons_go/rpc"
|
import "git.loafle.net/commons_go/rpc"
|
||||||
|
|
||||||
type ServletHandler interface {
|
type GatewayServletHandler interface {
|
||||||
rpc.ServletHandler
|
rpc.ServletHandler
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,6 @@ import (
|
||||||
"git.loafle.net/commons_go/rpc"
|
"git.loafle.net/commons_go/rpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ServletHandlers struct {
|
type GatewayServletHandlers struct {
|
||||||
rpc.ServletHandlers
|
rpc.ServletHandlers
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user