package config import ( "crypto/rsa" occe "git.loafle.net/overflow/commons-go/config/external" ogrs "git.loafle.net/overflow/gateway_rest/server" ) type Config struct { ServerHandler *ogrs.ServerHandlers `json:"serverHandler"` External *occe.External `json:"external"` VerifyKey *rsa.PublicKey SignKey *rsa.PrivateKey }