You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel.Qdrant.GrpcClient/Protos/qdrant.proto

23 lines
533 B

syntax = "proto3";
import "Protos/collections_service.proto";
import "Protos/collections_internal_service.proto";
import "Protos/points_service.proto";
import "Protos/points_internal_service.proto";
import "Protos/qdrant_internal_service.proto";
import "Protos/raft_service.proto";
import "Protos/snapshots_service.proto";
package qdrant;
service Qdrant {
rpc HealthCheck (HealthCheckRequest) returns (HealthCheckReply) {}
}
message HealthCheckRequest {}
message HealthCheckReply {
string title = 1;
string version = 2;
}

Powered by TurnKey Linux.