entities

package
v0.0.0-...-ebfcf3b Latest Latest
Warning

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

Go to latest
Published: Aug 12, 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 Session

type Session struct {
	ID       string
	Owner    string
	Device   string
	Token    string
	ExpireAt time.Time
}

type Task

type Task struct {
	ID        string
	Owner     string
	Name      string
	Completed bool
	CreatedAt time.Time
	UpdatedAt time.Time
}

type User

type User struct {
	ID        string
	Name      string
	Password  string
	CreatedAt time.Time
	UpdatedAt time.Time
}

Jump to

Keyboard shortcuts

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