Documentation ¶
Index ¶
- func CleanUserSession(r http.ResponseWriter)
- func GetSessionData(r *http.Request, cookieHandler *securecookie.SecureCookie) map[string]string
- func OpenConnection() *mongo.Client
- func RegisterATM()
- func SetUserSession(user UserSession, cookieHandler *securecookie.SecureCookie, ...) bool
- type UserSession
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanUserSession ¶
func CleanUserSession(r http.ResponseWriter)
* * la función CleanUserSession limpiara la cookie session * esto sera para terminar la sesión de usuario
func GetSessionData ¶
func GetSessionData(r *http.Request, cookieHandler *securecookie.SecureCookie) map[string]string
* * la función GetSessionData retornara una estructura que contendra * la información guardada en la sesión (en caso de que exista)
func OpenConnection ¶
func RegisterATM ¶
func RegisterATM()
func SetUserSession ¶
func SetUserSession(user UserSession, cookieHandler *securecookie.SecureCookie, w http.ResponseWriter) bool
Types ¶
type UserSession ¶
* * la intefase Usersession es un clon de la interface contenida en * en el paquete server y cumple la misma función
Click to show internal directories.
Click to hide internal directories.