Documentation ¶ Index ¶ type DataResponse type RootResponse Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DataResponse ¶ type DataResponse struct { Code int `json:"code"` Message string `json:"message"` Ok bool `json:"ok"` Result any `json:"result"` TimeTaken int `json:"time_taken"` Title string `json:"title"` Description string `json:"description"` } type RootResponse ¶ type RootResponse struct { Ok bool `json:"ok"` Message string `json:"message"` Uptime string `json:"uptime"` Version string `json:"version"` } Source Files ¶ View all Source files response.go Click to show internal directories. Click to hide internal directories.