summaryrefslogtreecommitdiff
path: root/db/models.go
blob: 83e405146ce912cb5b92ea5ee4f3c9bcaf8b32de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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 int32
	Starttime    pgtype.Timestamp
	Stoptime     pgtype.Timestamp
	Egress       int32
	Ingress      int32
}