firestore

package
v0.0.0-...-35d4dbf Latest Latest
Warning

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

Go to latest
Published: Apr 19, 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 User

type User struct {
	ID        int               `firestore:"id"`
	Name      string            `firestore:"name"`
	Email     string            `firestore:"email"`
	Password  string            `firestore:"password"`
	CreatedAt time.Time         `firestore:"createdAt"`
	UpdatedAt time.Time         `firestore:"updatedAt"`
	DeletedAt *time.Time        `firestore:"deletedAt,omitempty"`
	Options   map[string]string `firestore:"options,omitempty"`
	Tags      []string          `firestore:"tags,omitempty"`
}

Jump to

Keyboard shortcuts

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