完成所有接口的实现层

This commit is contained in:
2025-11-02 11:10:17 +08:00
parent d23299ccac
commit 7f8c25484e
20 changed files with 918 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
package error
import "errors"
var ErrNotFoundit = errors.New("resource not found")