Documentation
¶
Index ¶
- type IntX
- type Items
- type Rsp
- func C(code c.APICode) *Rsp
- func E(code c.APICode, msg any) *Rsp
- func Item[T IntX](total T, items any) Rsp
- func ItemCode(c code.APICode) Rsp
- func ItemExt[T IntX](total T, items any, ext any) Rsp
- func ItemNone() Rsp
- func M(msg string) *Rsp
- func MItem[T IntX](total T, items any, msg string, ext ...any) Rsp
- func New(c int, msg string, data any) *Rsp
- func OK() *Rsp
- func S(data any) *Rsp
- func SM(data any, msg string) *Rsp
- func UnImplemented() *Rsp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rsp ¶
func UnImplemented ¶
func UnImplemented() *Rsp
Click to show internal directories.
Click to hide internal directories.