优化代码

This commit is contained in:
刘祥超
2022-08-05 14:38:56 +08:00
parent 4e4d9e33f0
commit aa0c38d66f
7 changed files with 31 additions and 128 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
//go:build !plus
package certs
func (this *DeleteAction) filterDelete(certId int64) error {
return nil
}