Skip to content

Commit

Permalink
fix: add missing signature to protocol (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 authored Nov 16, 2023
1 parent cde72b6 commit c13f86e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/momento/TopicClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ public protocol TopicClientProtocol {
value: String
) async -> TopicPublishResponse

func publish(
cacheName: String,
topicName: String,
value: Data
) async -> TopicPublishResponse

func subscribe(
cacheName: String,
topicName: String
Expand Down

0 comments on commit c13f86e

Please sign in to comment.