Files
waf-platform/EdgeCommon/pkg/rpc/dao/base_dao.go
2026-02-04 20:27:13 +08:00

9 lines
103 B
Go

package dao
type BaseDAO struct {
}
func (this *BaseDAO) RPC() RPCClient {
return sharedRPCClient
}