Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdatedFieldsMap ¶
func UpdatedFieldsMap(data interface{}) map[string]interface{}
Types ¶
type ErrorResponse ¶
func NewErrorResponse ¶
func NewErrorResponse(message string) *ErrorResponse
type SuccessResp ¶
type SuccessResp struct { Status string `json:"status"` Message string `json:"message"` Data interface{} `json:"data"` }
func NewSuccessResponse ¶
func NewSuccessResponse(message string, data interface{}) *SuccessResp
Click to show internal directories.
Click to hide internal directories.