WIP : create antrian operasi
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package shared
|
||||
|
||||
type BaseErrorResponse struct {
|
||||
Success bool `json:"success"`
|
||||
Code int `json:"code"`
|
||||
Message string `json:"message"`
|
||||
Errors []string `json:"errors"`
|
||||
}
|
||||
|
||||
type BaseResponse[T any] struct {
|
||||
Success bool `json:"success"`
|
||||
Code int `json:"code"`
|
||||
|
||||
Reference in New Issue
Block a user