mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 01:50:27 +08:00
9 lines
216 B
Go
9 lines
216 B
Go
|
|
// 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
|
||
|
|
}
|