mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 06:09:39 +08:00
fix typos
This commit is contained in:
@@ -38,7 +38,7 @@ type SWire struct {
|
||||
VpcId string `wdith:"36" charset:"ascii" nullable:"false" list:"admin" create:"admin_required"`
|
||||
}
|
||||
|
||||
func (manager *SWireManager) GetGContextManager() []db.IModelManager {
|
||||
func (manager *SWireManager) GetContextManager() []db.IModelManager {
|
||||
return []db.IModelManager{ZoneManager, VpcManager}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user