msgRemoteConfig

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeGet  = "get"  //远程配置请求
	TypePush = "push" //远程配置推送
)

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteConfigMsg

type RemoteConfigMsg struct {
	Method  string `json:"method"`           //操作方法
	Code    int64  `json:"code,omitempty"`   //状态码
	Status  string `json:"status,omitempty"` //返回信息
	Payload string `json:"payload,optional"` //配置信息
}

Jump to

Keyboard shortcuts

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