Some checks are pending
/ test (push) Waiting to run
Step one: Copy the struct definitions over into a new, dedicated submodule Step two: Make a generator script Step three: Define helper functions for various queries
6 lines
101 B
Go
6 lines
101 B
Go
package models
|
|
|
|
type UserBeings struct {
|
|
UserId string
|
|
Being BeingType `gorm:"type:being_type"`
|
|
}
|