tmp

package
v0.10.8 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Events

type Events struct {
	Id                int                  `sqlx:"ID"`
	Quantity          int                  `sqlx:"QUANTITY"`
	EventsPerformance []*EventsPerformance `typeName:"EventsPerformance" sqlx:"-"`
}

type EventsPerformance

type EventsPerformance struct {
	Id        int       `sqlx:"ID"`
	Price     int       `sqlx:"PRICE"`
	EventId   int       `sqlx:"-"`
	Timestamp time.Time `sqlx:"TIMESTAMP"`
}

type PerformanceData

type PerformanceData struct {
	Id    int
	Price int
}

Jump to

Keyboard shortcuts

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