Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LcResponse ¶
type LcResponse struct { OptStatus string `json:"OPT_STATUS"` Description string `json:"DESCRIPTION"` ErrorMessage string `json:"ERROR_MESSAGE"` Data interface{} `json:"DATA"` }
func NewReponse ¶
func NewReponse(optStatus string, description string, data interface{}, errorMessage string) *LcResponse
Click to show internal directories.
Click to hide internal directories.