Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListResponse ¶
type ListResponse struct {
Success bool
Message []map[string]any `json:"data"`
Total int `json:"total"`
}
func (*ListResponse) ToString ¶
func (listResponse *ListResponse) ToString() string
type SimpleResponse ¶
Click to show internal directories.
Click to hide internal directories.