mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 05:21:57 +00:00
feat(BE-390): calculation dashboard
This commit is contained in:
@@ -29,6 +29,14 @@ type SuccessWithPaginate[T any] struct {
|
||||
Data []T `json:"data"`
|
||||
}
|
||||
|
||||
type SuccessWithMeta struct {
|
||||
Code int `json:"code"`
|
||||
Status string `json:"status"`
|
||||
Message string `json:"message"`
|
||||
Meta Meta `json:"meta"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
|
||||
type ErrorDetails struct {
|
||||
Code int `json:"code"`
|
||||
Status string `json:"status"`
|
||||
|
||||
Reference in New Issue
Block a user