idk what I was doing before
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user