Skip to content

Instantly share code, notes, and snippets.

@CodebyOmar
Created February 18, 2019 14:16
Show Gist options
  • Save CodebyOmar/09294b4047055376675af6ac89180e25 to your computer and use it in GitHub Desktop.
Save CodebyOmar/09294b4047055376675af6ac89180e25 to your computer and use it in GitHub Desktop.
Types used in the notifications package
package notifications
// Result type
type Result struct {
PushToken string
RoomID string
UserID string
Username string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment