package
Version:
v0.0.0-...-257ae38
Opens a new window with list of versions in this module.
Published: Jun 7, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BPCResp struct {
Code int64 `json:"code"`
Message string `json:"message"`
TTL int64 `json:"ttl"`
}
type BPResp[T any] struct {
BPCResp
Data []T `json:"data"`
}
type BRList[T any] struct {
HasMore bool `json:"has_more"`
Info T `json:"info"`
Medias []T `json:"medias"`
TTL int64 `json:"ttl"`
}
type BRListOfItem[T any] struct {
HasMore bool `json:"has_more"`
Items []T `json:"items"`
Offset string `json:"offset"`
}
type BResp[T any] struct {
BPCResp
Data T `json:"data"`
}
type BRespR[T any] struct {
BPCResp
Data T `json:"result"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.