// Code generated by sqlc. DO NOT EDIT. // versions: // sqlc v1.29.0 package sqlc type Entry struct { ID int64 `json:"id"` Title string `json:"title"` Kind int64 `json:"kind"` Url string `json:"url"` Description string `json:"description"` Timestamp string `json:"timestamp"` } type Kind struct { ID int64 `json:"id"` Name string `json:"name"` Emoji string `json:"emoji"` }