domain

package
v0.0.0-...-237b7f0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2020 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	ID           int  // id is passed to domain model for simplicity
	Service      bool // if user is a service
	Username     string
	Password     string
	PasswordHash string
	Email        string // TODO: add ent validation
}

User holds user data

Jump to

Keyboard shortcuts

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