General capabilities for xapps 25/4525/2 v0.4.17
authorJuha Hyttinen <juha.hyttinen@nokia.com>
Mon, 10 Aug 2020 05:20:22 +0000 (08:20 +0300)
committerJuha Hyttinen <juha.hyttinen@nokia.com>
Mon, 10 Aug 2020 05:30:40 +0000 (08:30 +0300)
commit622bae3417eaaacfb798a82d530363f3c278e993
tree2d5ea22e37d5cb4c3766bf398e8fad28d8137014
parent0bbe8f7d7bac31db863b2d26d6fb35a78144119a
General capabilities for xapps

- rmrendpoint helper structs
- rmr SendRetry to retry sending for given time (seconds).
  Tries every 500ms until given timeout is reached or message was successfully sent
- few String() functions

Change-Id: I6bb163d85bb35a5375cd0b053d8968ebb0042bc3
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
ci/Dockerfile
pkg/xapp/metrics.go
pkg/xapp/rmr.go
pkg/xapp/rmrendpoint.go [new file with mode: 0644]
pkg/xapp/rmrendpoint_test.go [new file with mode: 0644]
pkg/xapp/rmrendpointlist.go [new file with mode: 0644]
pkg/xapp/rmrendpointlist_test.go [new file with mode: 0644]
pkg/xapp/types.go