// Copyright (c) The go-grpc-middleware Authors. // Licensed under the Apache License 2.0. /* Package timeout is a middleware that responds with a timeout error after the given duration. `grpc_timeout` are interceptors that timeout for gRPC client calls. # Client Side Timeout Middleware Please see examples for simple examples of use. */ package timeout