models

package
v0.0.0-...-8c446f2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Contacts

type Contacts struct {
	ID        string
	FirstName string
	LastName  string
	PhotoURL  string
	IsOnline  bool
	IsBanned  bool
}

type Messages

type Messages struct {
	ID        string
	Sender    string
	Recipient string
	Content   string
	ServerIP  string
	SenderIP  string
	CreatedAt time.Time
	UpdatedAt time.Time
	IsRead    bool
}

type User

type User struct {
	ID        string
	Email     string
	Username  string
	Password  string
	PhotoURL  string
	FirstName string
	LastName  string
	IsOnline  bool
	IsBanned  bool
}

Jump to

Keyboard shortcuts

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