package
2.5.7
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev

# Functions

ClusterInjectionStreamClientInterceptor returns a new streaming client interceptor that injects `cluster` into outgoing context.
ClusterInjectionUnaryClientInterceptor returns a new unary client interceptor that injects `cluster` into outgoing context.
ClusterValidationStreamServerInterceptor returns a new streaming server interceptor that rejects the request if the client's cluster differs from that of the server.
ClusterValidationUnaryServerInterceptor returns a new unary server interceptor that rejects the request if the client's cluster differs from that of the server.
ServerIDInjectionStreamClientInterceptor returns a new streaming client interceptor that injects target server ID into the request.
ServerIDInjectionUnaryClientInterceptor returns a new unary client interceptor that injects target server ID into the request.
ServerIDValidationStreamServerInterceptor returns a new streaming server interceptor that verifies whether the target server ID of request matches with the server's ID and rejects it accordingly.
ServerIDValidationUnaryServerInterceptor returns a new unary server interceptor that verifies whether the target server ID of request matches with the server's ID and rejects it accordingly.

# Constants

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

# Type aliases

No description provided by the author