add
This commit is contained in:
6
trading_assistant_api/common/types/response.go
Normal file
6
trading_assistant_api/common/types/response.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
type Response struct {
|
||||
Status bool `json:"status"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user