forked from JointCloud/pcm-openstack
feat:Modifying pcmopenstack.go,Removal method of common.GenerateToken()
This commit is contained in:
parent
bf37883e3d
commit
ec9e67e3d1
|
@ -28,7 +28,6 @@ func main() {
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
conf.MustLoad(common.FileName, &common.C)
|
conf.MustLoad(common.FileName, &common.C)
|
||||||
ctx := svc.NewServiceContext(common.C)
|
ctx := svc.NewServiceContext(common.C)
|
||||||
//common.GenerateToken()
|
|
||||||
//解析业务配置
|
//解析业务配置
|
||||||
//var c config.Config
|
//var c config.Config
|
||||||
//conf.MustLoad(*configFile, &c)
|
//conf.MustLoad(*configFile, &c)
|
||||||
|
|
Loading…
Reference in New Issue