user

package
v0.0.0-...-2e53e79 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	ID       string                `firestore:"-" json:"id"`
	Username string                `firestore:"username" json:"username,omitempty"`
	Avatar   string                `firestore:"avatar,omitempty" json:"avatar,omitempty"`
	Scores   map[string]film.Score `firestore:"scores" json:"scores,omitempty"`
	Songs    map[string]song.Item  `firestore:"-" json:"songs,omitempty"`
}

func Parse

func Parse(doc *firestore.DocumentSnapshot) (*Item, error)

type Items

type Items []Item

Jump to

Keyboard shortcuts

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