Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterceptTimeout ¶
type InterceptTimeoutError ¶
type InterceptTimeoutError struct {
// contains filtered or unexported fields
}
func (InterceptTimeoutError) Error ¶
func (err InterceptTimeoutError) Error() string
type InterceptTimeoutFactory ¶
type InterceptTimeoutFactory interface {
NewInterceptTimeout() InterceptTimeout
}
func NewInterceptTimeoutFactory ¶
func NewInterceptTimeoutFactory(duration time.Duration) InterceptTimeoutFactory
Click to show internal directories.
Click to hide internal directories.