Persist metadata to DB, poll download worker, metadata service layer
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: Get Album
|
||||
type: grpc
|
||||
seq: 4
|
||||
}
|
||||
|
||||
grpc {
|
||||
url: localhost:3000
|
||||
method: /metadata.v1.MetadataService/GetAlbum
|
||||
body: grpc
|
||||
auth: inherit
|
||||
methodType: unary
|
||||
}
|
||||
|
||||
body:grpc {
|
||||
name: message 1
|
||||
content: '''
|
||||
{
|
||||
"id": "a0b7b436-94db-4df6-8c5f-bc0e5932a90e"
|
||||
}
|
||||
'''
|
||||
}
|
||||
Reference in New Issue
Block a user