GraphQL API and utilities for the rpdata project
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.

22 lines
507 B

  1. // Code generated by sqlc. DO NOT EDIT.
  2. package psqlcore
  3. import (
  4. "database/sql"
  5. )
  6. type CoreCounter struct {
  7. ID string `json:"id"`
  8. Value sql.NullInt32 `json:"value"`
  9. }
  10. type DataCharacter struct {
  11. ID string `json:"id"`
  12. Nicks []string `json:"nicks"`
  13. Name string `json:"name"`
  14. ShortName string `json:"short_name"`
  15. Author string `json:"author"`
  16. Description string `json:"description"`
  17. TsVector interface{} `json:"ts_vector"`
  18. }