model

package
v0.0.0-...-6e5775b Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TrackData

type TrackData struct {
	Id        uuid.UUID `sql:"type:uuid,default:uuid_generate_v4()"`
	CreatedAt time.Time `sql:"default:now()"`
	UserId    uuid.UUID `sql:"type:uuid,notnull"`
	TrackId   uuid.UUID `sql:"type:uuid,notnull"`
	StorageId string
	Type      int
	Credits   float32
}

Jump to

Keyboard shortcuts

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