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
76 B
Go
6 lines
76 B
Go
package models
|
|
|
|
type NoteToEmote struct {
|
|
UserId string
|
|
EmoteId string
|
|
}
|