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