user

package
v0.0.0-...-ff0bf7e Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: MIT Imports: 0 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DB = Users{
	"user": User{
		Username: "user",

		PasswordHash: "$2a$10$KgFhp4HAaBCRAYbFp5XYUOKrbO90yrpUQte4eyafk4Tu6mnZcNWiK",
		Email:        "user@example.com",
	},
}

Functions

This section is empty.

Types

type User

type User struct {
	Username     string
	PasswordHash string
	Email        string
}

type Users

type Users map[string]User

Jump to

Keyboard shortcuts

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