Added arn to the main repository
This commit is contained in:
7
arn/GoogleToUser.go
Normal file
7
arn/GoogleToUser.go
Normal file
@ -0,0 +1,7 @@
|
||||
package arn
|
||||
|
||||
// GoogleToUser stores the user ID by Google user ID.
|
||||
type GoogleToUser struct {
|
||||
ID string `json:"id"`
|
||||
UserID UserID `json:"userId"`
|
||||
}
|
Reference in New Issue
Block a user