Ejemplo n.º 1
0
 private async Task <bool> RemoveConfigInner(string tenant, string dataId, string group, string tag)
 {
     group = ParamUtils.Null2DefaultGroup(group);
     ParamUtils.CheckKeyParam(dataId, group);
     return(await _worker.RemoveConfig(dataId, group, tenant, tag).ConfigureAwait(false));
 }