Files
EdgeCommon/pkg/rpc/dao/base_dao.go
2020-12-23 10:30:42 +08:00

9 lines
103 B
Go

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