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