Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
Shut bool
Messages chan Message
Backend string
sync.RWMutex
// contains filtered or unexported fields
}
func NewConnection ¶
func NewConnection(proxy *httputil.ReverseProxy, backend string, startup *sync.WaitGroup) *Connection
func (*Connection) Get ¶
func (c *Connection) Get() (*httputil.ReverseProxy, error)
func (*Connection) Shutdown ¶
func (c *Connection) Shutdown()
Click to show internal directories.
Click to hide internal directories.