Add models 58/2458/1 v0.0.25
authorMohamed Abukar <abukar.mohamed@nokia.com>
Mon, 10 Feb 2020 07:48:59 +0000 (09:48 +0200)
committerMohamed Abukar <abukar.mohamed@nokia.com>
Mon, 10 Feb 2020 07:49:06 +0000 (09:49 +0200)
commit3895a8c8775ef96652e6473414fdd7366c59f404
tree011eb4d2189279493e551989757057ca51b52c3b
parent5120ec103eead26427b977f4b2456c2ce57b36ac
Add models

Change-Id: I97198a7a556457ee5448c964be509d106e9441c8
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
48 files changed:
pkg/clientapi/common/common_client.go [new file with mode: 0644]
pkg/clientapi/common/unsubscribe_parameters.go [new file with mode: 0644]
pkg/clientapi/common/unsubscribe_responses.go [new file with mode: 0644]
pkg/clientapi/control/control_client.go [new file with mode: 0644]
pkg/clientapi/control/subscribe_control_parameters.go [new file with mode: 0644]
pkg/clientapi/control/subscribe_control_responses.go [new file with mode: 0644]
pkg/clientapi/policy/policy_client.go [new file with mode: 0644]
pkg/clientapi/policy/subscribe_policy_parameters.go [new file with mode: 0644]
pkg/clientapi/policy/subscribe_policy_responses.go [new file with mode: 0644]
pkg/clientapi/r_i_c_subscription_client.go [new file with mode: 0644]
pkg/clientapi/report/report_client.go [new file with mode: 0644]
pkg/clientapi/report/subscribe_report_parameters.go [new file with mode: 0644]
pkg/clientapi/report/subscribe_report_responses.go [new file with mode: 0644]
pkg/clientmodel/control_params.go [new file with mode: 0644]
pkg/clientmodel/event_trigger.go [new file with mode: 0644]
pkg/clientmodel/event_trigger_list.go [new file with mode: 0644]
pkg/clientmodel/policy_params.go [new file with mode: 0644]
pkg/clientmodel/report_params.go [new file with mode: 0644]
pkg/clientmodel/subscription_result.go [new file with mode: 0644]
pkg/clientmodel/subscription_type.go [new file with mode: 0644]
pkg/models/control_params.go [new file with mode: 0644]
pkg/models/event_trigger.go [new file with mode: 0644]
pkg/models/event_trigger_list.go [new file with mode: 0644]
pkg/models/policy_params.go [new file with mode: 0644]
pkg/models/report_params.go [new file with mode: 0644]
pkg/models/subscription_result.go [new file with mode: 0644]
pkg/models/subscription_type.go [new file with mode: 0644]
pkg/restapi/configure_xapp_framework.go [new file with mode: 0644]
pkg/restapi/doc.go [new file with mode: 0644]
pkg/restapi/embedded_spec.go [new file with mode: 0644]
pkg/restapi/operations/common/unsubscribe.go [new file with mode: 0644]
pkg/restapi/operations/common/unsubscribe_parameters.go [new file with mode: 0644]
pkg/restapi/operations/common/unsubscribe_responses.go [new file with mode: 0644]
pkg/restapi/operations/common/unsubscribe_urlbuilder.go [new file with mode: 0644]
pkg/restapi/operations/control/subscribe_control.go [new file with mode: 0644]
pkg/restapi/operations/control/subscribe_control_parameters.go [new file with mode: 0644]
pkg/restapi/operations/control/subscribe_control_responses.go [new file with mode: 0644]
pkg/restapi/operations/control/subscribe_control_urlbuilder.go [new file with mode: 0644]
pkg/restapi/operations/policy/subscribe_policy.go [new file with mode: 0644]
pkg/restapi/operations/policy/subscribe_policy_parameters.go [new file with mode: 0644]
pkg/restapi/operations/policy/subscribe_policy_responses.go [new file with mode: 0644]
pkg/restapi/operations/policy/subscribe_policy_urlbuilder.go [new file with mode: 0644]
pkg/restapi/operations/report/subscribe_report.go [new file with mode: 0644]
pkg/restapi/operations/report/subscribe_report_parameters.go [new file with mode: 0644]
pkg/restapi/operations/report/subscribe_report_responses.go [new file with mode: 0644]
pkg/restapi/operations/report/subscribe_report_urlbuilder.go [new file with mode: 0644]
pkg/restapi/operations/xapp_framework_api.go [new file with mode: 0644]
pkg/restapi/server.go [new file with mode: 0644]