package
Version:
v1.2.4
Opens a new window with list of versions in this module.
Published: Jan 2, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client interface {
R() *req.Request
C() *req.Client
}
type Res[T any] struct {
Code int `json:"code"`
Msg string `json:"msg,omitempty"`
Data T `json:"data,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.