[feat] 移除 GetResource, 由 git.fsdpf.net/go/contracts 支持

This commit is contained in:
what 2024-05-09 11:13:32 +08:00
parent 672fc634ef
commit f00b993f9c

View File

@ -91,6 +91,3 @@ type QueryField interface {
ToSql() db.Expression
ToStructField(tags ...string) reflect.StructField
}
// 资源
type GetResource func(code string) (Resource, bool)