Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestClientCreator ¶
TestClientCreator returns a pubsub.CreateFn used to construct the test Pub/Sub client.
Types ¶
type TestClientData ¶
type TestClientData struct { CreateClientErr error CreateSubscriptionErr error CreateTopicErr error CloseErr error TopicData TestTopicData SubscriptionData TestSubscriptionData HandleData testiam.TestHandleData }
TestClientData is the data used to configure the test Pub/Sub client.
type TestSubscriptionData ¶
type TestSubscriptionData struct { ExistsErr error Exists bool ConfigErr error UpdateErr error DeleteErr error }
TestSubscriptionData is the data used to configure the test Subscription.
type TestTopicData ¶
TestTopicData is the data used to configure the test Topic.
Click to show internal directories.
Click to hide internal directories.