discordBots/pkg/db/models.go

17 lines
204 B
Go
Raw Normal View History

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