Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func InitializeEnvironment ¶
func InitializeEnvironment() *Environment
func (*Environment) AddNewSession ¶
func (e *Environment) AddNewSession(w http.ResponseWriter, r *http.Request)
func (*Environment) GetAllSession ¶
func (e *Environment) GetAllSession(w http.ResponseWriter, r *http.Request)
func (*Environment) GetSession ¶
func (e *Environment) GetSession(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.