Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Result ¶
type Result[T any] struct { Success bool `json:"success"` Message *string `json:"message,omitempty"` Data *T `json:"data,omitempty"` }
func FailedData ¶
func SuccessData ¶
Click to show internal directories.
Click to hide internal directories.