feat: update Service data structure (#39)

This commit is contained in:
Aleksey Proshutisnkiy 2023-02-24 14:43:36 +04:00 committed by GitHub
parent 419156c67d
commit d7bc270d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ data Service:
blueprint_id: string
owner_id: string
aliases: []string
worker_aliases: []string
worker_id: string
data FunctionSignature: