generated from VLADIMIR/template
add stat and fix get place
This commit is contained in:
@@ -79,3 +79,10 @@ func addAction(
|
||||
_, err := client.AddAction(ctx, req)
|
||||
assert.Nil(t, err, "запрос отправлен успешно")
|
||||
}
|
||||
|
||||
func getGraph(client pb.EveningDetectiveClient) (*pb.GetGraphRsp, error) {
|
||||
ctx, cancel := getContext()
|
||||
defer cancel()
|
||||
req := &pb.GetGraphReq{}
|
||||
return client.GetGraph(ctx, req)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user