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

// Code generated by sqlc. DO NOT EDIT.
package psqlcore
import (
"database/sql"
)
type CoreCounter struct {
ID string `json:"id"`
Value sql.NullInt32 `json:"value"`
}
type DataCharacter struct {
ID string `json:"id"`
Nicks []string `json:"nicks"`
Name string `json:"name"`
ShortName string `json:"short_name"`
Author string `json:"author"`
Description string `json:"description"`
TsVector interface{} `json:"ts_vector"`
}