1use super::ProviderSurface;
23/// Reports that Gingr training service discovery is endpoint-only until a stable DTO is modeled.
4pub fn provider_surface() -> ProviderSurface {
5 ProviderSurface::NoDocumentedServiceDto {
6 endpoint: "get_services_by_type",
7 }
8}