ing
This commit is contained in:
parent
e092f7ef4b
commit
32dfe726ec
|
@ -3,13 +3,13 @@ package config
|
|||
import (
|
||||
"crypto/rsa"
|
||||
|
||||
ocec "git.loafle.net/overflow/commons-go/external/config"
|
||||
occe "git.loafle.net/overflow/commons-go/config/external"
|
||||
ogrs "git.loafle.net/overflow/gateway_rpc/server"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
ServerHandler *ogrs.ServerHandlers `json:"serverHandler"`
|
||||
External *ocec.External `json:"external"`
|
||||
External *occe.External `json:"external"`
|
||||
|
||||
VerifyKey *rsa.PublicKey
|
||||
SignKey *rsa.PrivateKey
|
||||
|
|
Loading…
Reference in New Issue
Block a user