From 588829bcb00550bec1a3898aea11e28b1df55ef8 Mon Sep 17 00:00:00 2001 From: Qiu Jian Date: Sat, 15 Sep 2018 12:32:42 +0800 Subject: [PATCH] fix typos --- pkg/compute/models/wires.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/compute/models/wires.go b/pkg/compute/models/wires.go index 1fb0031c48..345de3fd12 100644 --- a/pkg/compute/models/wires.go +++ b/pkg/compute/models/wires.go @@ -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} }