Files
mmaschedule/events/models.go
T
2025-02-08 04:44:51 -06:00

12 lines
204 B
Go

// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.26.0
package events
type DbEvent struct {
Url string `json:"url"`
Data []byte `json:"data"`
History []byte `json:"history"`
}