Documentation ¶
Overview ¶
Copyright 2021 IBM Corp. SPDX-License-Identifier: Apache-2.0
Copyright 2021 IBM Corp. SPDX-License-Identifier: Apache-2.0
Copyright 2021 IBM Corp. SPDX-License-Identifier: Apache-2.0
Copyright 2021 IBM Corp. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "katalog.fybrik.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
Types ¶
type DataCatalogService ¶
type DataCatalogService struct { connectors.UnimplementedDataCatalogServiceServer // contains filtered or unexported fields }
func (*DataCatalogService) GetDatasetInfo ¶
func (s *DataCatalogService) GetDatasetInfo(ctx context.Context, req *connectors.CatalogDatasetRequest) (*connectors.CatalogDatasetInfo, error)
Click to show internal directories.
Click to hide internal directories.