ing
This commit is contained in:
parent
99951cc3c0
commit
73b6f9f6bf
|
@ -1,9 +1,10 @@
|
||||||
package config
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"crypto/rsa"
|
||||||
|
|
||||||
occe "git.loafle.net/overflow/commons-go/config/external"
|
occe "git.loafle.net/overflow/commons-go/config/external"
|
||||||
ogrs "git.loafle.net/overflow/gateway_rpc/server"
|
ogrs "git.loafle.net/overflow/gateway_rpc/server"
|
||||||
"crypto/rsa"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|
|
@ -17,7 +17,6 @@ import (
|
||||||
"github.com/valyala/fasthttp"
|
"github.com/valyala/fasthttp"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
type WebappServlet interface {
|
type WebappServlet interface {
|
||||||
ogrs.RPCServlet
|
ogrs.RPCServlet
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user