This commit is contained in:
crusader 2018-04-12 19:05:41 +09:00
parent 73b6f9f6bf
commit 618983e4ea

View File

@ -3,13 +3,13 @@ package config
import ( import (
"crypto/rsa" "crypto/rsa"
occe "git.loafle.net/overflow/commons-go/config/external" ocec "git.loafle.net/overflow/commons-go/external/config"
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 *occe.External `json:"external"` External *ocec.External `json:"external"`
VerifyKey *rsa.PublicKey VerifyKey *rsa.PublicKey
SignKey *rsa.PrivateKey SignKey *rsa.PrivateKey