user

package
v0.0.0-...-03efb0c Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Building

type Building struct {
	ID   string
	Name string
}

type FeatureQuery

type FeatureQuery struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

type Friend

type Friend struct {
	Member1ID string
	Member2ID string
}

type MembersBuilding

type MembersBuilding struct {
	MemberID   string
	BuildingID string
}

type ProductQuery

type ProductQuery struct {
	ID   int32  `json:"id"`
	Name string `json:"name"`
}

type RegisterQuery

type RegisterQuery struct {
	UserID string `json:"userID"`
}

type Room

type Room struct {
	ID         string
	Name       string
	BuildingID string
}

type Session

type Session struct {
	ID        string
	RoomID    string
	StartTime interface{}
	EndTime   interface{}
}

type User

type User struct {
	ID       string
	Username string
	Password string
	Salt     string
}

type UserCommand

type UserCommand struct {
	Username  string `json:"username"`
	Password  string `json:"password"`
	Salt      string `json:"salt"`
	ProductID int32  `json:"productID"`
	RoleID    int32  `json:"roleID"`
}

type UserQuery

type UserQuery struct {
	ID       string `json:"id"`
	Username string `json:"username"`
}

Jump to

Keyboard shortcuts

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