describeSource method

  1. @MPI(name: "mesh.daler.ds.describe")
Future<DalerSource?> describeSource(
  1. String id, {
  2. Context? ctx,
})

DescribeSource describe the datasource. 获取数据源详情.

Implementation

@MPI(name: "mesh.daler.ds.describe")
Future<DalerSource?> describeSource(String id, {Context? ctx}) {
  throw UnimplementedError('describeSource() has not been implemented.');
}