package
2.0.0-alpha.4
Repository: https://github.com/clouditor/clouditor.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
RegisterDiscoveryHandler registers the http handlers for service Discovery to "mux".
RegisterDiscoveryHandlerClient registers the http handlers for service Discovery to "mux".
RegisterDiscoveryHandlerFromEndpoint is same as RegisterDiscoveryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterDiscoveryHandlerServer registers the http handlers for service Discovery to "mux".
No description provided by the author
RegisterExperimentalDiscoveryHandler registers the http handlers for service ExperimentalDiscovery to "mux".
RegisterExperimentalDiscoveryHandlerClient registers the http handlers for service ExperimentalDiscovery to "mux".
RegisterExperimentalDiscoveryHandlerFromEndpoint is same as RegisterExperimentalDiscoveryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterExperimentalDiscoveryHandlerServer registers the http handlers for service ExperimentalDiscovery to "mux".
No description provided by the author
ToDiscoveryResource converts a proto message that complies to the interface [ontology.IsResource] into a resource that can be persisted in our database ([*discovery.Resource]).

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Discovery_ServiceDesc is the grpc.ServiceDesc for Discovery service.
No description provided by the author
ExperimentalDiscovery_ServiceDesc is the grpc.ServiceDesc for ExperimentalDiscovery service.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Resource is a wrapper around google.protobuf.Value that is needed for persistence reasons.
No description provided by the author
No description provided by the author
UnimplementedDiscoveryServer must be embedded to have forward compatible implementations.
UnimplementedExperimentalDiscoveryServer must be embedded to have forward compatible implementations.
No description provided by the author

# Interfaces

Discoverer is a part of the discovery service that takes care of the actual discovering and translation into vocabulary objects.
DiscoveryClient is the client API for Discovery service.
DiscoveryServer is the server API for Discovery service.
ExperimentalDiscoveryClient is the client API for ExperimentalDiscovery service.
ExperimentalDiscoveryServer is the server API for ExperimentalDiscovery service.
UnsafeDiscoveryServer may be embedded to opt out of forward compatibility for this service.
UnsafeExperimentalDiscoveryServer may be embedded to opt out of forward compatibility for this service.