package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: Feb 3, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Plmm struct {
AppId string `json:"appId" gorm:"column:app_id"`
AppSecret string `json:"appSecret" gorm:"column:app_secret"`
}
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.