This commit is contained in:
crusader 2018-04-26 17:22:36 +09:00
parent e092f7ef4b
commit 32dfe726ec

View File

@ -3,13 +3,13 @@ package config
import ( import (
"crypto/rsa" "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" ogrs "git.loafle.net/overflow/gateway_rpc/server"
) )
type Config struct { type Config struct {
ServerHandler *ogrs.ServerHandlers `json:"serverHandler"` ServerHandler *ogrs.ServerHandlers `json:"serverHandler"`
External *ocec.External `json:"external"` External *occe.External `json:"external"`
VerifyKey *rsa.PublicKey VerifyKey *rsa.PublicKey
SignKey *rsa.PrivateKey SignKey *rsa.PrivateKey