(topic string, msg ari.Event)
| 48 | PublishResponse(topic string, msg *proxy.Response) error |
| 49 | PublishAnnounce(topic string, msg *proxy.Announcement) error |
| 50 | PublishEvent(topic string, msg ari.Event) error |
| 51 | } |
| 52 | |
| 53 | // Client defines the functions used on ari-proxy client |