Fix the bridge and share entity.
This commit is contained in:
@ -130,6 +130,11 @@ func (this *TankContext) registerBeans() {
|
||||
this.registerBean(new(rest.AlienController))
|
||||
this.registerBean(new(rest.AlienService))
|
||||
|
||||
//bridge
|
||||
this.registerBean(new(rest.BridgeController))
|
||||
this.registerBean(new(rest.BridgeDao))
|
||||
this.registerBean(new(rest.BridgeService))
|
||||
|
||||
//dashboard
|
||||
this.registerBean(new(rest.DashboardController))
|
||||
this.registerBean(new(rest.DashboardDao))
|
||||
@ -165,6 +170,11 @@ func (this *TankContext) registerBeans() {
|
||||
this.registerBean(new(rest.SessionDao))
|
||||
this.registerBean(new(rest.SessionService))
|
||||
|
||||
//share
|
||||
this.registerBean(new(rest.ShareController))
|
||||
this.registerBean(new(rest.ShareDao))
|
||||
this.registerBean(new(rest.ShareService))
|
||||
|
||||
//uploadToken
|
||||
this.registerBean(new(rest.UploadTokenDao))
|
||||
|
||||
|
Reference in New Issue
Block a user