Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8127cc381 |
@@ -6,6 +6,10 @@ import (
|
|||||||
"github.com/tecamino/tecamino-json_data/models"
|
"github.com/tecamino/tecamino-json_data/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
func NewResponse() *models.Response {
|
||||||
|
return &models.Response{}
|
||||||
|
}
|
||||||
|
|
||||||
func ParseResponse(b []byte) (*models.Response, error) {
|
func ParseResponse(b []byte) (*models.Response, error) {
|
||||||
r := models.Response{}
|
r := models.Response{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user