Successfully listing inventory
This commit is contained in:
@ -31,7 +31,9 @@ var _ = Service("item", func() {
|
||||
})
|
||||
|
||||
Method("listItems", func() {
|
||||
Payload(Empty)
|
||||
Payload(func() {
|
||||
Field(1, "nameFilter", ArrayOf(String))
|
||||
})
|
||||
Result(ArrayOf(Item))
|
||||
|
||||
GRPC(func() {
|
||||
|
Reference in New Issue
Block a user