blob: a6da6bf601dc605ad44f12cd2a73a3d308ea5215 (
plain) (
tree)
|
|
// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.26.0
package db
import (
"github.com/jackc/pgx/v5/pgtype"
)
type Usage struct {
Hardwareaddr int64
Starttime pgtype.Timestamp
Stoptime pgtype.Timestamp
Egress int64
Ingress int64
}
|