package
Version:
v0.0.0-beta.2
Opens a new window with list of versions in this module.
Published: Aug 5, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApiData struct {
Code int `json:"code"`
Data []Replies `json:"data"`
}
type Replies struct {
Member struct {
Mid string `json:"mid"`
Uname string `json:"uname"`
} `json:"member"`
Content struct {
Message string `json:"message"`
} `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.