mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 14:18:12 +00:00
7 lines
115 B
Go
7 lines
115 B
Go
package models
|
|
|
|
type ApiModel struct {
|
|
tableName struct{} `pg:"api,alias:api"`
|
|
Api string `json:"api"`
|
|
}
|