structs

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntegerValue

type IntegerValue struct {
	IntegerValue string `json:"integerValue"`
}

IntegerValue represents integer (as string) in firestore events

type NotificationCounter

type NotificationCounter struct {
	NotificationsCount int `json:"notificationsCount"`
}

NotificationCounter DB entity for notification counter.

type Registration

type Registration struct {
	Platform                  string `json:"platform"`
	PlatformVersion           string `json:"platformVersion"`
	Manufacturer              string `json:"manufacturer"`
	Model                     string `json:"model"`
	Locale                    string `json:"locale"`
	PushRegistrationToken     string `json:"pushRegistrationToken"`
	CreatedAt                 int64  `json:"createdAt"`
	LastNotificationStatus    string `json:"lastNotificationStatus"`
	LastNotificationUpdatedAt int64  `json:"lastNotificationUpdatedAt"`
}

Registration DB entity for registration.

type StringValue

type StringValue struct {
	StringValue string `json:"stringValue"`
}

StringValue represents strings in firestore events

type VerificationCodeMetadata

type VerificationCodeMetadata struct {
	VsMetadata map[string]interface{} `json:"vsMetadata"`
	IssuedAt   int64                  `json:"issuedAt"`
}

VerificationCodeMetadata DB entity for verification code metadata.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL