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

1 year ago
  1. // Code generated by sqlc. DO NOT EDIT.
  2. // versions:
  3. // sqlc v1.13.0
  4. package mysqlgen
  5. import (
  6. "database/sql"
  7. )
  8. type Tag struct {
  9. ID string
  10. ParentID sql.NullString
  11. OwnerID string
  12. Name string
  13. Kind int
  14. Description string
  15. Listed bool
  16. Secret bool
  17. }