fix
This commit is contained in:
parent
e89e1a372a
commit
d8e54f4909
|
@ -5,7 +5,7 @@ import (
|
|||
"google.golang.org/grpc/status"
|
||||
)
|
||||
|
||||
var Response *Reply
|
||||
var Response Reply
|
||||
|
||||
type Reply struct {
|
||||
Code int `json:"code"`
|
||||
|
|
Loading…
Reference in New Issue