model

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2019 License: MIT Imports: 2 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       uint64 `json:"id"`
	Username string `json:"username"`
	Email    string `json:"email"`
	// contains filtered or unexported fields
}

User of the app

func NewUser

func NewUser(id uint64, username, email, profiles string) *User

NewUser creates new user with given id, username and profiles

func (*User) HasProfile

func (u *User) HasProfile(profile string) bool

HasProfile check if User has given profile

func (*User) SetID

func (u *User) SetID(id uint64)

SetID defines new ID

Jump to

Keyboard shortcuts

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