user

package
v0.0.0-...-73d1187 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateEndpoint

func CreateEndpoint() nodes.Workflow

func CreateWorkflow

func CreateWorkflow() nodes.Workflow

Types

type CreateUserInput

type CreateUserInput struct {
	Username string
	Password string
}

type User

type User struct {
	Username     string
	PasswordHash []byte
}

func NewUser

func NewUser(username string, hash []byte) *User

type UserResponse

type UserResponse struct {
	Username string `json:"username"`
}

Jump to

Keyboard shortcuts

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