2024-07-12 13:50:20 +00:00
|
|
|
// Code generated by sqlc. DO NOT EDIT.
|
|
|
|
// versions:
|
2024-07-12 13:51:53 +00:00
|
|
|
// sqlc v1.26.0
|
2024-07-12 13:50:20 +00:00
|
|
|
|
|
|
|
package db
|
|
|
|
|
|
|
|
import (
|
|
|
|
"time"
|
|
|
|
)
|
|
|
|
|
|
|
|
type Store struct {
|
|
|
|
ID string
|
|
|
|
Data []byte
|
|
|
|
CreatedAt time.Time
|
|
|
|
UpdatedAt time.Time
|
|
|
|
}
|