package
module
Version:
v0.0.0-...-91ffc0b
Opens a new window with list of versions in this module.
Published: Aug 21, 2023
License: Unlicense
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ReturnedDupsList struct {
ReplyCode int `json:"replyCode"`
ReplyText string `json:"replyText"`
Data struct {
Errors []interface{} `json:"errors"`
Result []struct {
Optin string `json:"31"`
ID string `json:"id"`
} `json:"result"`
} `json:"data"`
}
type ReturnedDupsListWithLimit struct {
ReplyCode int `json:"replyCode"`
ReplyText string `json:"replyText"`
Data struct {
Errors []interface{} `json:"errors"`
Result []interface{} `json:"result"`
} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.