atmost working example
This commit is contained in:
19
internal/store/pg/queries/models.go
Normal file
19
internal/store/pg/queries/models.go
Normal file
@ -0,0 +1,19 @@
|
||||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.26.0
|
||||
|
||||
package queries
|
||||
|
||||
import (
|
||||
"github.com/jackc/pgx/v5/pgtype"
|
||||
)
|
||||
|
||||
type Stat struct {
|
||||
DeviceID string
|
||||
IncTraffic int32
|
||||
OutTraffic int32
|
||||
IncRps int32
|
||||
ReadRps int32
|
||||
WriteRps int32
|
||||
UpdatedAt pgtype.Timestamp
|
||||
}
|
||||
Reference in New Issue
Block a user