Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTimeout = errors.New("timeout")
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct {
Cert, Key string
}
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
type ProxyHandler ¶
type ProxyHandler struct {
// contains filtered or unexported fields
}
func NewProxyHandler ¶
func NewProxyHandler(cfg *config.Config, kvs kvs.KeyValueStore, action *longpoll.PollableActionService) (*ProxyHandler, error)
Click to show internal directories.
Click to hide internal directories.