Get interface for subscriptions 31/2531/8 v0.0.27
authorMohamed Abukar <abukar.mohamed@nokia.com>
Tue, 18 Feb 2020 14:50:32 +0000 (16:50 +0200)
committerMohamed Abukar <abukar.mohamed@nokia.com>
Wed, 19 Feb 2020 09:54:04 +0000 (11:54 +0200)
commit9568a2d73b96516b27f54650e309f0d157fb97d9
tree9b28dc60153dbdb6aa08956b9f2763d7cdeded28
parentb4c7039b6a720c2b35deb79b3018472243677c70
Get interface for subscriptions

Change-Id: I11d351c6e3de9fcdc1f4e1a7937054c091bd870e
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
19 files changed:
api/xapp_rest_api.yaml
pkg/clientapi/query/get_all_subscriptions_parameters.go [new file with mode: 0644]
pkg/clientapi/query/get_all_subscriptions_responses.go [new file with mode: 0644]
pkg/clientapi/query/query_client.go [new file with mode: 0644]
pkg/clientapi/r_i_c_subscription_client.go
pkg/clientmodel/subscription_data.go [new file with mode: 0644]
pkg/clientmodel/subscription_list.go [new file with mode: 0644]
pkg/models/subscription_data.go [new file with mode: 0644]
pkg/models/subscription_list.go [new file with mode: 0644]
pkg/restapi/embedded_spec.go
pkg/restapi/operations/query/get_all_subscriptions.go [new file with mode: 0644]
pkg/restapi/operations/query/get_all_subscriptions_parameters.go [new file with mode: 0644]
pkg/restapi/operations/query/get_all_subscriptions_responses.go [new file with mode: 0644]
pkg/restapi/operations/query/get_all_subscriptions_urlbuilder.go [new file with mode: 0644]
pkg/restapi/operations/xapp_framework_api.go
pkg/restapi/server.go
pkg/xapp/subscription.go
pkg/xapp/subscription_test.go
pkg/xapp/xapp_test.go