You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
299 B
20 lines
299 B
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.13.0
|
|
|
|
package mysqlgen
|
|
|
|
import (
|
|
"database/sql"
|
|
)
|
|
|
|
type Tag struct {
|
|
ID string
|
|
ParentID sql.NullString
|
|
OwnerID string
|
|
Name string
|
|
Kind int
|
|
Description string
|
|
Listed bool
|
|
Secret bool
|
|
}
|