You've already forked gun-manager-backend
commit
This commit is contained in:
6
Handlers/response.go
Normal file
6
Handlers/response.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package Handlers
|
||||
|
||||
type Response[T any] struct {
|
||||
Status string `json:"status"`
|
||||
Payload T `json:"payload"`
|
||||
}
|
||||
Reference in New Issue
Block a user