package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Feb 24, 2025
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 Body[T any] struct {
Message string `json:"message"`
Data T `json:"data"`
Code int `json:"code"`
}
Body is the response body.
type Topic struct {
Namespace string `json:"namespace"`
Topic string `json:"topic"`
Private bool `json:"private"`
}
Topic of a thread.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.