types

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReqDataFwUpgrade

type ReqDataFwUpgrade struct {
	Type  int
	Files []string
}

type ReqDataNotify

type ReqDataNotify struct {
	Title string
	Body  string
}

type Request

type Request struct {
	Type string      `json:"type"`
	Data interface{} `json:"data,omitempty"`
}

type Response

type Response struct {
	Value   interface{} `json:"value,omitempty"`
	Message string      `json:"msg,omitempty"`
	Error   bool        `json:"error"`
}

Jump to

Keyboard shortcuts

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