plmm

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2023 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plmm

type Plmm struct {
	AppId     string `json:"appId" gorm:"column:app_id"`
	AppSecret string `json:"appSecret" gorm:"column:app_secret"`
}

type PlmmApiResponse

type PlmmApiResponse struct {
	Code int    `json:"code"`
	Msg  string `json:"msg"`
	Data []struct {
		ImageUrl        string `json:"imageUrl"`
		ImageSize       string `json:"imageSize"`
		ImageFileLength int    `json:"imageFileLength"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

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