add handlers, storage(Postgres, sqlite) #3
@ -186,7 +186,7 @@ func URLValuesToProto(vals url.Values, msg proto.Message) error {
|
||||
continue
|
||||
}
|
||||
switch k {
|
||||
case "id":
|
||||
case "id[]":
|
||||
params[k] = v
|
||||
default:
|
||||
params[k] = v[0]
|
||||
|
@ -30,7 +30,7 @@ func TestGetModule(t *testing.T) {
|
||||
}
|
||||
|
||||
req := &pb.GetModuleReq{
|
||||
ModulesId: []uint64{1, 2, 5, 40},
|
||||
Id: []uint64{1, 2, 5, 40},
|
||||
}
|
||||
|
||||
module, err := s.GetModule(context.Background(), req)
|
||||
|
Loading…
Reference in New Issue
Block a user