Go · 221 bytes Raw Blame History
1 // Code generated by sqlc. DO NOT EDIT.
2 // versions:
3 // sqlc v1.31.1
4
5 package metadb
6
7 import (
8 "github.com/jackc/pgx/v5/pgtype"
9 )
10
11 type Meta struct {
12 Key string
13 Value []byte
14 UpdatedAt pgtype.Timestamptz
15 }
16