amoss_login

package
v0.0.0-...-ff62c10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2022 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmossLoginRequest

type AmossLoginRequest struct {
	ParticipantID int64  `json:"participantID"`
	Password      string `json:"password"`
	Study         string `json:"study"`
}

type LoginHandler

type LoginHandler struct {
	Name string
}

LoginHandler struct used to handle login requests

func (LoginHandler) ServeHTTP

func (lh LoginHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type RegistrationHandler

type RegistrationHandler struct {
	Name string
}

RegistrationHandler struct used to handle registration requests

func (RegistrationHandler) ServeHTTP

func (rh RegistrationHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL