// 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 }