Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoogleTopic ¶
type GoogleTopic struct {
// contains filtered or unexported fields
}
GoogleTopic is a wrapper for Google Cloud Pub/Sub Topic.
func NewGoogleTopic ¶
func NewGoogleTopic(ctx context.Context, projectID, topicID string) (*GoogleTopic, error)
type SpyTopic ¶
type SpyTopic struct {
// contains filtered or unexported fields
}
func NewSpyTopic ¶
func NewSpyTopic() *SpyTopic
func (*SpyTopic) ReceivedData ¶
ReceivedData is a test helper to get the list of message data sent by SUT.
Click to show internal directories.
Click to hide internal directories.