Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalEmulator ¶
type LocalEmulator struct {
// contains filtered or unexported fields
}
LocalEmulator allows to start a PubSub emulator in memory to run tests against To use it, create a new instance of LocalEmulator and call Connect() before running your tests and call Disconnect() after your tests are done. The client to connect to PubSub can be retrieved by calling Client().
func (*LocalEmulator) Client ¶
func (m *LocalEmulator) Client() *pubsub.Client
func (*LocalEmulator) Connect ¶
func (m *LocalEmulator) Connect()
func (*LocalEmulator) Disconnect ¶
func (m *LocalEmulator) Disconnect()
func (*LocalEmulator) ProjectID ¶
func (m *LocalEmulator) ProjectID() string
Click to show internal directories.
Click to hide internal directories.