Created
February 18, 2019 14:16
-
-
Save CodebyOmar/09294b4047055376675af6ac89180e25 to your computer and use it in GitHub Desktop.
Types used in the notifications package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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