Files
waf-platform/EdgeCommon/pkg/rpc/dao/base_dao.go

9 lines
103 B
Go

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