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