Documentation
¶
Overview ¶
Package response - Admin Response 처리 기능 제공 패키지
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReturnData ¶
type ReturnData struct { Error bool `json:"error"` Code int `json:"code"` Message string `json:"message"` Data interface{} `json:"data"` }
ReturnData - Response 데이터 구조
Click to show internal directories.
Click to hide internal directories.