Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewSession ¶
NewSession struct for NewSession
func CreateNewSession ¶
func CreateNewSession(email string, password string) *NewSession
func DecodeRequestToNewSession ¶
func DecodeRequestToNewSession(r *http.Request) (*NewSession, error)
type SessionRefresh ¶
type SessionRefresh struct {
Token string `json:"token"`
}
SessionRefresh struct for SessionRefresh
Click to show internal directories.
Click to hide internal directories.