Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSession ¶
type CreateSession struct { Pool *pool.Pool ClientFactory jsonwire.ClientFactoryInterface }
CreateSession - Receives requests to create session.
func (*CreateSession) ServeHTTP ¶
func (h *CreateSession) ServeHTTP(rw http.ResponseWriter, r *http.Request)
type RegisterNode ¶
RegisterNode - Receives requests to register nodes for persistent strategy.
func (*RegisterNode) ServeHTTP ¶
func (h *RegisterNode) ServeHTTP(rw http.ResponseWriter, r *http.Request)
type UseSession ¶
UseSession - Receives requests to use session.
func (*UseSession) ServeHTTP ¶
func (h *UseSession) ServeHTTP(rw http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.