models

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 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 NotificationTokenBodyDTO

type NotificationTokenBodyDTO struct {
	ResponseCode    string `json:"responseCode"`
	ResponseMessage string `json:"responseMessage"`
	AccessToken     string `json:"accessToken"`
	TokenType       string `json:"tokenType"`
	ExpiresIn       int    `json:"expiresIn"`
	AdditionalInfo  string `json:"additionalInfo"`
}

type NotificationTokenDTO

type NotificationTokenDTO struct {
	Header NotificationTokenHeaderDTO
	Body   NotificationTokenBodyDTO
}

type NotificationTokenHeaderDTO

type NotificationTokenHeaderDTO struct {
	XTimeStamp string `json:"XTimeStamp"`
	XClientKey string `json:"XClientKey"`
}

Jump to

Keyboard shortcuts

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