Subscribe sets up an request to receive messages for the specified key.
(key string)
| 30 | // Subscribe sets up an request to receive messages for the |
| 31 | // specified key. |
| 32 | func (ps *PubSub) Subscribe(key string) error { |
| 33 | |
| 34 | // PRETEND THERE IS A SPECIFIC IMPLEMENTATION. |
| 35 | return nil |
| 36 | } |
nothing calls this directly
no outgoing calls
no test coverage detected