apnsApi

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetByMessage

func GetByMessage(ctx server.Context)

Types

type ApnsInfoResp

type ApnsInfoResp struct {
	Id         int    `json:"id,omitempty"`
	Mode       int    `json:"mode"`
	MessageId  int    `json:"messageId,omitempty"` // message
	BundleId   string `json:"bundleId,omitempty"`
	Params     string `json:"params,omitempty"`
	Status     int    `json:"status,omitempty"`
	CreateTime string `json:"createTime,omitempty"`
	UpdateTime string `json:"updateTime,omitempty"`
}

type RespWrapper

type RespWrapper struct {
	app.Response
	ApnsInfoResp
}

Jump to

Keyboard shortcuts

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