request

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestMaterialAddMaterial

type RequestMaterialAddMaterial struct {
	Type         string         `json:"type"`
	Media        *power.HashMap `json:"media"`
	Title        string         `json:"title"`
	Introduction string         `json:"introduction"`
}

type RequestMaterialAddNews

type RequestMaterialAddNews struct {
	Articles []*power.HashMap `json:"articles"`
}

type RequestMaterialBatchGetMaterial

type RequestMaterialBatchGetMaterial struct {
	Type   int64 `json:"type"`
	Offset int64 `json:"offset"`
	Count  int64 `json:"count"`
}

type RequestMaterialUpdateNews

type RequestMaterialUpdateNews struct {
	MediaID  int64            `json:"media_id"`
	Index    int64            `json:"index"`
	Articles []*power.HashMap `json:"articles"`
}

Jump to

Keyboard shortcuts

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