6 lines
90 B
Go
6 lines
90 B
Go
package gaypoints
|
|
|
|
type gaypointShortDetails struct {
|
|
userID int64
|
|
gaypoints int64
|
|
}
|