types

package
v0.0.0-...-9a10ecf Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2019 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginAttempt

type LoginAttempt struct {
	ID   string `json:"id"`
	User string `json:"user"`
	Pass string `json:"pass"`
}

LoginAttempt is the struct for users attempting to login

type RegisterAttempt

type RegisterAttempt struct {
	User      string `json:"user"`
	Pass      string `json:"pass"`
	PassCheck string `json:"passcheck"`
}

RegisterAttempt is the struct for users attempting to register

Jump to

Keyboard shortcuts

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