Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDirectClientMgr = errors.New("failed to initialize directClientManager")
)
Functions ¶
This section is empty.
Types ¶
type AutonomyProxy ¶
type AutonomyProxy struct {
// contains filtered or unexported fields
}
func NewAutonomyProxy ¶
func NewAutonomyProxy( healthChecker healthchecker.Interface, clientManager transport.Interface, cacheMgr cachemanager.CacheManager, ) *AutonomyProxy
func (*AutonomyProxy) ServeHTTP ¶
func (ap *AutonomyProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.