Discover Packages
github.com/viant/datly
e2e
local
regression
cases
024_validator_codec
package
Version:
v0.9.15
Opens a new window with list of versions in this module.
Published: Nov 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Events struct {
Id int `sqlx:"ID"`
Quantity int `sqlx:"QUANTITY"`
EventsPerformance []*EventsPerformance `typeName:"EventsPerformance" sqlx:"-"`
}
type EventsPerformance struct {
Id int `sqlx:"ID"`
Price int `sqlx:"PRICE"`
EventId int `sqlx:"-"`
Timestamp time .Time `sqlx:"TIMESTAMP"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.