mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
starter
This commit is contained in:
6
pkg/models/api.go
Normal file
6
pkg/models/api.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type ApiModel struct {
|
||||
tableName struct{} `pg:"api,alias:api"`
|
||||
Api string `json:"api"`
|
||||
}
|
||||
Reference in New Issue
Block a user