(item *metadbmodel.AZ)
| 235 | } |
| 236 | |
| 237 | func (t *DataSet) AddAZ(item *metadbmodel.AZ) { |
| 238 | t.azLcuuidToID[item.Lcuuid] = item.ID |
| 239 | t.GetLogFunc()(addToToolMap(ctrlrcommon.RESOURCE_TYPE_AZ_EN, item.Lcuuid), t.metadata.LogPrefixes) |
| 240 | } |
| 241 | |
| 242 | func (t *DataSet) DeleteAZ(lcuuid string) { |
| 243 | delete(t.azLcuuidToID, lcuuid) |
no test coverage detected