Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_datasource_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDataSourceServiceServer ¶
func RegisterDataSourceServiceServer(s *grpc.Server, srv DataSourceServiceServer)
Types ¶
type DataSourceServiceClient ¶
type DataSourceServiceClient interface {
CleanDataSource(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
}
DataSourceServiceClient is the client API for DataSourceService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDataSourceServiceClient ¶
func NewDataSourceServiceClient(cc grpc.ClientConnInterface) DataSourceServiceClient
type DataSourceServiceServer ¶
type DataSourceServiceServer interface {
CleanDataSource(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
}
DataSourceServiceServer is the server API for DataSourceService service.
type UnimplementedDataSourceServiceServer ¶
type UnimplementedDataSourceServiceServer struct {
}
UnimplementedDataSourceServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedDataSourceServiceServer) CleanDataSource ¶
Click to show internal directories.
Click to hide internal directories.