# Functions
IsTimeoutSkipped checks whether the timeout interceptor is bypassed.
SkipTimeout skips the timeout.
StreamClientSleepInterceptor sleeps for a moment before doing the job.
StreamClientTimeoutInterceptor automatically start a context with timeout if it is not set.
UnaryClientSleepInterceptor automatically start a context with timeout if it is not set.
UnaryClientTimeoutInterceptor automatically start a context with timeout if it is not set.
WithStreamClientSleepInterceptor appends StreamClientSleepInterceptor to dial option.
WithStreamClientTimeoutInterceptor appends StreamClientTimeoutInterceptor to dial option.
WithUnaryClientSleepInterceptor appends UnaryClientSleepInterceptor to dial option.
WithUnaryClientTimeoutInterceptor appends UnaryClientTimeoutInterceptor to dial option.