9 lines
112 B
Go
9 lines
112 B
Go
|
package gateway
|
||
|
|
||
|
|
||
|
import "git.loafle.net/commons_go/rpc"
|
||
|
|
||
|
type ServletHandler interface {
|
||
|
rpc.ServletHandler
|
||
|
}
|