Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUpstreamNotFound = errors.New("upstream not found")
View Source
var Version = "0.0.0"
Functions ¶
This section is empty.
Types ¶
type GetUpstreamCallback ¶
GetUpstreamCallback should return ErrUpstreamNotFound if upstream not found and any error value in case of other errors. The implementation should set reasonable timeouts for long-running operations, the caller side don't apply any timeout when calling the function.
Click to show internal directories.
Click to hide internal directories.