Documentation
¶
Overview ¶
*
- Created by GoLand.
- User: 姜伟
- Date: 2020/2/2 0002
- Time: 22:27
*
- Created by GoLand.
- User: 姜伟
- Date: 2020/2/2 0002
- Time: 22:27
*
- Created by GoLand.
- User: 姜伟
- Date: 2020/2/2 0002
- Time: 22:27
*
- Created by GoLand.
- User: 姜伟
- Date: 2020/2/2 0002
- Time: 22:27
Index ¶
Constants ¶
View Source
const ( BaiDuDeviceTypeAll = "0" BaiDuDeviceTypeAndroid = "3" BaiDuDeviceTypeIOS = "4" BaiDuServiceDomain = "https://api.tuisong.baidu.com" BaiDuServiceUriPrefix = "/rest/3.0" XinGePlatformTypeAll = "all" XinGePlatformTypeAndroid = "android" XinGePlatformTypeIOS = "ios" XinGeServiceDomain = "https://openapi.xg.qq.com/v3/" JPushPlatformTypeAll = "all" JPushPlatformTypeAndroid = "android" JPushPlatformTypeIOS = "ios" JPushPlatformTypeWinPhone = "winphone" JPushServiceDomainAdmin = "https://admin.jpush.cn" JPushServiceDomainDevice = "https://device.jpush.cn" JPushServiceDomainApi = "https://api.jpush.cn" JPushServiceDomainReport = "https://report.jpush.cn" )
Variables ¶
Functions ¶
func LoadConfig ¶
func LoadConfig(outer IPushConfig)
func NewConfigJPushApp ¶
func NewConfigJPushApp() *configJPushApp
func NewConfigJPushGroup ¶
func NewConfigJPushGroup() *configJPushGroup
Types ¶
type BaseBaiDu ¶
type BaseBaiDu struct { ServiceUri string // 服务URI // contains filtered or unexported fields }
func NewBaseBaiDu ¶
func NewBaseBaiDu() BaseBaiDu
type BaseJPush ¶
type BaseJPush struct { ServiceUri string // 服务URI // contains filtered or unexported fields }
func NewBaseJPush ¶
func (*BaseJPush) GetRequest ¶
func (*BaseJPush) GetServiceUrl ¶
type BaseXinGe ¶
type BaseXinGe struct { ServiceUri string // 服务URI // contains filtered or unexported fields }
func NewBaseXinGe ¶
type IPushConfig ¶
Directories
¶
Path | Synopsis |
---|---|
baidu
|
|
push
* * Created by GoLand.
|
* * Created by GoLand. |
report
* * Created by GoLand.
|
* * Created by GoLand. |
tag
* * Created by GoLand.
|
* * Created by GoLand. |
timer
* * Created by GoLand.
|
* * Created by GoLand. |
topic
* * Created by GoLand.
|
* * Created by GoLand. |
jpush
|
|
admin
* * Created by GoLand.
|
* * Created by GoLand. |
device
* * Created by GoLand.
|
* * Created by GoLand. |
push
* * Created by GoLand.
|
* * Created by GoLand. |
report
* * Created by GoLand.
|
* * Created by GoLand. |
schedules
* * Created by GoLand.
|
* * Created by GoLand. |
xinge
|
|
device
* * Created by GoLand.
|
* * Created by GoLand. |
push
* * Created by GoLand.
|
* * Created by GoLand. |
Click to show internal directories.
Click to hide internal directories.